--- qsampler/trunk/src/qsamplerChannelStrip.ui 2005/06/08 23:42:51 621 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2007/01/08 22:04:33 1016 @@ -2,7 +2,7 @@ qsamplerChannelStrip qsampler - A LinuxSampler Qt GUI Interface. - Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -14,9 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. rncbc aka Rui Nuno Capela @@ -28,8 +28,8 @@ 0 0 - 694 - 47 + 720 + 48 @@ -41,7 +41,7 @@ - Channel + Qsampler: Channel qsamplerChannel.png @@ -209,13 +209,13 @@ ParentOrigin - --/-- + -- - AlignTop|AlignHCenter + AlignTop|AlignRight - MIDI Port/Channel + MIDI Channel @@ -245,7 +245,7 @@ -- - AlignCenter + AlignVCenter|AlignRight Instrument load status @@ -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()