--- qsampler/trunk/src/qsamplerChannelForm.ui 2004/05/30 15:38:06 95 +++ qsampler/trunk/src/qsamplerChannelForm.ui 2004/09/29 13:12:45 264 @@ -28,8 +28,8 @@ 0 0 - 424 - 268 + 430 + 255 @@ -159,6 +159,12 @@ 0 + + + 320 + 0 + + true @@ -166,23 +172,6 @@ Instrument filename - - - spacer1 - - - Vertical - - - Expanding - - - - 8 - 8 - - - layout1 @@ -289,7 +278,7 @@ - &MIDI/Input + MIDI / Input @@ -361,18 +350,97 @@ AlignVCenter|AlignRight - MidiChannelSpinBox + MidiChannelComboBox - + + + + All + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + 5 + + + + + 6 + + + + + 7 + + + + + 8 + + + + + 9 + + + + + 10 + + + + + 11 + + + + + 12 + + + + + 13 + + + + + 14 + + + + + 15 + + + + + 16 + + - MidiChannelSpinBox - - - 16 - - - 0 + MidiChannelComboBox MIDI input channel @@ -410,7 +478,7 @@ - &Audio/Output + Audio / Output AlignAuto @@ -516,8 +584,8 @@ optionsChanged() - MidiChannelSpinBox - valueChanged(int) + MidiChannelComboBox + activated(int) qsamplerChannelForm optionsChanged() @@ -547,19 +615,17 @@ InstrumentNrSpinBox MidiDriverComboBox MidiPortSpinBox - MidiChannelSpinBox + MidiChannelComboBox AudioDriverComboBox OkPushButton CancelPushButton + qsamplerChannel.h qsamplerChannelForm.ui.h - - class qsamplerChannelStrip; - - qsamplerChannelStrip *m_pChannel; + qsamplerChannel *m_pChannel; int m_iDirtySetup; int m_iDirtyCount; @@ -574,7 +640,7 @@ init() destroy() - setup( qsamplerChannelStrip *pChannel ) + setup( qsamplerChannel *pChannel, bool bNew )