--- qsampler/trunk/src/qsamplerChannel.h 2004/09/29 13:12:45 264 +++ qsampler/trunk/src/qsamplerChannel.h 2004/11/16 15:26:18 295 @@ -50,11 +50,18 @@ // LSCP client descriptor accessor. lscp_client_t * client(); - + + // Add/remove sampler channel methods. + bool addChannel(); + bool removeChannel(); + // Sampler channel ID accessors. int channelID(); void setChannelID(int iChannelID); + // Readable channel name. + QString channelName(); + // Engine name property. QString& engineName(); bool loadEngine(const QString& sEngineName); @@ -94,10 +101,10 @@ bool setVolume(float fVolume); // Channel info structure map executive. - void updateChannelInfo(); + bool updateChannelInfo(); // Reset channel method. - void resetChannel(); + bool resetChannel(); // Message logging methods (brainlessly mapped to main form's). void appendMessages (const QString & s);