Loosen locking gradually as the ratio increases

This commit is contained in:
Chris Cannam
2022-06-15 10:39:41 +01:00
parent 3db535281b
commit 291271d532
2 changed files with 36 additions and 13 deletions

View File

@@ -190,7 +190,7 @@ public:
ph = m_unlocked[c][i];
} else if (inRange(f, g->phaseReset) || inRange(f, g->kick)) {
ph = phase[c][i];
} else if (inRange (f, g->highPercussive)) {
} else if (inRange (f, g->highUnlocked)) {
ph = m_unlocked[c][i];
} else {
int peak = m_currentPeaks[c][i];