/[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 264 by capela, Wed Sep 29 13:12:45 2004 UTC revision 280 by capela, Mon Oct 11 12:27:39 2004 UTC
# Line 135  void qsamplerChannelForm::setup ( qsampl Line 135  void qsamplerChannelForm::setup ( qsampl
135      // MIDI input channel...      // MIDI input channel...
136      int iMidiChannel = pChannel->midiChannel();      int iMidiChannel = pChannel->midiChannel();
137      if (bNew)      if (bNew)
138          iMidiChannel = (pChannel->channelID() + 1) % 16;          iMidiChannel = (pChannel->channelID() % 16);
139      MidiChannelComboBox->setCurrentItem(iMidiChannel);      MidiChannelComboBox->setCurrentItem(iMidiChannel);
140      // Audio output driver...      // Audio output driver...
141      QString sAudioDriver = pChannel->audioDriver();      QString sAudioDriver = pChannel->audioDriver();

Legend:
Removed from v.264  
changed lines
  Added in v.280

  ViewVC Help
Powered by ViewVC