home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / SoundMusicDSP / Resound-2.5-MIHS / APIExamples / Math / ModuleSound.h < prev    next >
Encoding:
Text File  |  1997-12-05  |  413 b   |  26 lines

  1. /*
  2.  
  3. ModuleSound (version 2.4)
  4.  
  5. Part of the Resound 2.4 API
  6. Sean Luke
  7. Last Revision: January 20, 1996
  8.  
  9. Copyright 1996, Sean Luke
  10. This code may be used, modified, or distributed freely without 
  11. permission of the author.
  12.  
  13.  
  14.  
  15. This category lists method additions to Sound usable by module writers.
  16.  
  17. */
  18.  
  19. #import <soundkit/soundkit.h>
  20.  
  21. @interface Sound(ModuleSound)
  22.  
  23. - (int)sampleSize;
  24. - (int)sampleSizePerChannel;
  25.  
  26. @end