--- qsampler/trunk/src/qsamplerMainForm.ui 2005/08/26 23:04:32 757 +++ qsampler/trunk/src/qsamplerMainForm.ui 2007/01/08 16:52:48 1013 @@ -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-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 @@ -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 @@ -83,6 +83,7 @@ + @@ -112,6 +113,7 @@ + @@ -498,6 +500,32 @@ + viewInstrumentsAction + + + qsamplerInstrument.png + + + true + + + Instruments + + + &Instruments + + + MIDI instruments configuration + + + Show/hide the MIDI instruments configuration window + + + F10 + + + + viewDevicesAction @@ -565,7 +593,7 @@ Line up all channel strips - F10 + F5 @@ -724,6 +752,12 @@ viewMessages(bool) + viewInstrumentsAction + activated() + qsamplerMainForm + viewInstruments() + + viewDevicesAction activated() qsamplerMainForm @@ -772,6 +806,7 @@ class qsamplerChannel; class qsamplerMessages; class qsamplerChannelStrip; + class qsamplerInstrumentListForm; class qsamplerDeviceForm; @@ -789,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 ) @@ -809,6 +846,7 @@ viewToolbar( bool bOn ) viewStatusbar( bool bOn ) viewMessages( bool bOn ) + viewInstruments( void ) viewDevices( void ) viewOptions( void ) channelsArrange( void ) @@ -869,6 +907,7 @@ stopServer( void ) startClient( void ) stopClient( void ) + getInstance( void )