/[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 295 by capela, Tue Nov 16 15:26:18 2004 UTC revision 299 by capela, Wed Nov 17 15:41:58 2004 UTC
# Line 113  public: Line 113  public:
113      void appendMessagesError  (const QString & s);      void appendMessagesError  (const QString & s);
114      void appendMessagesClient (const QString & s);      void appendMessagesClient (const QString & s);
115    
116        // Retrieve the available instrument name(s) of an instrument file (.gig).
117        static QString     getInstrumentName (const QString& sInstrumentFile, int iInstrumentNr);
118        static QStringList getInstrumentList (const QString& sInstrumentFile);
119    
120  private:  private:
121    
122      // Main application form reference.      // Main application form reference.

Legend:
Removed from v.295  
changed lines
  Added in v.299

  ViewVC Help
Powered by ViewVC