Further seeking fix.

CQTexperiment
vspader 2006-04-13 18:21:09 +00:00
parent 5c819eb24c
commit 53d9869e02
2 changed files with 5 additions and 4 deletions

View File

@ -43,9 +43,7 @@
if (availOutput == 0)
{
[writeLock unlock];
NSLog(@"WAITING %i", shouldContinue);
[semaphore wait];
NSLog(@"NOT WAITING: %i", shouldContinue);
[writeLock lock];
}
else
@ -155,9 +153,9 @@
- (void)resetBuffer
{
[semaphore signal];
[readLock lock];
[writeLock lock];
[semaphore signal];
[buffer empty];

5
TODO
View File

@ -1,2 +1,5 @@
Deep sort when dropping files into the playlist.
Plugins and such.
Plugins and such.
FIX SHUFFLE
FIX TOTAL PLAYLIST TIME