1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 22:53:55 +01:00

Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.

This commit is contained in:
v.audacity
2010-08-11 22:47:26 +00:00
parent 71e102e473
commit 209a2b193d
25 changed files with 120 additions and 119 deletions

View File

@@ -89,8 +89,8 @@ bool Generator::Process()
ntrack++;
}
else if (t->IsSynchroSelected()) {
t->SyncAdjust(mT1, mT0 + mDuration);
else if (t->IsSyncLockSelected()) {
t->SyncLockAdjust(mT1, mT0 + mDuration);
}
// Move on to the next track
t = iter.Next();