--- linuxsampler/trunk/src/engines/gig/Engine.h 2004/10/16 17:38:03 287 +++ linuxsampler/trunk/src/engines/gig/Engine.h 2004/12/13 00:46:42 319 @@ -106,7 +106,7 @@ // abstract methods derived from interface class 'InstrumentConsumer' virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg); virtual void ResourceUpdated(::gig::Instrument* pOldResource, ::gig::Instrument* pNewResource, void* pUpdateArg); - protected: + //protected: struct midi_key_info_t { RTList* pActiveVoices; ///< Contains the active voices associated with the MIDI key. bool KeyPressed; ///< Is true if the respective MIDI key is currently pressed.