summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/snd
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-04-16 14:33:21 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-04-16 14:33:21 (GMT)
commitded81a1ffe5c4398968888715b98b618f0604c37 (patch)
tree4615649ab17c51f51c1d12b10edf4074c120a8e5 /Mac/Modules/snd
parent19171a21fdff4f63ca35b3cafc96a86280d0539b (diff)
downloadcpython-ded81a1ffe5c4398968888715b98b618f0604c37.zip
cpython-ded81a1ffe5c4398968888715b98b618f0604c37.tar.gz
cpython-ded81a1ffe5c4398968888715b98b618f0604c37.tar.bz2
Removed ...gen.py files from repository
Diffstat (limited to 'Mac/Modules/snd')
-rw-r--r--Mac/Modules/snd/sndgen.py158
1 files changed, 0 insertions, 158 deletions
diff --git a/Mac/Modules/snd/sndgen.py b/Mac/Modules/snd/sndgen.py
deleted file mode 100644
index c984e0c..0000000
--- a/Mac/Modules/snd/sndgen.py
+++ /dev/null
@@ -1,158 +0,0 @@
-# Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Sound.h'
-
-f = SndFunction(void, 'SetSoundVol',
- (short, 'level', InMode),
-)
-functions.append(f)
-
-f = SndFunction(void, 'GetSoundVol',
- (short, 'level', OutMode),
-)
-functions.append(f)
-
-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(long, '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(long, '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)
-