--- qsampler/trunk/src/qsamplerChannelStrip.h 2007/11/23 09:32:06 1513 +++ qsampler/trunk/src/qsamplerChannelStrip.h 2007/11/23 10:51:37 1514 @@ -59,6 +59,10 @@ void resetErrorCount(); + // Channel strip activation/selection. + void setSelected(bool bSelected); + bool isSelected() const; + signals: void channelChanged(ChannelStrip*); @@ -85,6 +89,9 @@ qsamplerChannel* m_pChannel; int m_iDirtyChange; int m_iErrorCount; + + // Channel strip activation/selection. + static ChannelStrip *g_pSelectedStrip; }; } // namespace QSampler