/[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 145 by capela, Thu Jun 24 18:26:57 2004 UTC revision 149 by capela, Sat Jun 26 14:27:25 2004 UTC
# Line 138  void qsamplerChannelForm::setup ( qsampl Line 138  void qsamplerChannelForm::setup ( qsampl
138              AudioDriverComboBox->insertItem(sAudioDriver);              AudioDriverComboBox->insertItem(sAudioDriver);
139          AudioDriverComboBox->setCurrentText(sAudioDriver);          AudioDriverComboBox->setCurrentText(sAudioDriver);
140      }      }
     // FIXME: Disable this while we don't know what to do.  
     MidiPortTextLabel->setEnabled(false);  
     MidiPortSpinBox->setEnabled(false);  
141      // Done.      // Done.
142      m_iDirtySetup--;      m_iDirtySetup--;
143      stabilizeForm();      stabilizeForm();
# Line 167  void qsamplerChannelForm::accept (void) Line 164  void qsamplerChannelForm::accept (void)
164          if (!m_pChannel->setMidiDriver(MidiDriverComboBox->currentText()))          if (!m_pChannel->setMidiDriver(MidiDriverComboBox->currentText()))
165              iErrors++;              iErrors++;
166          // MIDI input port number...          // MIDI input port number...
167            // FIXME: Should increment error count, when properly implemented.
168          if (!m_pChannel->setMidiPort(MidiPortSpinBox->value()))          if (!m_pChannel->setMidiPort(MidiPortSpinBox->value()))
169              iErrors++;          /*  iErrors++ */;
170          // MIDI input channel...          // MIDI input channel...
171          if (!m_pChannel->setMidiChannel(MidiChannelSpinBox->value()))          if (!m_pChannel->setMidiChannel(MidiChannelSpinBox->value()))
172              iErrors++;              iErrors++;

Legend:
Removed from v.145  
changed lines
  Added in v.149

  ViewVC Help
Powered by ViewVC