mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
Removed setBpm() retriggers looper playback
Although this allows loops to go out of sync, I think its more "musical" than the re-trigger noises of scrubbing the BPM dial... In short - in a live performance I do not expect musicians to change tempo in a song - between songs it possible, and then triggering a scene will bring everything back into sync. This needs a better solution, but right now I'm not sure how to best do that. The other changes in the patches that changed this behaviour are valuable, so commiting to get closer to a solution - but I'm not comfortable with the retrigger noises.
This commit is contained in:
parent
97ae7fbec5
commit
84ba2014c9
1 changed files with 2 additions and 1 deletions
|
@ -74,9 +74,10 @@ void TimeManager::setBpm(float bpm)
|
|||
barCounter = 0;
|
||||
beatCounter = 0;
|
||||
beatFrameCountdown = -1;
|
||||
/*
|
||||
for(int i=0;i<observers.size();i++)
|
||||
observers[i]->resetTimeState();
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
void TimeManager::setBpmZeroOne(float b)
|
||||
|
|
Loading…
Add table
Reference in a new issue