From 78e06a0e1c8260b5e1b1ecb4cf9ae2912ca03ce5 Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Fri, 7 Aug 2009 21:00:34 +0000 Subject: refactored noteOn removed channel.voicesActive variable svn-id: r43104 --- sound/mods/maxtrax.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sound/mods/maxtrax.h') 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); -- cgit v1.2.3