Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - carloratm

Pages: [1]
1
MilkyTracker Feature Requests / Re: A new feature idea
« on: May 20, 2010, 00:23:25 »
Real programmers don't need diagrams ;)
I am NOT a real programmer, absolutely :)

2
MilkyTracker Feature Requests / Re: A new feature idea
« on: May 19, 2010, 20:43:09 »
is there somewhere a scheme diagram on how work audio routing in milky?
Maybe it could help me a bit

3
MilkyTracker Feature Requests / Re: A new feature idea
« on: May 19, 2010, 19:41:25 »
Mixing audio is just summing up the tracks in the same buffer. If you want to add this feature you will have to modify ChannelMixer.* and rework parts of the audio driver implementation because mixing always takes place in the same buffer and I assume for multichannel support you need to mix into seperate buffers for each channel you have.
Exactly. It's a bit harder than i thought.


4
MilkyTracker Feature Requests / Re: A new feature idea
« on: May 19, 2010, 17:54:52 »
And where is the part of adding/removing Tracks ?  ;)

5
MilkyTracker Feature Requests / A new feature idea
« on: May 18, 2010, 19:11:51 »
Hi,
i'm carloratm, the author of a very little patch to autoconnect Milky
to Jack Audio Server forst outputs.

I'd like to try develop a minor feature, but i need some help.

Feature is, in 2 words: multichannel output for Jack Audio Server in
Linux (and Mac)
It's a minor feature, affecting a few people, and could looks
scandalous for someone,
but i really think that would be useful!

So, every MilkyTracker channel will have a separate stereo output in Jack.

Could you please tell me where to start, in the code, to discover the
audio channels system?

Thank you
Cheers

Pages: [1]