Page 1 of 1

Mono mode MIDI message

Posted: Mon Mar 04, 2024 3:20 am
by Envergure
Hi, I need to send a "mono mode on" MIDI message to my Paia 9700 MIDI to CV interface, to enable what Paia calls "multi mode" (monophonic voices on multiple MIDI channels). The MIDI message I need is hexadecimal B0 7E 00 (set CC 126 to zero on channel 1, though it is officially not a CC but a channel mode message).

Is this possible?

Re: Mono mode MIDI message

Posted: Mon Mar 04, 2024 8:45 pm
by chapelier fou
Yes why not ?
MIDI clip / envelopes / MIDI Ctrl

Re: Mono mode MIDI message

Posted: Tue Mar 05, 2024 4:26 am
by Envergure
The MIDI Control list only goes up to CC 119. What I want is (unofficially) CC 126.

Re: Mono mode MIDI message

Posted: Tue Mar 05, 2024 5:43 am
by H20nly
Just a guess, but I’d say if it’s not available, it’s probably in use. Have you accounted for un-assignable/consumed controls

Re: Mono mode MIDI message

Posted: Tue Mar 05, 2024 6:48 am
by chapelier fou
Ok, my bad.
Do you own M4L ?

Re: Mono mode MIDI message

Posted: Tue Mar 05, 2024 12:54 pm
by Envergure
I do have Max for Live. I can try to program something to send the message I need, and we'll see if Ableton lets the message through.

Re: Mono mode MIDI message

Posted: Mon Mar 18, 2024 12:49 am
by Envergure
Nevermind, writing a Max device is more trouble than it's worth. I am using FL Studio instead for now. In the long run, I am trying to figure out how to write a Python script that sends the required message and then launches Live.