/[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 3554 by schoenebeck, Tue Feb 5 15:42:33 2008 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerFxSend.cpp  // qsamplerFxSend.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4       Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 174  bool FxSend::applyToSampler() { Line 175  bool FxSend::applyToSampler() {
175                          ::lscp_create_fxsend(                          ::lscp_create_fxsend(
176                                  pMainForm->client(),                                  pMainForm->client(),
177                                  m_iSamplerChannelID,                                  m_iSamplerChannelID,
178                                  m_MidiCtrl, NULL                                  m_MidiCtrl, nullptr
179                          );                          );
180                  if (result == -1) {                  if (result == -1) {
181                          pMainForm->appendMessagesClient("lscp_create_fxsend");                          pMainForm->appendMessagesClient("lscp_create_fxsend");

Legend:
Removed from v.3554  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC