text to midisysex

459 viewsCSS QuestionsmidiSysEx text
0

Hi, i am building a script that will act with touchOSC via midi.

And i would like to send the name of a parameter from ableton when it was changed.

So i add a listener:

self.song().tracks[0].devices[0].parameters[1].add_name_listener

and my action would be:

self._send_midi(X)

where X should be some kind of transformation from:

self.song().tracks[0].devices[0].parameters[1].name

that should be a text, like “LFO” into:

into midiSysEX.

Can you suggest a solution for this reaction?

MartinJ Answered question June 17, 2024
0

I’ve attached my CSS template. It’s work in progress and sure there are a lot of things that can be done way better. Maybe it gives you some ideas. Regards, mj

MartinJ Answered question June 17, 2024
Attached Files:
You are viewing 1 out of 3 answers, click here to view all answers.