aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.h
diff options
context:
space:
mode:
authorNorbert Lange2009-08-07 21:00:34 +0000
committerNorbert Lange2009-08-07 21:00:34 +0000
commit78e06a0e1c8260b5e1b1ecb4cf9ae2912ca03ce5 (patch)
tree119a9ffa6afcccf582c77c3579b3efd1cd025451 /sound/mods/maxtrax.h
parentd51e8be2bf42009a3dbbdd28070ccb35f7f78aa5 (diff)
downloadscummvm-rg350-78e06a0e1c8260b5e1b1ecb4cf9ae2912ca03ce5.tar.gz
scummvm-rg350-78e06a0e1c8260b5e1b1ecb4cf9ae2912ca03ce5.tar.bz2
scummvm-rg350-78e06a0e1c8260b5e1b1ecb4cf9ae2912ca03ce5.zip
refactored noteOn
removed channel.voicesActive variable svn-id: r43104
Diffstat (limited to 'sound/mods/maxtrax.h')
-rw-r--r--sound/mods/maxtrax.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h
index 1ec696b6f6..5c17178b96 100644
--- a/sound/mods/maxtrax.h
+++ b/sound/mods/maxtrax.h
@@ -142,7 +142,7 @@ private:
int8 pitchBendRange;
uint8 volume;
- uint8 voicesActive;
+// uint8 voicesActive;
enum {
kFlagRightChannel = 1 << 0,
@@ -206,6 +206,7 @@ private:
byte stopEventParameter; // TODO: Remove?
} _voiceCtx[kNumVoices];
+ void MaxTrax::controlCh(ChannelContext &channel, byte command, byte data);
void freePatches();
void freeScores();
void resetChannel(ChannelContext &chan, bool rightChannel);