Ableton 6 Midi Remote Scripts

Hi David !

sorry for the delay, i had forgotten to be notified for reply …

What i need is very simple : all feedbacks messages from Live !

And I am specially interested by (to know if it can be possible) :

On my projectmix i/o I can navigate through the columns and rows of Live using 4 buttons (left/right/up/down arrows). What I would like is a direct addressing to the clip of the Rth row and the Cth column of my Liveset when I type on my 8x8 scan matrix. You can do that by using the midi assign functions of live but that mean mapping each clip. What I want is avoiding the mapping.

More about my 8x8 matrix :

http://www.midibox.org/forum/index.php?topic=9666.0

Best regards

it can be done with the remote scripting…

or you could program the MIOS app to do a table lookup, which might be easier to impliment

the table look up is more my idea :wink:

do you have some examples of C code of that ? I will try and maybe (certainly should I write) ask some advices. My idea is to have several layers for the 8x8 surface (i can make it, i already coded it for3 layers)

cheers & thanks

I’ve yet to impliment tables into my code, so I’ll be interested to see your progress and hopefully save some time when i come to do it.

Stryd is your man if you get stuck…

Not sure if I understand this bit:

The files for the Mackie control etc are not human readable - any clues how they make 'em?

http://www.midibox.org/dokuwiki/mc_protocol_mappings

Might be helpful…?

as far as I know they are done in Python, so in theory at least you could decompile them if you really wanted to…