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

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

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

revision 3913 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3914 by capela, Fri Jun 4 22:22:41 2021 UTC
# Line 219  bool FxSend::applyToSampler() { Line 219  bool FxSend::applyToSampler() {
219                          m_iSamplerChannelID, m_iFxSendID,                          m_iSamplerChannelID, m_iFxSendID,
220                          qsamplerUtilities::lscpEscapeText(                          qsamplerUtilities::lscpEscapeText(
221                                  m_FxSendName                                  m_FxSendName
222                          ).toUtf8().constData()                          ).constData()
223                  );                  );
224          if (result != LSCP_OK) {          if (result != LSCP_OK) {
225                  pMainForm->appendMessagesClient("lscp_set_fxsend_name");                  pMainForm->appendMessagesClient("lscp_set_fxsend_name");

Legend:
Removed from v.3913  
changed lines
  Added in v.3914

  ViewVC Help
Powered by ViewVC