ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
426 stars 70 forks source link

Track API properties not documented in ReadMe #29

Closed Coupe70 closed 1 year ago

Coupe70 commented 1 year ago

/live/track/get/clips/color

get&set arm, color_index, current_monitoring_state, fold_state

are working, but missing in ReadMe Seems all the above track properties and more also have undocumented listeners (only color, name, arm tested).

Are there undocumented listeners for clips implemented already, too? I'm not able to "find" listeners in track.py, so I don't know what to look for in clip.py.

ideoforms commented 1 year ago

Done

Coupe70 commented 1 year ago

/live/track/get/clips/color still missing in ReadMe (Track: Properties of multiple clips).