--- qsampler/trunk/src/qsamplerChannel.h 2005/03/31 16:40:32 489 +++ qsampler/trunk/src/qsamplerChannel.h 2005/04/01 00:34:58 490 @@ -47,7 +47,7 @@ // Main application form accessor. qsamplerMainForm *mainForm() const; - + // Main application options accessor. qsamplerOptions *options() const; @@ -74,7 +74,7 @@ int instrumentNr() const; const QString& instrumentName() const; int instrumentStatus() const; - + // Instrument file loader. bool loadInstrument(const QString& sInstrumentFile, int iInstrumentNr); // Special instrument file/name/number settler. @@ -157,11 +157,11 @@ QString m_sInstrumentFile; int m_iInstrumentNr; int m_iInstrumentStatus; - QString m_sMidiDriver; // DEPRECATED. + QString m_sMidiDriver; int m_iMidiDevice; int m_iMidiPort; int m_iMidiChannel; - QString m_sAudioDriver; // DEPRECATED. + QString m_sAudioDriver; int m_iAudioDevice; float m_fVolume; };