/[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 344 by capela, Tue Jan 18 13:53:04 2005 UTC revision 382 by capela, Mon Feb 14 15:42:38 2005 UTC
# Line 67  public: Line 67  public:
67      bool     loadEngine(const QString& sEngineName);      bool     loadEngine(const QString& sEngineName);
68            
69      // Instrument file and index.      // Instrument file and index.
     QString& instrumentName();  
70      QString& instrumentFile();      QString& instrumentFile();
71      int      instrumentNr();      int      instrumentNr();
72        QString& instrumentName();
73      int      instrumentStatus();      int      instrumentStatus();
74      bool     loadInstrument(const QString& sInstrumentFile, int iInstrumentNr);      bool     loadInstrument(const QString& sInstrumentFile, int iInstrumentNr);
75    
# Line 101  public: Line 101  public:
101      float    volume();      float    volume();
102      bool     setVolume(float fVolume);      bool     setVolume(float fVolume);
103    
104        // Istrument name remapper.
105        void     updateInstrumentName();
106    
107      // Channel info structure map executive.      // Channel info structure map executive.
108      bool     updateChannelInfo();      bool     updateChannelInfo();
109    

Legend:
Removed from v.344  
changed lines
  Added in v.382

  ViewVC Help
Powered by ViewVC