Bug Fix: Disable buggy Selection Follows Playback
Some checks failed
Check if Cog buildable / Build Universal Cog.app (push) Has been cancelled
Some checks failed
Check if Cog buildable / Build Universal Cog.app (push) Has been cancelled
Disable this by default, as it doesn't take output buffering into account, so cursor moves up to 20 seconds ahead of what is actually audible on the output device. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
23be3b7f03
commit
23334dd452
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ static BOOL consentLastEnabled = NO;
|
|||
[userDefaultsValuesDict setObject:@(44100) forKey:@"synthSampleRate"];
|
||||
|
||||
[userDefaultsValuesDict setObject:@NO forKey:@"alwaysStopAfterCurrent"];
|
||||
[userDefaultsValuesDict setObject:@YES forKey:@"selectionFollowsPlayback"];
|
||||
[userDefaultsValuesDict setObject:@NO forKey:@"selectionFollowsPlayback"];
|
||||
|
||||
// Register and sync defaults
|
||||
[[NSUserDefaults standardUserDefaults] registerDefaults:userDefaultsValuesDict];
|
||||
|
|
Loading…
Reference in a new issue