Convert Note to CC (momentary ) ?

jaynyc

2012-10-29 05:47:11

Hi. How do I make a normal Note command (button press and release) into a CC command?

Image

Said differently, if my midi controller sends the above, how do I instead send a CC comand to Ableton Live?

DvlsAdvct

2012-11-02 17:14:31

Hi jaynyc

Sorry for the late replies. Hurricanes and all :)

In the Outgoing message simply replace the 9 and 8 in the first byte with a B.

mauilachance

2012-11-06 02:52:34

DvlsAdvct wrote:Hi jaynyc

Sorry for the late replies. Hurricanes and all :)

In the Outgoing message simply replace the 9 and 8 in the first byte with a B.

Thanks. had the same problem.

jaynyc

2012-11-25 16:57:58

DvlsAdvct wrote: In the Outgoing message simply replace the 9 and 8 in the first byte with a B.
DvlsAdvct-- but what should the Outgoing MIDI Message be exactly, given what I posted above?
BE 18 00 ?
BE 18 7F ?
something else?

thanks

--jay

DvlsAdvct

2012-11-27 23:25:19

That'd work just fine. BE would designate it as a CC message on channel 15, which Ableton should recognize just fine.

jaynyc

2012-11-27 23:42:13

DvlsAdvct wrote:That'd work just fine. BE would designate it as a CC message on channel 15, which Ableton should recognize just fine.
I apologize DvlsAdvct, I still don't understand *which* single message I should output.
BE 18 00 or
BE 18 7F or
something else ?

DvlsAdvct

2012-11-28 00:33:38

Both. See below:

Code: Select all

Translator 1: Note Down
Incoming Message: 9E 18 7F
Outgoing Message: BE 18 7F

Translator 2: Note Up
Incoming Message: 8E 18 00
Outgoing Message: BE 18 00
You need to tell MIDI Translator to translate the down and up message so it can stay a momentary command.