--- qsampler/trunk/src/qsamplerMainForm.ui 2004/10/06 15:42:59 267 +++ 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 @@ -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; @@ -778,6 +779,7 @@ saveSessionFile( const QString & sFilename ) updateRecentFiles( const QString & sFilename ) updateRecentFilesMenu( void ) + updateInstrumentNames( void ) updateDisplayFont( void ) updateDisplayEffect( void ) updateMaxVolume( void ) @@ -789,7 +791,7 @@ updateMessagesFont( void ) updateMessagesLimit( void ) updateMessagesCapture( void ) - createChannel( int iChannelID, bool bPrompt ) + createChannelStrip( qsamplerChannel *pChannel ) activeChannelStrip( void ) channelStripAt( int iChannel ) startSchedule( int iStartDelay )