31
preenfm2 and preenfm3 / Re: more matrix sources
« on: January 28, 2024, 05:16:22 PM »
it sounds like you want a mpe controller implementation, which is out of the scope of the midipal :/
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.