Pitch wheel
This commit is contained in:
@@ -78,11 +78,10 @@ togglesfx: macro
|
||||
db togglesfx_cmd
|
||||
endm
|
||||
|
||||
enum unknownmusic0xe0_cmd
|
||||
unknownmusic0xe0: macro
|
||||
db unknownmusic0xe0_cmd
|
||||
enum slidepitchto_cmd
|
||||
slidepitchto: macro
|
||||
db slidepitchto_cmd
|
||||
db \1 ; unknown
|
||||
; db \2 ; unknown
|
||||
dn \2, \3 ; octave, pitch
|
||||
endm
|
||||
|
||||
|
@@ -146,10 +146,9 @@ channel_struct: MACRO
|
||||
\1VibratoDelay:: db ; number of frames a note plays until vibrato starts
|
||||
\1VibratoExtent:: db
|
||||
\1VibratoRate:: db ; hi:frames for each alt lo:frames to the next alt
|
||||
\1Field0x21:: ds 1 ; c122
|
||||
\1Field0x22:: ds 1 ; c123
|
||||
\1Field0x23:: ds 1 ; c124
|
||||
\1Field0x24:: ds 1 ; c125
|
||||
\1PitchWheelTarget:: dw ; frequency endpoint for pitch wheel
|
||||
\1PitchWheelAmount:: db ; c124
|
||||
\1PitchWheelAmountFraction:: db ; c125
|
||||
\1Field0x25:: ds 1 ; c126
|
||||
ds 1 ; c127
|
||||
\1CryPitch:: dw
|
||||
|
Reference in New Issue
Block a user