![]() |
|
Midi mapping for live performance - Printable Version +- XOR Userforum (https://forum.xor.eu) +-- Forum: Products (https://forum.xor.eu/forumdisplay.php?fid=3) +--- Forum: NerdSEQ (https://forum.xor.eu/forumdisplay.php?fid=6) +---- Forum: General Questions (https://forum.xor.eu/forumdisplay.php?fid=17) +---- Thread: Midi mapping for live performance (/showthread.php?tid=1971) |
Midi mapping for live performance - guy38 - 07-04-2025 Hi nedseqers, I have a question for my project of live performance. I want to control by midi CC for each track: -transpose function -gate length for each note -track lengrh -a particular pattern -note probability -fx probability I think table is the way to go bit unfortunately, i don’t acheive. Do you have a wah ro do that kind of things. Best regards RE: Midi mapping for live performance - XORadmin - 07-04-2025 You use the mapping screen for that: For example for transpose using TRS/DIN Midi channel 1, CC#0: Code: MCC TC1 #0 > GLOB TPS ----For note probability on track 1, TRS/DIN Midi channel 1, CC #1: Code: MCC TC1 #1 > TRCK TRK1 PRB1Gate length for each note is not a direct option but could be achieved using some tricks. - Pattern Length is a destination, track length is not since the patterns are in charge of the length. However you can change the main steps to shorten ALL tracks but that is maybe not what you want. - FX probability is a destination ...and like 100+ other things are destinations which you can manipulate with any Midi CC or any other source. |