/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 343 by capela, Tue Jan 18 11:29:01 2005 UTC revision 344 by capela, Tue Jan 18 13:53:04 2005 UTC
# Line 123  void qsamplerChannelForm::setup ( qsampl Line 123  void qsamplerChannelForm::setup ( qsampl
123          sInstrumentFile = tr("(No instrument)");          sInstrumentFile = tr("(No instrument)");
124      InstrumentFileComboBox->setCurrentText(sInstrumentFile);      InstrumentFileComboBox->setCurrentText(sInstrumentFile);
125      InstrumentNrComboBox->clear();      InstrumentNrComboBox->clear();
126      InstrumentNrComboBox->insertStringList(qsamplerChannel::getInstrumentList(sInstrumentFile));      InstrumentNrComboBox->insertStringList(
127                    qsamplerChannel::getInstrumentList(sInstrumentFile,
128                    pOptions->bInstrumentNames));
129      InstrumentNrComboBox->setCurrentItem(pChannel->instrumentNr());      InstrumentNrComboBox->setCurrentItem(pChannel->instrumentNr());
130      // MIDI input driver...      // MIDI input driver...
131      QString sMidiDriver = pChannel->midiDriver();      QString sMidiDriver = pChannel->midiDriver();
# Line 268  void qsamplerChannelForm::updateInstrume Line 270  void qsamplerChannelForm::updateInstrume
270      // to retrieve the REAL instrument names.      // to retrieve the REAL instrument names.
271      InstrumentNrComboBox->clear();      InstrumentNrComboBox->clear();
272      InstrumentNrComboBox->insertStringList(      InstrumentNrComboBox->insertStringList(
273          qsamplerChannel::getInstrumentList(InstrumentFileComboBox->currentText())          qsamplerChannel::getInstrumentList(
274                            InstrumentFileComboBox->currentText(),
275                            pOptions->bInstrumentNames)
276      );      );
277    
278      optionsChanged();      optionsChanged();

Legend:
Removed from v.343  
changed lines
  Added in v.344

  ViewVC Help
Powered by ViewVC