--- qsampler/trunk/src/qsamplerMainForm.ui 2004/09/29 13:12:45 264 +++ qsampler/trunk/src/qsamplerMainForm.ui 2004/11/19 10:18:59 303 @@ -719,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; @@ -779,6 +780,7 @@ updateRecentFiles( const QString & sFilename ) updateRecentFilesMenu( void ) updateDisplayFont( void ) + updateDisplayEffect( void ) updateMaxVolume( void ) appendMessages( const QString & s ) appendMessagesColor( const QString & s, const QString & c ) @@ -788,7 +790,7 @@ updateMessagesFont( void ) updateMessagesLimit( void ) updateMessagesCapture( void ) - createChannel( int iChannelID, bool bPrompt ) + createChannelStrip( qsamplerChannel *pChannel ) activeChannelStrip( void ) channelStripAt( int iChannel ) startSchedule( int iStartDelay )