qsamplerChannelForm qsampler - A LinuxSampler Qt GUI Interface. Copyright (C) 2004, 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 as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 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. rncbc aka Rui Nuno Capela qsamplerChannelForm 0 0 430 255 7 1 0 0 Channel qsamplerChannel.png StrongFocus unnamed EngineNameComboBox 7 0 0 0 Engine name EngineNameTextLabel 1 5 0 0 &Engine: AlignVCenter|AlignRight EngineNameComboBox InstrumentTextLabel 1 5 0 0 &Instrument: AlignVCenter|AlignRight InstrumentFileComboBox InstrumentFilePushButton 0 0 0 0 24 24 26 26 fileOpen.png Browse for instrument filename InstrumentFileComboBox 7 0 0 0 320 0 true Instrument filename layout1 unnamed spacer3 Horizontal Expanding 8 8 OkPushButton OK formAccept.png CancelPushButton Cancel formReject.png InstrumentNrSpinBox 40 32767 Instrument index InstrumentNrTextLabel Inde&x: AlignVCenter|AlignRight InstrumentNrSpinBox InstrumentNameTextLabel 1 5 0 0 Instrument name MidiGroupBox 1 5 0 0 MIDI / Input unnamed 8 8 MidiDriverTextLabel &Type: AlignVCenter|AlignRight MidiDriverComboBox ALSA MidiDriverComboBox MIDI input driver type MidiPortTextLabel &Port: AlignVCenter|AlignRight MidiPortSpinBox MidiPortSpinBox MIDI input port number MidiChannelTextLabel &Channel: AlignVCenter|AlignRight MidiChannelComboBox All 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 MidiChannelComboBox MIDI input channel spacer2 Horizontal Expanding 8 8 AudioGroupBox 1 5 0 0 Audio / Output AlignAuto unnamed 8 8 AudioDriverTextLabel &Type: AlignVCenter|AlignRight AudioDriverComboBox ALSA JACK AudioDriverComboBox Audio output driver type spacer3 Horizontal Expanding 8 8 EngineNameComboBox activated(int) qsamplerChannelForm optionsChanged() InstrumentFileComboBox textChanged(const QString &) qsamplerChannelForm updateInstrumentName() InstrumentFilePushButton clicked() qsamplerChannelForm openInstrumentFile() InstrumentNrSpinBox valueChanged(int) qsamplerChannelForm updateInstrumentName() MidiDriverComboBox activated(int) qsamplerChannelForm optionsChanged() MidiPortSpinBox valueChanged(int) qsamplerChannelForm optionsChanged() MidiChannelComboBox activated(int) qsamplerChannelForm optionsChanged() AudioDriverComboBox activated(int) qsamplerChannelForm optionsChanged() OkPushButton clicked() qsamplerChannelForm accept() CancelPushButton clicked() qsamplerChannelForm reject() EngineNameComboBox InstrumentFileComboBox InstrumentFilePushButton InstrumentNrSpinBox MidiDriverComboBox MidiPortSpinBox MidiChannelComboBox AudioDriverComboBox OkPushButton CancelPushButton qsamplerChannel.h qsamplerChannelForm.ui.h qsamplerChannel *m_pChannel; int m_iDirtySetup; int m_iDirtyCount; accept() reject() openInstrumentFile() updateInstrumentName() optionsChanged() stabilizeForm() init() destroy() setup( qsamplerChannel *pChannel, bool bNew )