--- linuxsampler/trunk/src/engines/AbstractEngineChannel.h 2009/10/23 17:53:17 2012 +++ linuxsampler/trunk/src/engines/AbstractEngineChannel.h 2009/10/24 09:07:38 2013 @@ -83,8 +83,10 @@ virtual ~AbstractEngineChannel(); AbstractEngine* pEngine; + public: // TODO: should be protected AudioChannel* pChannelLeft; ///< encapsulates the audio rendering buffer (left) AudioChannel* pChannelRight; ///< encapsulates the audio rendering buffer (right) + protected: int AudioDeviceChannelLeft; ///< audio device channel number to which the left channel is connected to int AudioDeviceChannelRight; ///< audio device channel number to which the right channel is connected to MidiInputPort* pMidiInputPort; ///< Points to the connected MIDI input port or NULL if none assigned.