--- qsampler/trunk/src/qsamplerChannel.h 2007/10/01 17:22:02 1365 +++ qsampler/trunk/src/qsamplerChannel.h 2007/10/01 18:26:06 1366 @@ -133,6 +133,9 @@ // Reset channel method. bool channelReset(); + // Spawn instrument editor method. + bool editChannel(); + // Message logging methods (brainlessly mapped to main form's). void appendMessages (const QString & s) const; void appendMessagesColor (const QString & s, const QString & c) const;