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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-03
|
248 b
|
18 lines
/* Changes the amplitude of the sound. */
#import "Module.h"
@interface ChangeVolumeModule:Module
{
id PercentChangeField; //I/O
id ChangePanel;
}
- ChangeVolume:sender;
- CancelChangeVolume:sender;
- OkayChangeVolume:sender;
@end