Bug Fix: Disable buggy Selection Follows Playback
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
350f3a9e6e
commit
c1ec548688
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,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