--- qsampler/trunk/src/qsamplerMainForm.ui 2004/09/28 16:17:43 255 +++ qsampler/trunk/src/qsamplerMainForm.ui 2005/02/11 15:36:06 371 @@ -2,7 +2,7 @@ qsamplerMainForm qsampler - A LinuxSampler Qt GUI Interface. - Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2005, 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 @@ -708,6 +708,7 @@ class QProcess; class QLabel; class qsamplerOptions; + class qsamplerChannel; class qsamplerMessages; class qsamplerChannelStrip; @@ -718,6 +719,7 @@ QString m_sFilename; int m_iUntitled; int m_iDirtyCount; + int m_iChangeCount; lscp_client_t *m_pClient; QProcess *m_pServer; int m_iStartDelay; @@ -749,7 +751,7 @@ helpAboutQt( void ) helpAbout( void ) stabilizeForm( void ) - channelChanged( qsamplerChannelStrip * ) + channelStripChanged( qsamplerChannelStrip * ) channelsMenuAboutToShow() channelsMenuActivated( int iChannel ) timerSlot( void ) @@ -777,7 +779,9 @@ saveSessionFile( const QString & sFilename ) updateRecentFiles( const QString & sFilename ) updateRecentFilesMenu( void ) + updateInstrumentNames( void ) updateDisplayFont( void ) + updateDisplayEffect( void ) updateMaxVolume( void ) appendMessages( const QString & s ) appendMessagesColor( const QString & s, const QString & c ) @@ -787,9 +791,9 @@ updateMessagesFont( void ) updateMessagesLimit( void ) updateMessagesCapture( void ) - createChannel( int iChannelID, bool bPrompt ) - activeChannel( void ) - channelAt( int iChannel ) + createChannelStrip( qsamplerChannel *pChannel ) + activeChannelStrip( void ) + channelStripAt( int iChannel ) startSchedule( int iStartDelay ) stopSchedule( void ) startServer( void )