mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
Ported to Universal Header 2.0.1f (i.e. CW6)
This commit is contained in:
parent
a0e76bebd3
commit
7d0bc8343f
32 changed files with 519 additions and 490 deletions
|
|
@ -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),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue