From de5bd8e4a521930844d165553d70ab6310dacad3 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Fri, 15 Aug 2008 13:24:48 +0000 Subject: [PATCH] Tempo changes should not call willChangeSong --- Sources/VLDocument.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/VLDocument.mm b/Sources/VLDocument.mm index 37430d4..8438eb3 100644 --- a/Sources/VLDocument.mm +++ b/Sources/VLDocument.mm @@ -272,12 +272,10 @@ if (tempo == [songTempo intValue]) return; - [self willChangeSong]; [songTempo autorelease]; songTempo = [[NSNumber numberWithInt:tempo] retain]; if (VLSoundOut::Instance()->Playing()) VLSoundOut::Instance()->SetPlayRate(playRate*tempo/baseTempo); - [self didChangeSong]; } - (void) setGroove:(NSString *)groove inSections:(NSRange)sections