/[svn]/linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp

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

revision 3193 by schoenebeck, Sat May 20 12:28:57 2017 UTC revision 3214 by schoenebeck, Thu May 25 14:46:47 2017 UTC
# Line 236  namespace LinuxSampler { Line 236  namespace LinuxSampler {
236          m_fnChangeDecay(this), m_fnChangeRelease(this),          m_fnChangeDecay(this), m_fnChangeRelease(this),
237          m_fnChangeAmpLFODepth(this), m_fnChangeAmpLFOFreq(this),          m_fnChangeAmpLFODepth(this), m_fnChangeAmpLFOFreq(this),
238          m_fnChangePitchLFODepth(this), m_fnChangePitchLFOFreq(this),          m_fnChangePitchLFODepth(this), m_fnChangePitchLFOFreq(this),
239            m_fnChangeNote(this), m_fnChangeVelo(this),
240          m_fnEventStatus(this), m_fnWait2(this), m_fnStopWait(this),          m_fnEventStatus(this), m_fnWait2(this), m_fnStopWait(this),
241          m_fnFadeIn(this), m_fnFadeOut(this),          m_fnFadeIn(this), m_fnFadeOut(this),
242          m_fnGetEventPar(this), m_fnSetEventPar(this),          m_fnGetEventPar(this), m_fnSetEventPar(this),
# Line 372  namespace LinuxSampler { Line 373  namespace LinuxSampler {
373          else if (name == "change_vol_time") return &m_fnChangeVolTime;          else if (name == "change_vol_time") return &m_fnChangeVolTime;
374          else if (name == "change_tune") return &m_fnChangeTune;          else if (name == "change_tune") return &m_fnChangeTune;
375          else if (name == "change_tune_time") return &m_fnChangeTuneTime;          else if (name == "change_tune_time") return &m_fnChangeTuneTime;
376            else if (name == "change_note") return &m_fnChangeNote;
377            else if (name == "change_velo") return &m_fnChangeVelo;
378          else if (name == "change_pan") return &m_fnChangePan;          else if (name == "change_pan") return &m_fnChangePan;
379          else if (name == "change_cutoff") return &m_fnChangeCutoff;          else if (name == "change_cutoff") return &m_fnChangeCutoff;
380          else if (name == "change_reso") return &m_fnChangeReso;          else if (name == "change_reso") return &m_fnChangeReso;

Legend:
Removed from v.3193  
changed lines
  Added in v.3214

  ViewVC Help
Powered by ViewVC