--- qsampler/trunk/src/qsamplerChannelForm.ui 2004/09/28 16:17:43 255 +++ qsampler/trunk/src/qsamplerChannelForm.ui 2004/11/17 15:41:58 299 @@ -93,7 +93,7 @@ - InstrumentTextLabel + InstrumentFileTextLabel @@ -104,7 +104,7 @@ - &Instrument: + &File: AlignVCenter|AlignRight @@ -221,18 +221,26 @@ - + - InstrumentNrSpinBox + InstrumentNrComboBox - + + + 7 + 0 + 0 + 0 + + + - 40 - 32767 + 320 + 0 - Instrument index + Instrument name @@ -240,29 +248,13 @@ InstrumentNrTextLabel - Inde&x: + &Instrument: AlignVCenter|AlignRight - InstrumentNrSpinBox - - - - - InstrumentNameTextLabel - - - - 1 - 5 - 0 - 0 - - - - Instrument name + InstrumentNrComboBox @@ -356,11 +348,6 @@ - All - - - - 1 @@ -439,6 +426,11 @@ 16 + + + All + + MidiChannelComboBox @@ -566,12 +558,6 @@ openInstrumentFile() - InstrumentNrSpinBox - valueChanged(int) - qsamplerChannelForm - updateInstrumentName() - - MidiDriverComboBox activated(int) qsamplerChannelForm @@ -612,7 +598,7 @@ EngineNameComboBox InstrumentFileComboBox InstrumentFilePushButton - InstrumentNrSpinBox + InstrumentNrComboBox MidiDriverComboBox MidiPortSpinBox MidiChannelComboBox @@ -621,13 +607,11 @@ CancelPushButton + qsamplerChannel.h qsamplerChannelForm.ui.h - - class qsamplerChannelStrip; - - qsamplerChannelStrip *m_pChannel; + qsamplerChannel *m_pChannel; int m_iDirtySetup; int m_iDirtyCount; @@ -642,7 +626,7 @@ init() destroy() - setup( qsamplerChannelStrip *pChannel, bool bNew ) + setup( qsamplerChannel *pChannel )