home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Resound / ChangeVolumeModule.h < prev    next >
Encoding:
Text File  |  1992-04-03  |  248 b   |  18 lines

  1.  
  2. /* Changes the amplitude of the sound. */
  3.  
  4. #import "Module.h"
  5.  
  6. @interface ChangeVolumeModule:Module
  7. {
  8.     id    PercentChangeField;                //I/O
  9.     id    ChangePanel;
  10. }
  11.  
  12. - ChangeVolume:sender;
  13.  
  14. - CancelChangeVolume:sender;
  15. - OkayChangeVolume:sender;
  16.  
  17. @end
  18.