/[svn]/qsampler/trunk/src/qsamplerChannelFxForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelFxForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1668 by schoenebeck, Tue Feb 5 15:42:33 2008 UTC revision 1671 by capela, Wed Feb 6 09:18:21 2008 UTC
# Line 258  void ChannelFxForm::onFxSendSelection(co Line 258  void ChannelFxForm::onFxSendSelection(co
258    
259          m_ui.depthCtrlComboBox->setCurrentIndex(pFxSend->sendDepthMidiCtrl());          m_ui.depthCtrlComboBox->setCurrentIndex(pFxSend->sendDepthMidiCtrl());
260          m_ui.depthSpinBox->setValue(          m_ui.depthSpinBox->setValue(
261                  ::round(pFxSend->currentDepth() * 100.0)                  int(::round(pFxSend->currentDepth() * 100.0))
262          );          );
263  }  }
264    

Legend:
Removed from v.1668  
changed lines
  Added in v.1671

  ViewVC Help
Powered by ViewVC