BPM and bar count change can be expensive
Closed this issue · 1 comments
zehreken commented
Instead of changing the BPM and bar count whenever, set them when a new song is created. This obviously depends on a feature that let's the user create songs.
zehreken commented
Solved this using command line arguments. BPM and bar count change in runtime requires a big refactoring I think. It is hard to wire all the threads again.