diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-09 20:56:31 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-09 20:56:31 (GMT) |
commit | 7d0bc8343f55f2e467abb2ce50b76b054897d72f (patch) | |
tree | c3a2618e7c6c09c201d03bb67dc1038cab7dc534 /Mac/Modules/snd/sndgen.py | |
parent | a0e76bebd3ddb05461c9f692ff1f53267203aaae (diff) | |
download | cpython-7d0bc8343f55f2e467abb2ce50b76b054897d72f.zip cpython-7d0bc8343f55f2e467abb2ce50b76b054897d72f.tar.gz cpython-7d0bc8343f55f2e467abb2ce50b76b054897d72f.tar.bz2 |
Ported to Universal Header 2.0.1f (i.e. CW6)
Diffstat (limited to 'Mac/Modules/snd/sndgen.py')
-rw-r--r-- | Mac/Modules/snd/sndgen.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mac/Modules/snd/sndgen.py b/Mac/Modules/snd/sndgen.py index a980338..827b263 100644 --- a/Mac/Modules/snd/sndgen.py +++ b/Mac/Modules/snd/sndgen.py @@ -1,4 +1,4 @@ -# Generated from 'Moes:CW5 GOLD \304:Metrowerks C/C++ \304:Headers \304:Universal Headers 2.0a3 \304:Sound.h' +# Generated from 'Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Sound.h' f = SndFunction(void, 'SetSoundVol', (short, 'level', InMode), @@ -100,7 +100,7 @@ functions.append(f) f = SndFunction(void, 'Comp3to1', (InOutBuffer, 'buffer', InOutMode), - (InOutBuf128, 'state', InOutMode), + (StateBlock, 'state', InOutMode), (unsigned_long, 'numChannels', InMode), (unsigned_long, 'whichChannel', InMode), ) @@ -108,7 +108,7 @@ functions.append(f) f = SndFunction(void, 'Exp1to3', (InOutBuffer, 'buffer', InOutMode), - (InOutBuf128, 'state', InOutMode), + (StateBlock, 'state', InOutMode), (unsigned_long, 'numChannels', InMode), (unsigned_long, 'whichChannel', InMode), ) @@ -116,7 +116,7 @@ functions.append(f) f = SndFunction(void, 'Comp6to1', (InOutBuffer, 'buffer', InOutMode), - (InOutBuf128, 'state', InOutMode), + (StateBlock, 'state', InOutMode), (unsigned_long, 'numChannels', InMode), (unsigned_long, 'whichChannel', InMode), ) @@ -124,7 +124,7 @@ functions.append(f) f = SndFunction(void, 'Exp1to6', (InOutBuffer, 'buffer', InOutMode), - (InOutBuf128, 'state', InOutMode), + (StateBlock, 'state', InOutMode), (unsigned_long, 'numChannels', InMode), (unsigned_long, 'whichChannel', InMode), ) |