/[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 388 by capela, Thu Feb 17 17:27:59 2005 UTC revision 400 by capela, Mon Feb 21 15:02:58 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 153  void qsamplerChannelForm::setup ( qsampl Line 153  void qsamplerChannelForm::setup ( qsampl
153              AudioDriverComboBox->insertItem(sAudioDriver);              AudioDriverComboBox->insertItem(sAudioDriver);
154          AudioDriverComboBox->setCurrentText(sAudioDriver);          AudioDriverComboBox->setCurrentText(sAudioDriver);
155      }      }
156            // As convenient, make it ready on stabilizeForm() for
157            // prompt acceptance, if we got the minimum required...
158            if (sEngineName != qsamplerChannel::noEngineName() &&
159                    sInstrumentFile != qsamplerChannel::noInstrumentName())
160                    m_iDirtyCount++;
161      // Done.      // Done.
162      m_iDirtySetup--;      m_iDirtySetup--;
163      stabilizeForm();      stabilizeForm();

Legend:
Removed from v.388  
changed lines
  Added in v.400

  ViewVC Help
Powered by ViewVC