--- linuxsampler/trunk/src/engines/common/Event.h 2010/05/30 11:39:36 2100 +++ linuxsampler/trunk/src/engines/common/Event.h 2010/05/30 11:40:31 2101 @@ -85,6 +85,7 @@ uint8_t Velocity; ///< Trigger or release velocity of note-on / note-off event. int8_t Layer; ///< Layer index (usually only used if a note-on event has to be postponed, e.g. due to shortage of free voices). int8_t ReleaseTrigger; ///< If new voice should be a release triggered voice (actually boolean field and usually only used if a note-on event has to be postponed, e.g. due to shortage of free voices). + void* pRegion; ///< Engine specific pointer to instrument region } Note; /// Control change event specifics struct _CC {