/[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 149 by capela, Sat Jun 26 14:27:25 2004 UTC revision 161 by capela, Tue Jun 29 21:55:30 2004 UTC
# Line 164  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...
         // FIXME: Should increment error count, when properly implemented.  
167          if (!m_pChannel->setMidiPort(MidiPortSpinBox->value()))          if (!m_pChannel->setMidiPort(MidiPortSpinBox->value()))
168          /*  iErrors++ */;              iErrors++;
169          // MIDI input channel...          // MIDI input channel...
170          if (!m_pChannel->setMidiChannel(MidiChannelSpinBox->value()))          if (!m_pChannel->setMidiChannel(MidiChannelSpinBox->value()))
171              iErrors++;              iErrors++;

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

  ViewVC Help
Powered by ViewVC