|
From: Martin R. <ru...@us...> - 2009-04-09 09:57:22
|
Update of /cvsroot/foo/foo/libfoo/FOO In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11484 Modified Files: FOORegion.h FOOSoundFile.h FOOSoundStream.h Log Message: minor cosmetic cleanups Index: FOOSoundFile.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSoundFile.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOOSoundFile.h 30 Sep 2007 12:26:44 -0000 1.7 --- FOOSoundFile.h 9 Apr 2009 09:57:11 -0000 1.8 *************** *** 95,103 **** - (BOOL) getSamples: (sample_t *)buffer offset: (long)fromFrame size: (long)frames channel: (int)channel; - (BOOL) getSamples: (sample_t *)buffer offset: (long)fromFrame size: (long)frames rev: (BOOL)reversed; - /* to be removed - * no in FOOSubstrate.h - * - (BOOL) getSamples: (sample_t *)buffer offset: (long)fromFrame size: (long)frames; - */ - - (BOOL) putSamples: (sample_t *)buffer offset: (long)fromFrame size: (long)frames channel: (int)channel; --- 95,98 ---- *************** *** 109,113 **** - (double) getSamplingRate; - //- (int) getChannelCount; // moved to FOOSubstrate - (int) getDataFormat; - (int) getFileType; --- 104,107 ---- Index: FOOSoundStream.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSoundStream.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOSoundStream.h 30 Sep 2007 12:26:44 -0000 1.5 --- FOOSoundStream.h 9 Apr 2009 09:57:11 -0000 1.6 *************** *** 48,53 **** @interface FOOSoundStream : FOOSubstrate <NSCoding> { - // FOOSoundFile *_soundFile; - // generalized to FOOSubstrate FOOSubstrate *_substrate; int _channelNumber; --- 48,51 ---- *************** *** 55,64 **** - (FOOSoundStream *) initWithSubstrate: (FOOSubstrate *)substrate channel: (int) channel; - - /* to be removed - * now in FOOSubstrate.h - * - (BOOL) getSamples: (sample_t *)buffer offset: (long)off size: (long)size; - */ - - (long) size; - (double) getSamplingRate; --- 53,56 ---- Index: FOORegion.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOORegion.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOORegion.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOORegion.h 9 Apr 2009 09:57:11 -0000 1.5 *************** *** 45,49 **** @interface FOORegion : FOOSubstrate <NSCoding> { - /* Substrate *substrate; // statically typed */ FOOSubstrate *_substrate; long _offset; --- 45,48 ---- *************** *** 53,62 **** - (FOORegion *) initWithSubstrate: (FOOSubstrate *)substrate offset: (double)off size: (double)siz rev: (BOOL)rev; - - /* to be removed - * no in FOOSubstrate.h - * - (BOOL) getSamples: (sample_t *)buffer offset: (long)off size: (long)size; - */ - - (long) size; - (double) getSamplingRate; --- 52,55 ---- |