home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / SoundMusicDSP / Resound-2.5-MIHS / API / ModuleSoundView.h < prev    next >
Encoding:
Text File  |  1997-12-07  |  533 b   |  28 lines

  1. /*
  2.  
  3. ModuleSoundView (version 2.5)
  4.  
  5. Part of the Resound 2.5 API
  6. Sean Luke
  7. Last Revision: December 7, 1997
  8.  
  9. Copyright 1997, Sean Luke
  10. This code may be used, modified, or distributed freely without 
  11. permission of the author.
  12.  
  13. This category lists method additions to SoundView usable by module writers.
  14.  
  15. */
  16.  
  17. #import <soundkit/soundkit.h>
  18.  
  19. @interface SoundView(ModuleSoundView)
  20.  
  21. - (int)    convertToFormat:(int)newFormat
  22.         samplingRate:(double)newRate
  23.         channelCount:(int)newChannelCount;
  24.         
  25. - (char*)info;
  26. - setInfo:(const char*)this;
  27.  
  28. @end