home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
SoundApps
/
SimpleSoundMixingExample
/
Source
/
MixController.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
|
1995-06-12
|
261 b
|
21 lines
#import <appkit/appkit.h>
@interface MixController:Object
{
id snd1;
id snd2;
id snd1Text;
id snd2Text;
id snd1Stream;
id snd2Stream;
id sndOut;
int tag;
}
- play:sender;
- setSound1Name:sender;
- setSound2Name:sender;
@end