Closed Coupe70 closed 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.
Done
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
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.