max for live sysex documentation ?

Learn about building and using Max for Live devices.
Post Reply
e-smile-z
Posts: 13
Joined: Mon Sep 23, 2013 1:52 pm

max for live sysex documentation ?

Post by e-smile-z » Tue Mar 13, 2018 3:39 pm

Where can i find the new sysex implementation for max for live in ableton 10 ?

bhersey
Posts: 3
Joined: Thu May 13, 2010 6:04 am

Re: max for live sysex documentation ?

Post by bhersey » Wed May 30, 2018 7:13 pm

+bump can anyone link any relevant sysex docs for implementing in m4l?

fhill2
Posts: 20
Joined: Thu Jul 21, 2011 8:53 am

Re: max for live sysex documentation ?

Post by fhill2 » Thu May 31, 2018 1:01 am

I don't think there is any documentation about the new sysex in Ableton 10.

For sysex input, use the sysin module to get the raw data input.

Then zl slice the last and first integers to get the string in a set of integer values, convert to text using itoa module.

For output prepend the first and last digits again send it out of a midi output module, maybe sysout? or just the native midi out device.

When I was working with sysex on my computer, it crashed the patch on the input but your setup might be different.

I hope this helps

Post Reply