/[svn]/qsampler/trunk/src/qsamplerChannel.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannel.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 961 by capela, Sun Dec 3 18:26:13 2006 UTC revision 980 by capela, Sun Dec 17 22:29:29 2006 UTC
# Line 91  public: Line 91  public:
91          int      midiChannel() const;          int      midiChannel() const;
92          bool     setMidiChannel(int iMidiChannel);          bool     setMidiChannel(int iMidiChannel);
93    
94            // MIDI instrument map.
95            int      midiMap() const;
96            bool     setMidiMap(int iMidiMap);
97    
98          // Audio output driver (DEPRECATED).          // Audio output driver (DEPRECATED).
99          const QString& audioDriver() const;          const QString& audioDriver() const;
100          bool     setAudioDriver(const QString& sAudioDriver);          bool     setAudioDriver(const QString& sAudioDriver);
# Line 168  private: Line 172  private:
172          int     m_iMidiDevice;          int     m_iMidiDevice;
173          int     m_iMidiPort;          int     m_iMidiPort;
174          int     m_iMidiChannel;          int     m_iMidiChannel;
175            int     m_iMidiMap;
176          QString m_sAudioDriver;          QString m_sAudioDriver;
177          int     m_iAudioDevice;          int     m_iAudioDevice;
178          float   m_fVolume;          float   m_fVolume;

Legend:
Removed from v.961  
changed lines
  Added in v.980

  ViewVC Help
Powered by ViewVC