--- qsampler/trunk/src/qsamplerChannelStrip.ui 2005/08/28 15:56:05 761 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2007/10/03 11:34:30 1372 @@ -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 - 737 - 46 + 795 + 56 @@ -209,13 +209,13 @@ ParentOrigin - --/-- + -- / -- AlignTop|AlignHCenter - MIDI Port/Channel + MIDI port / channel @@ -351,6 +351,26 @@ Channel volume + + + ChannelEditPushButton + + + + 48 + 64 + + + + &Edit + + + Alt+E + + + Edit channel + + StreamUsageProgressBar @@ -461,6 +481,12 @@ qsamplerChannelStrip volumeChanged(int) + + ChannelEditPushButton + clicked() + qsamplerChannelStrip + channelEdit() + ChannelSetupPushButton @@ -471,6 +497,7 @@ qsamplerChannel.h + qsamplerChannelStrip.ui.h qsamplerChannel *m_pChannel; @@ -484,28 +511,29 @@ channelSetup() channelMute( bool bMute ) channelSolo( bool bSolo ) + channelEdit() channelReset() - volumeChanged(int) + volumeChanged( int iVolume ) init() destroy() decodeDragFile( const QMimeSource * pEvent, QString & sInstrumentFile ) - dragEnterEvent( QDragEnterEvent *pDragEnterEvent ) - dropEvent( QDropEvent *pDropEvent ) - contextMenuEvent( QContextMenuEvent *pEvent ) - setup( qsamplerChannel *pChannel ) - channel ( void ) - displayFont( void ) + dragEnterEvent( QDragEnterEvent * pDragEnterEvent ) + dropEvent( QDropEvent * pDropEvent ) + setup( qsamplerChannel * pChannel ) + channel() + displayFont() setDisplayFont( const QFont & font ) setDisplayEffect( bool bDisplayEffect ) setDisplayBackground( const QPixmap & pm ) setMaxVolume( int iMaxVolume ) updateInstrumentName( bool bForce ) - updateChannelVolume( void ) - updateChannelInfo( void ) - updateChannelUsage( void ) - resetErrorCount( void ) + updateChannelVolume() + updateChannelInfo() + updateChannelUsage() + contextMenuEvent( QContextMenuEvent * pEvent ) + resetErrorCount()