home *** CD-ROM | disk | FTP | other *** search
- /*
-
- ModuleSoundView (version 2.5)
-
- Part of the Resound 2.5 API
- Sean Luke
- Last Revision: December 7, 1997
-
- Copyright 1997, Sean Luke
- This code may be used, modified, or distributed freely without
- permission of the author.
-
- This category lists method additions to SoundView usable by module writers.
-
- */
-
- #import <soundkit/soundkit.h>
-
- @interface SoundView(ModuleSoundView)
-
- - (int) convertToFormat:(int)newFormat
- samplingRate:(double)newRate
- channelCount:(int)newChannelCount;
-
- - (char*)info;
- - setInfo:(const char*)this;
-
- @end