--- qsampler/trunk/src/qsamplerChannelStrip.ui 2006/11/29 11:48:26 957 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2007/10/01 18:26:06 1366 @@ -1,8 +1,8 @@ - + qsamplerChannelStrip qsampler - A LinuxSampler Qt GUI Interface. - Copyright (C) 2004-2006, 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 @@ -28,8 +28,8 @@ 0 0 - 720 - 48 + 795 + 56 @@ -209,13 +209,13 @@ ParentOrigin - --/-- + -- / -- AlignTop|AlignHCenter - MIDI Port/Channel + MIDI port / channel @@ -351,6 +351,23 @@ Channel volume + + + ChannelEditPushButton + + + + 48 + 64 + + + + &Edit + + + Alt+E + + StreamUsageProgressBar @@ -461,6 +478,12 @@ qsamplerChannelStrip volumeChanged(int) + + ChannelEditPushButton + clicked() + qsamplerChannelStrip + channelEdit() + ChannelSetupPushButton @@ -471,6 +494,7 @@ qsamplerChannel.h + qsamplerChannelStrip.ui.h qsamplerChannel *m_pChannel; @@ -481,21 +505,21 @@ channelChanged( qsamplerChannelStrip * ) - channelSetup() + channelSetup( void ) channelMute( bool bMute ) channelSolo( bool bSolo ) - channelReset() - volumeChanged(int) + channelEdit() + channelReset( void ) + volumeChanged( int iVolume ) - init() - destroy() + init( void ) + destroy( void ) decodeDragFile( const QMimeSource * pEvent, QString & sInstrumentFile ) - dragEnterEvent( QDragEnterEvent *pDragEnterEvent ) - dropEvent( QDropEvent *pDropEvent ) - contextMenuEvent( QContextMenuEvent *pEvent ) - setup( qsamplerChannel *pChannel ) - channel ( void ) + dragEnterEvent( QDragEnterEvent * pDragEnterEvent ) + dropEvent( QDropEvent * pDropEvent ) + setup( qsamplerChannel * pChannel ) + channel( void ) displayFont( void ) setDisplayFont( const QFont & font ) setDisplayEffect( bool bDisplayEffect ) @@ -505,6 +529,7 @@ updateChannelVolume( void ) updateChannelInfo( void ) updateChannelUsage( void ) + contextMenuEvent( QContextMenuEvent * pEvent ) resetErrorCount( void )