Page 1 of 1

Live set Load Bang?

Posted: Wed Apr 07, 2010 11:51 am
by Gravis
Hey guys

I'm at work at the moment so dont have max/ableton to look at, but is there a bang that gets sent out to max patches when the live set is loaded?

i.e i save a live set with a max patch in it, then i shutdown Ableton Live, then i reopen Live and load my set up. I'd like my patch to know when this occurs and 'do its thing' (it maps clips onto my monome)

Cheers :)

Re: Live set Load Bang?

Posted: Wed Apr 07, 2010 12:24 pm
by julienb
Gravis wrote:Hey guys

I'm at work at the moment so dont have max/ableton to look at, but is there a bang that gets sent out to max patches when the live set is loaded?

i.e i save a live set with a max patch in it, then i shutdown Ableton Live, then i reopen Live and load my set up. I'd like my patch to know when this occurs and 'do its thing' (it maps clips onto my monome)

Cheers :)

afaik and as I tested, there isn't any object for that.

empirically, I tested and found that return track seems to be the last object assigned ( here and there
so, if you track this error, when it doesn't happen anymore means the liveset is all loaded
it is a very very ugly and raw workaround but you can try it if you don't have anything else...


personnaly, with the protodeck, I load the set, I click one time on my init button and voila.

Re: Live set Load Bang?

Posted: Wed Apr 07, 2010 9:47 pm
by Gravis
So you just have a button which essentially calls a function and do it that way?

Re: Live set Load Bang?

Posted: Wed Apr 07, 2010 10:19 pm
by hoffman2k
Gravis wrote:So you just have a button which essentially calls a function and do it that way?
I suggest looking into pattr. Use it for loading and storing the data you need. Make it store to pattr automatically, I personally let it save when the transport stops. Then the next time the set is loaded, the pattr stuff will recall the last stored value.
If you need multiple presets, use pattrstorage.