ideoforms / AbletonOSC

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

Song API methods not documented in ReadMe #24

Closed Coupe70 closed 1 year ago

Coupe70 commented 1 year ago

I found some undocumented methods in song.py and tested them. They work, but are not in the ReadMe.

jump_by (float) jump_to_prev_cue jump_to_next_cue duplicate_scene (int) duplicate_track (int) tap_tempo trigger_session_record

I also found the property start_time in song.py, but this does not work and seems to be a clip - not song - property.

ideoforms commented 1 year ago

Done

Coupe70 commented 1 year ago

I still see start_time in song.py (line 60). Doesn't do any harm, but I think it does not belong in song.py

grafik