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

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

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

revision 3359 by schoenebeck, Sun Jul 30 14:33:15 2017 UTC revision 3360 by schoenebeck, Fri Oct 27 21:19:18 2017 UTC
# Line 299  namespace LinuxSampler { Line 299  namespace LinuxSampler {
299          InstrumentScriptVMFunction_change_decay m_fnChangeDecay;          InstrumentScriptVMFunction_change_decay m_fnChangeDecay;
300          InstrumentScriptVMFunction_change_sustain m_fnChangeSustain;          InstrumentScriptVMFunction_change_sustain m_fnChangeSustain;
301          InstrumentScriptVMFunction_change_release m_fnChangeRelease;          InstrumentScriptVMFunction_change_release m_fnChangeRelease;
302            InstrumentScriptVMFunction_change_cutoff_attack m_fnChangeCutoffAttack;
303            InstrumentScriptVMFunction_change_cutoff_decay m_fnChangeCutoffDecay;
304            InstrumentScriptVMFunction_change_cutoff_sustain m_fnChangeCutoffSustain;
305            InstrumentScriptVMFunction_change_cutoff_release m_fnChangeCutoffRelease;
306          InstrumentScriptVMFunction_change_amp_lfo_depth m_fnChangeAmpLFODepth;          InstrumentScriptVMFunction_change_amp_lfo_depth m_fnChangeAmpLFODepth;
307          InstrumentScriptVMFunction_change_amp_lfo_freq m_fnChangeAmpLFOFreq;          InstrumentScriptVMFunction_change_amp_lfo_freq m_fnChangeAmpLFOFreq;
308            InstrumentScriptVMFunction_change_cutoff_lfo_depth m_fnChangeCutoffLFODepth;
309            InstrumentScriptVMFunction_change_cutoff_lfo_freq m_fnChangeCutoffLFOFreq;
310          InstrumentScriptVMFunction_change_pitch_lfo_depth m_fnChangePitchLFODepth;          InstrumentScriptVMFunction_change_pitch_lfo_depth m_fnChangePitchLFODepth;
311          InstrumentScriptVMFunction_change_pitch_lfo_freq m_fnChangePitchLFOFreq;          InstrumentScriptVMFunction_change_pitch_lfo_freq m_fnChangePitchLFOFreq;
312          InstrumentScriptVMFunction_change_note m_fnChangeNote;          InstrumentScriptVMFunction_change_note m_fnChangeNote;
# Line 344  namespace LinuxSampler { Line 350  namespace LinuxSampler {
350          friend class InstrumentScriptVMFunction_change_decay;          friend class InstrumentScriptVMFunction_change_decay;
351          friend class InstrumentScriptVMFunction_change_release;          friend class InstrumentScriptVMFunction_change_release;
352          friend class InstrumentScriptVMFunction_change_sustain;          friend class InstrumentScriptVMFunction_change_sustain;
353            friend class InstrumentScriptVMFunction_change_cutoff_attack;
354            friend class InstrumentScriptVMFunction_change_cutoff_decay;
355            friend class InstrumentScriptVMFunction_change_cutoff_release;
356            friend class InstrumentScriptVMFunction_change_cutoff_sustain;
357          friend class VMChangeSynthParamFunction;          friend class VMChangeSynthParamFunction;
358          friend class InstrumentScriptVMFunction_change_amp_lfo_depth;          friend class InstrumentScriptVMFunction_change_amp_lfo_depth;
359          friend class InstrumentScriptVMFunction_change_amp_lfo_freq;          friend class InstrumentScriptVMFunction_change_amp_lfo_freq;
360            friend class InstrumentScriptVMFunction_change_cutoff_lfo_depth;
361            friend class InstrumentScriptVMFunction_change_cutoff_lfo_freq;
362          friend class InstrumentScriptVMFunction_change_pitch_lfo_depth;          friend class InstrumentScriptVMFunction_change_pitch_lfo_depth;
363          friend class InstrumentScriptVMFunction_change_pitch_lfo_freq;          friend class InstrumentScriptVMFunction_change_pitch_lfo_freq;
364          friend class VMChangeFadeCurveFunction;          friend class VMChangeFadeCurveFunction;

Legend:
Removed from v.3359  
changed lines
  Added in v.3360

  ViewVC Help
Powered by ViewVC