a quick question

reaps's icon

is it possible to have a switch come on when the transport in ableton is started?

pid's icon

yes

reaps's icon

i was right, someone would reply without explaining if i didn't include asking how

care to explain how?

Anthony Palomba's icon

Well that depends, are you using Max4Live or Rewire?

reaps's icon

max for live

ShelLuser's icon

Then it helps to post such questions in the M4L forum instead of Max/MSP...

Notice that the "is_playing" property in the Song class is observable. So basically setup an observer to check if the outcome is '1' (thus the transport is playing) and if it is change the switch you're using.

For example; for a toggle to turn on you'd send a '1' into it.

reaps's icon

thank you