|
From: Martin R. <ru...@us...> - 2004-08-13 00:34:45
|
Update of /cvsroot/foo/foo/libfoo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8640 Modified Files: FOOSoundFile.m Log Message: fixed bug related to channels: were added up regardless wether a channel was specified or not Index: FOOSoundFile.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSoundFile.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOSoundFile.m 4 Aug 2004 06:16:41 -0000 1.2 --- FOOSoundFile.m 13 Aug 2004 00:34:34 -0000 1.3 *************** *** 303,307 **** channel: (int)channel { ! return [self getSamples: buffer offset: fromFrame size: frames channel: -1 rev: NO]; } // getSamples:fromFrame:frames:channel: --- 303,307 ---- channel: (int)channel { ! return [self getSamples: buffer offset: fromFrame size: frames channel: channel rev: NO]; } // getSamples:fromFrame:frames:channel: |