--- linuxsampler/trunk/src/engines/common/Event.h 2005/02/26 02:01:14 411 +++ linuxsampler/trunk/src/engines/common/Event.h 2005/02/26 22:44:51 412 @@ -25,6 +25,7 @@ #include "../../common/global.h" #include "../../common/RTMath.h" +#include "EngineChannel.h" namespace LinuxSampler { @@ -104,6 +105,7 @@ uint Size; ///< Data length (in bytes) of MIDI system exclusive message. } Sysex; } Param; + EngineChannel* pEngineChannel; ///< Pointer to the EngineChannel where this event occured on, NULL means Engine global event (e.g. SysEx message). inline int32_t FragmentPos() { if (iFragmentPos >= 0) return iFragmentPos;