home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-12 | 3.5 KB | 149 lines | [TEXT/CWIE] |
- # Generated from 'flap:CW9 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Sound.h'
-
- f = SndMethod(OSErr, 'SndDoCommand',
- (SndChannelPtr, 'chan', InMode),
- (SndCommand_ptr, 'cmd', InMode),
- (Boolean, 'noWait', InMode),
- )
- sndmethods.append(f)
-
- f = SndMethod(OSErr, 'SndDoImmediate',
- (SndChannelPtr, 'chan', InMode),
- (SndCommand_ptr, 'cmd', InMode),
- )
- sndmethods.append(f)
-
- f = SndFunction(OSErr, 'SndNewChannel',
- (SndChannelPtr, 'chan', OutMode),
- (short, 'synth', InMode),
- (long, 'init', InMode),
- (SndCallBackUPP, 'userRoutine', InMode),
- )
- functions.append(f)
-
- f = SndMethod(OSErr, 'SndPlay',
- (SndChannelPtr, 'chan', InMode),
- (SndListHandle, 'sndHdl', InMode),
- (Boolean, 'async', InMode),
- )
- sndmethods.append(f)
-
- f = SndFunction(OSErr, 'SndControl',
- (short, 'id', InMode),
- (SndCommand, 'cmd', OutMode),
- )
- functions.append(f)
-
- f = SndFunction(NumVersion, 'SndSoundManagerVersion',
- )
- functions.append(f)
-
- f = SndMethod(OSErr, 'SndStartFilePlay',
- (SndChannelPtr, 'chan', InMode),
- (short, 'fRefNum', InMode),
- (short, 'resNum', InMode),
- (long, 'bufferSize', InMode),
- (FakeType('0'), 'theBuffer', InMode),
- (AudioSelectionPtr, 'theSelection', InMode),
- (FilePlayCompletionUPP, 'theCompletion', InMode),
- (Boolean, 'async', InMode),
- )
- sndmethods.append(f)
-
- f = SndMethod(OSErr, 'SndPauseFilePlay',
- (SndChannelPtr, 'chan', InMode),
- )
- sndmethods.append(f)
-
- f = SndMethod(OSErr, 'SndStopFilePlay',
- (SndChannelPtr, 'chan', InMode),
- (Boolean, 'quietNow', InMode),
- )
- sndmethods.append(f)
-
- f = SndMethod(OSErr, 'SndChannelStatus',
- (SndChannelPtr, 'chan', InMode),
- (short, 'theLength', InMode),
- (SCStatus, 'theStatus', OutMode),
- )
- sndmethods.append(f)
-
- f = SndFunction(OSErr, 'SndManagerStatus',
- (short, 'theLength', InMode),
- (SMStatus, 'theStatus', OutMode),
- )
- functions.append(f)
-
- f = SndFunction(void, 'SndGetSysBeepState',
- (short, 'sysBeepState', OutMode),
- )
- functions.append(f)
-
- f = SndFunction(OSErr, 'SndSetSysBeepState',
- (short, 'sysBeepState', InMode),
- )
- functions.append(f)
-
- f = SndFunction(NumVersion, 'MACEVersion',
- )
- functions.append(f)
-
- f = SndFunction(void, 'Comp3to1',
- (InOutBuffer, 'buffer', InOutMode),
- (StateBlock, 'state', InOutMode),
- (unsigned_long, 'numChannels', InMode),
- (unsigned_long, 'whichChannel', InMode),
- )
- functions.append(f)
-
- f = SndFunction(void, 'Exp1to3',
- (InOutBuffer, 'buffer', InOutMode),
- (StateBlock, 'state', InOutMode),
- (unsigned_long, 'numChannels', InMode),
- (unsigned_long, 'whichChannel', InMode),
- )
- functions.append(f)
-
- f = SndFunction(void, 'Comp6to1',
- (InOutBuffer, 'buffer', InOutMode),
- (StateBlock, 'state', InOutMode),
- (unsigned_long, 'numChannels', InMode),
- (unsigned_long, 'whichChannel', InMode),
- )
- functions.append(f)
-
- f = SndFunction(void, 'Exp1to6',
- (InOutBuffer, 'buffer', InOutMode),
- (StateBlock, 'state', InOutMode),
- (unsigned_long, 'numChannels', InMode),
- (unsigned_long, 'whichChannel', InMode),
- )
- functions.append(f)
-
- f = SndFunction(OSErr, 'GetSysBeepVolume',
- (long, 'level', OutMode),
- )
- functions.append(f)
-
- f = SndFunction(OSErr, 'SetSysBeepVolume',
- (long, 'level', InMode),
- )
- functions.append(f)
-
- f = SndFunction(OSErr, 'GetDefaultOutputVolume',
- (long, 'level', OutMode),
- )
- functions.append(f)
-
- f = SndFunction(OSErr, 'SetDefaultOutputVolume',
- (long, 'level', InMode),
- )
- functions.append(f)
-
- f = SndFunction(OSErr, 'GetSoundHeaderOffset',
- (SndListHandle, 'sndHandle', InMode),
- (long, 'offset', OutMode),
- )
- functions.append(f)
-
-