From d4325a0411f2f6c86a117543a4dcbf588ac84fe7 Mon Sep 17 00:00:00 2001 From: athrxx Date: Sun, 1 May 2011 03:57:31 +0200 Subject: FM-TOWNS AUDIO: Implement some more midi driver code --- audio/softsynth/fmtowns_pc98/towns_midi.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h') diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h index 115142911a..6ff8a99cda 100644 --- a/audio/softsynth/fmtowns_pc98/towns_midi.h +++ b/audio/softsynth/fmtowns_pc98/towns_midi.h @@ -61,6 +61,15 @@ private: TownsMidiInputChannel **_channels; TownsMidiOutputChannel **_out; + struct ChanState { + uint8 mulAmsFms; + uint8 tl; + uint8 attDec; + uint8 sus; + uint8 fgAlg; + uint8 unk; + } *_chanState; + Common::TimerManager::TimerProc _timerBproc; void *_timerBpara; @@ -70,6 +79,8 @@ private: uint8 _curChan; bool _open; + + uint8 *_chanOutputLevel; }; #endif -- cgit v1.2.3