-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
measure beatloop_size when setting manual loops with quantize
Plus: * make loop_double/halve always update beatloop_size * remove beatloop_double/halve ControlPushButtons Now, beatloop_size can only be out of sync with the loop in two cases: * a new track is loaded with a loop of a different size * a manual loop is set using loop_in/out without quantize It is no longer possible to resize manual loops that are not quantized with loop_double/halve. As discussed on PR #1187, that is not very useful behavior. It is still possible to resize manual loops that are not quantized by setting loop_scale. That will not update beatloop_size.
- Loading branch information
Showing
5 changed files
with
72 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.