When loading a track that has a loop defined, prefill beatloop_size#2070
When loading a track that has a loop defined, prefill beatloop_size#2070daschuer merged 1 commit intomixxxdj:masterfrom
Conversation
|
LGTM, Thank you. |
|
This was considered but decided against in #1187. I haven't played with this yet, so I'm not sure if this is a good change but I think there should have been more discussion before merging this. @JosepMaJAZ have your thoughts changed since #1187 was merged? Do you think this is a good change? |
|
Oh sorry, I forgot about this. |
|
I think the downside is that it could be unexpected to have the loop size change without the user explicitly asking for that. But I think I understand why @ywwg implemented this. It is inconvenient to have to adjust the loop size on track load before loop_double/halve do anything. |
|
I could see modifying this so that we don't change beatloop_size, but when loop_double/halve is pushed and there's an existing loop, we detect its length and then apply the modification. It wouldn't be too hard to tweak that. |
|
I think that would unnecessarily create a confusing situation. |
|
I have tested this again and I am still convinced that this PR was a good change. Pro: Contra: |
I think that's a reasonable tradeoff to avoid the old situation where it could be confusing why changing the loop size doesn't resize an existing loop. |
if one matches.
I tried to create a test but couldn't figure out how to set a Loop cuepoint before the fake tracks get loaded.