--- qsampler/trunk/src/qsamplerChannel.h 2004/11/17 13:05:42 298 +++ qsampler/trunk/src/qsamplerChannel.h 2004/11/17 15:41:58 299 @@ -113,6 +113,10 @@ void appendMessagesError (const QString & s); void appendMessagesClient (const QString & s); + // Retrieve the available instrument name(s) of an instrument file (.gig). + static QString getInstrumentName (const QString& sInstrumentFile, int iInstrumentNr); + static QStringList getInstrumentList (const QString& sInstrumentFile); + private: // Main application form reference.