--- qsampler/trunk/src/qsamplerChannelStrip.ui 2005/06/08 23:42:51 621 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2005/08/19 17:10:16 751 @@ -28,8 +28,8 @@ 0 0 - 694 - 47 + 737 + 46 @@ -253,13 +253,59 @@ + + + ChannelMutePushButton + + + + 48 + 64 + + + + &Mute + + + Alt+M + + + true + + + Channel Mute + + + + + ChannelSoloPushButton + + + + 48 + 64 + + + + &Solo + + + Alt+S + + + true + + + Channel Solo + + VolumeSlider - 180 + 120 0 @@ -392,6 +438,18 @@ channelSetup() + ChannelMutePushButton + toggled(bool) + qsamplerChannelStrip + channelMute(bool) + + + ChannelSoloPushButton + toggled(bool) + qsamplerChannelStrip + channelSolo(bool) + + VolumeSlider valueChanged(int) qsamplerChannelStrip @@ -406,12 +464,13 @@ ChannelSetupPushButton + ChannelMutePushButton + ChannelSoloPushButton VolumeSlider VolumeSpinBox qsamplerChannel.h - qsamplerChannelStrip.ui.h qsamplerChannel *m_pChannel; @@ -422,9 +481,11 @@ channelChanged( qsamplerChannelStrip * ) - volumeChanged(int) channelSetup() + channelMute( bool bMute ) + channelSolo( bool bSolo ) channelReset() + volumeChanged(int) init()