Add custom python code that generate MIDI signal, note or CC

1.24K viewsCSS Questionsmidi notes
0

Hello,

is it possible in Action for reactions to add custom python code (switch to custom coding) that generate MIDI signal, note or CC?
I tried, but do not have expiriece in pytoh, and did not get any results.

My idea for this is that for different conditions in Reaction to generate differnet MIDI notes/CC, and that MIDI notes/CC can be usted for example with BOEME MIDI creator or Autohotkey to trigger something else outside of Ableton (not for playing music, but for some functions).

pedjableton Answered question
0

Hello JohnC,

I did this:

In reactions, Listener is press button on controller, and Action is

MIDI Controller – send raw data to controller,  Enter custom code : 0xb0,  and code looks like this (switch on custom coding): self._send_midi(0xb0).

In Ableton through MIDI Monitor+ its visible only MIDI signal from (Listener in reaction) Button. The same is in the BOEME MIDI translator. midi data 0xb0 is not visible.

JohnC Posted new comment

This is only sent to the connected midi controller, not to Ableton or other.

You are viewing 1 out of 3 answers, click here to view all answers.