/[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 395 by capela, Sun Feb 20 19:13:33 2005 UTC revision 409 by capela, Thu Feb 24 12:10:54 2005 UTC
# Line 110  void qsamplerChannelForm::setup ( qsampl Line 110  void qsamplerChannelForm::setup ( qsampl
110    
111      // Engine name...      // Engine name...
112      QString sEngineName = pChannel->engineName();      QString sEngineName = pChannel->engineName();
113      if (sEngineName.isEmpty() && bNew)      if (sEngineName.isEmpty() || bNew)
114          sEngineName = pOptions->sEngineName;          sEngineName = pOptions->sEngineName;
115      if (sEngineName.isEmpty())      if (sEngineName.isEmpty())
116          sEngineName = qsamplerChannel::noEngineName();          sEngineName = qsamplerChannel::noEngineName();
# Line 158  void qsamplerChannelForm::setup ( qsampl Line 158  void qsamplerChannelForm::setup ( qsampl
158          if (sEngineName != qsamplerChannel::noEngineName() &&          if (sEngineName != qsamplerChannel::noEngineName() &&
159                  sInstrumentFile != qsamplerChannel::noInstrumentName())                  sInstrumentFile != qsamplerChannel::noInstrumentName())
160                  m_iDirtyCount++;                  m_iDirtyCount++;
161            // FIXME: These are better leave diabled...
162        MidiPortTextLabel->setEnabled(false);
163        MidiPortSpinBox->setEnabled(false);
164      // Done.      // Done.
165      m_iDirtySetup--;      m_iDirtySetup--;
166      stabilizeForm();      stabilizeForm();

Legend:
Removed from v.395  
changed lines
  Added in v.409

  ViewVC Help
Powered by ViewVC