--- qsampler/trunk/src/qsamplerMainForm.ui 2005/03/13 22:06:59 452 +++ qsampler/trunk/src/qsamplerMainForm.ui 2006/12/21 14:55:05 996 @@ -2,7 +2,7 @@ qsamplerMainForm qsampler - A LinuxSampler Qt GUI Interface. - Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2006, 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 @@ -39,7 +39,7 @@ - qsampler + Qsampler qsampler.png @@ -83,6 +83,7 @@ + @@ -111,6 +112,9 @@ + + + @@ -496,6 +500,32 @@ + viewInstrumentsAction + + + qsamplerInstrument.png + + + true + + + Instruments + + + &Instruments + + + MIDI instruments configuration + + + Show/hide the MIDI instruments configuration window + + + F10 + + + + viewDevicesAction @@ -563,7 +593,7 @@ Line up all channel strips - F10 + F5 @@ -722,6 +752,12 @@ viewMessages(bool) + viewInstrumentsAction + activated() + qsamplerMainForm + viewInstruments() + + viewDevicesAction activated() qsamplerMainForm @@ -770,6 +806,7 @@ class qsamplerChannel; class qsamplerMessages; class qsamplerChannelStrip; + class qsamplerInstrumentListForm; class qsamplerDeviceForm; @@ -787,7 +824,9 @@ QLabel *m_statusItem[5]; QPopupMenu *m_pRecentFilesMenu; QPtrList<qsamplerChannelStrip> m_changedStrips; + qsamplerInstrumentListForm *m_pInstrumentListForm; qsamplerDeviceForm *m_pDeviceForm; + static qsamplerMainForm *g_pMainForm; fileNew( void ) @@ -807,6 +846,7 @@ viewToolbar( bool bOn ) viewStatusbar( bool bOn ) viewMessages( bool bOn ) + viewInstruments( void ) viewDevices( void ) viewOptions( void ) channelsArrange( void ) @@ -840,6 +880,7 @@ openSession( void ) saveSession( bool bPrompt ) closeSession( bool bForce ) + resetSession( void ) loadSessionFile( const QString & sFilename ) saveSessionFile( const QString & sFilename ) updateSession() @@ -867,6 +908,7 @@ stopServer( void ) startClient( void ) stopClient( void ) + getInstance( void )