aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/maxtrax.h')
-rw-r--r--sound/mods/maxtrax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h
index fddf005514..a1791b3fef 100644
--- a/sound/mods/maxtrax.h
+++ b/sound/mods/maxtrax.h
@@ -121,7 +121,7 @@ public:
int16 microtonal;
- uint16 portamento;
+ uint16 portamentoTime;
int16 pitchBend;
int16 pitchReal;
@@ -207,7 +207,7 @@ public:
static int8 MaxTrax::pickvoice(const VoiceContext voice[4], uint pick, int16 pri);
int calcNote(VoiceContext &voice);
int8 noteOn(ChannelContext &channel, byte note, uint16 volume, uint16 pri);
- void noteOff(ChannelContext &channel, byte note);
+ void noteOff(VoiceContext &voice, byte note);
void killVoice(byte num);
void setTempo(const uint16 tempo) {