Search found 2 matches
- Mon Aug 10, 2020 5:14 pm
- Forum: Ableton Live
- Topic: Change global BPM without destroying arrangement ?
- Replies: 15
- Views: 23837
Re: Change global BPM without destroying arrangement ?
I also had this problem myself recently, and so I wrote a little python script which does as nc2010 describes; adjust all timings in the project that are expressed in terms of beats. It's here: https://github.com/henrybetts/ableton-retime
hey, I'm new to python. Could you break down how to ...
- Mon Aug 10, 2020 5:08 pm
- Forum: Ableton Live
- Topic: Change global BPM without destroying arrangement ?
- Replies: 15
- Views: 23837
Re: Change global BPM without destroying arrangement ?
I also had this problem myself recently, and so I wrote a little python script which does as nc2010 describes; adjust all timings in the project that are expressed in terms of beats. It's here: https://github.com/henrybetts/ableton-retime
This worked like a charm! You are a lifesaver!
One piece ...