--- linuxsampler/trunk/src/engines/AbstractEngineChannel.h 2010/01/08 19:20:37 2042 +++ linuxsampler/trunk/src/engines/AbstractEngineChannel.h 2010/01/09 09:37:01 2043 @@ -114,6 +114,7 @@ int iLastPanRequest; ///< just for the return value of Pan(), so we don't have to make an injective function int iEngineIndexSelf; ///< Reflects the index of this EngineChannel in the Engine's ArrayList. bool bStatusChanged; ///< true in case an engine parameter has changed (e.g. new instrument, another volumet) + uint32_t RoundRobinIndex; ///< counter for round robin sample selection, incremented for each note on SynchronizedConfig< ArrayList > virtualMidiDevices; SynchronizedConfig< ArrayList >::Reader virtualMidiDevicesReader_AudioThread;