diff --git a/Application/PlaybackController.m b/Application/PlaybackController.m index cd1c8b6f3..be42691fe 100644 --- a/Application/PlaybackController.m +++ b/Application/PlaybackController.m @@ -120,9 +120,9 @@ NSString *CogPlaybackDidStopNotificiation = @"CogPlaybackDidStopNotificiation"; - (void)initDefaults { NSDictionary *defaultsDictionary = @{ @"volume": @(75.0), - @"pitch": @(1.0), - @"tempo": @(1.0), - @"speedLock": @(YES), + @"pitch": @(1.0), + @"tempo": @(1.0), + @"speedLock": @(YES), @"GraphicEQenable": @(NO), @"GraphicEQpreset": @(-1), @"GraphicEQtrackgenre": @(NO),