31
preenfm2 and preenfm3 / Re: Vosim & al.
« on: March 07, 2024, 07:15:21 PM »
Great to hear this ! 
do not hesitate to report any wish for improvement.

do not hesitate to report any wish for improvement.
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.



Quoteinp 5
Input channel.Quotemod cyc
Dispatching method
- cyclic (cyc). Each new note is cyclically played on the next channel.
- polyphonic (pol). The mapping of notes to channel uses a true voice stealing algorithm. The MIDIpal tries to reuse the same channel for occurrences of the same note ; or the least recently used channel.
- random (rnd). Each new note is routed to a random channel.
- stacking (stk). Each note is sent to all channels at the same time. Perfect for thickening a lead by sending it to several synths, or to several parts of the same multitimbral device.
- velocity (vel). The louder (higher velocity) the note, the higher the MIDI channel it is sent to.
Quotenum 3
Number of output channels. For example, if out = 4 and num = 3, the notes will be dispatched to channels 4, 5 and 6.