Decompile much of musyx
This commit is contained in:
parent
572a5e5a58
commit
36c41780cf
9 changed files with 100 additions and 22 deletions
|
|
@ -3151,8 +3151,8 @@ sndOutputMode = .text:0x800FA130; // type:function size:0xEC
|
|||
sndSetAuxProcessingCallbacks = .text:0x800FA21C; // type:function size:0x158
|
||||
synthActivateStudio = .text:0x800FA374; // type:function size:0xA8
|
||||
synthDeactivateStudio = .text:0x800FA41C; // type:function size:0xF0
|
||||
synthChangeStudioMasterMix = .text:0x800FA50C; // type:function size:0x20
|
||||
sndAddStudioInput = .text:0x800FA52C; // type:function size:0x20
|
||||
synthAddStudioInput = .text:0x800FA50C; // type:function size:0x20
|
||||
synthRemoveStudioInput = .text:0x800FA52C; // type:function size:0x20
|
||||
streamInit = .text:0x800FA54C; // type:function size:0xBC
|
||||
SetHWMix = .text:0x800FA608; // type:function size:0x8C scope:local
|
||||
streamHandle = .text:0x800FA694; // type:function size:0x8AC
|
||||
|
|
@ -5640,7 +5640,7 @@ gWriteBuf = .bss:0x801AA7E4; // type:object size:0x110A scope:local
|
|||
bUseSerialIO = .bss:0x801AB8F0; // type:object size:0x1 scope:local data:byte
|
||||
seqNote = .bss:0x801AB8F8; // type:object size:0x1400 scope:local data:4byte
|
||||
seqInstance = .bss:0x801ACCF8; // type:object size:0xC340
|
||||
seqMIDIPriority = .bss:0x801B9038; // type:object size:0x100 scope:local data:2byte
|
||||
seqMIDIPriority = .bss:0x801B9038; // type:object size:0x100 data:2byte
|
||||
synthTicksPerSecond = .bss:0x801B9138; // type:object size:0x240 scope:local
|
||||
synthInfo = .bss:0x801B9378; // type:object size:0x214 data:4byte
|
||||
synthMasterFader = .bss:0x801B958C; // type:object size:0x600 data:float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue