Replies: 3 comments
-
Found this comment in the code:
AbletonLink counts 'time' in fractional beats, and does a 'weirdness' where the reference start time is re-calculated when the BPM of a session is changed. I guess it may be possible to use |
Beta Was this translation helpful? Give feedback.
-
hmm, that gives error:
This is on Xubuntu 23.04
|
Beta Was this translation helpful? Give feedback.
-
Hi, probably to late to help you but I was faced the same problem. I created a playfunction that where I can adjust the tempo at the start, But if you make the tempo_multiplier a global and thread the function you can probably change the tempo on the fly also.
|
Beta Was this translation helpful? Give feedback.
-
I am playing with scripts to play Midi drum loops from file, and would like to be able to adjust the tempo during the playback.
I can (easily) adjust prior to start, ie before each 4 bar loop... but this does account for session tempo changing mid loop.
Playback is then done as simply as possible, this is presumably where I need to add code....
For those interested
force_bpm
is set as the AbletonLink session changes, using this 'connector':https://github.com/square/pylink
Beta Was this translation helpful? Give feedback.
All reactions