/[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 381 by capela, Fri Feb 11 15:36:06 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    

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

  ViewVC Help
Powered by ViewVC