/[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 484 by capela, Tue Mar 22 12:55:29 2005 UTC revision 519 by schoenebeck, Sun May 8 17:04:10 2005 UTC
# Line 47  public: Line 47  public:
47    
48          // Main application form accessor.          // Main application form accessor.
49          qsamplerMainForm *mainForm() const;          qsamplerMainForm *mainForm() const;
50            
51          // Main application options accessor.          // Main application options accessor.
52          qsamplerOptions *options() const;          qsamplerOptions *options() const;
53    
# Line 74  public: Line 74  public:
74          int      instrumentNr() const;          int      instrumentNr() const;
75          const QString& instrumentName() const;          const QString& instrumentName() const;
76          int      instrumentStatus() const;          int      instrumentStatus() const;
77            
78          // Instrument file loader.          // Instrument file loader.
79          bool     loadInstrument(const QString& sInstrumentFile, int iInstrumentNr);          bool     loadInstrument(const QString& sInstrumentFile, int iInstrumentNr);
80          // Special instrument file/name/number settler.          // Special instrument file/name/number settler.
# Line 133  public: Line 133  public:
133          // Common (invalid) name-helpers.          // Common (invalid) name-helpers.
134          static QString noEngineName();          static QString noEngineName();
135          static QString noInstrumentName();          static QString noInstrumentName();
136            static QString loadingInstrument();
137    
138          // Check whether a given file is an instrument file.          // Check whether a given file is an instrument file.
139          static bool isInstrumentFile (const QString& sInstrumentFile);          static bool isInstrumentFile (const QString& sInstrumentFile);
# Line 157  private: Line 158  private:
158          QString m_sInstrumentFile;          QString m_sInstrumentFile;
159          int     m_iInstrumentNr;          int     m_iInstrumentNr;
160          int     m_iInstrumentStatus;          int     m_iInstrumentStatus;
161          QString m_sMidiDriver;          // DEPRECATED.          QString m_sMidiDriver;
162          int     m_iMidiDevice;          int     m_iMidiDevice;
163          int     m_iMidiPort;          int     m_iMidiPort;
164          int     m_iMidiChannel;          int     m_iMidiChannel;
165          QString m_sAudioDriver;         // DEPRECATED.          QString m_sAudioDriver;
166          int     m_iAudioDevice;          int     m_iAudioDevice;
167          float   m_fVolume;          float   m_fVolume;
168  };  };

Legend:
Removed from v.484  
changed lines
  Added in v.519

  ViewVC Help
Powered by ViewVC