/[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 3082 by schoenebeck, Mon Jan 9 18:39:35 2017 UTC revision 3118 by schoenebeck, Fri Apr 21 13:33:03 2017 UTC
# Line 276  namespace LinuxSampler { Line 276  namespace LinuxSampler {
276          InstrumentScriptVMFunction_change_attack m_fnChangeAttack;          InstrumentScriptVMFunction_change_attack m_fnChangeAttack;
277          InstrumentScriptVMFunction_change_decay m_fnChangeDecay;          InstrumentScriptVMFunction_change_decay m_fnChangeDecay;
278          InstrumentScriptVMFunction_change_release m_fnChangeRelease;          InstrumentScriptVMFunction_change_release m_fnChangeRelease;
279            InstrumentScriptVMFunction_change_amp_lfo_depth m_fnChangeAmpLFODepth;
280            InstrumentScriptVMFunction_change_amp_lfo_freq m_fnChangeAmpLFOFreq;
281            InstrumentScriptVMFunction_change_pitch_lfo_depth m_fnChangePitchLFODepth;
282            InstrumentScriptVMFunction_change_pitch_lfo_freq m_fnChangePitchLFOFreq;
283          InstrumentScriptVMFunction_event_status m_fnEventStatus;          InstrumentScriptVMFunction_event_status m_fnEventStatus;
284          InstrumentScriptVMFunction_wait m_fnWait2;          InstrumentScriptVMFunction_wait m_fnWait2;
285          InstrumentScriptVMFunction_stop_wait m_fnStopWait;          InstrumentScriptVMFunction_stop_wait m_fnStopWait;
# Line 299  namespace LinuxSampler { Line 303  namespace LinuxSampler {
303          friend class InstrumentScriptVMFunction_change_attack;          friend class InstrumentScriptVMFunction_change_attack;
304          friend class InstrumentScriptVMFunction_change_decay;          friend class InstrumentScriptVMFunction_change_decay;
305          friend class InstrumentScriptVMFunction_change_release;          friend class InstrumentScriptVMFunction_change_release;
306            friend class VMChangeSynthParamFunction;
307            friend class InstrumentScriptVMFunction_change_amp_lfo_depth;
308            friend class InstrumentScriptVMFunction_change_amp_lfo_freq;
309            friend class InstrumentScriptVMFunction_change_pitch_lfo_depth;
310            friend class InstrumentScriptVMFunction_change_pitch_lfo_freq;
311          friend class InstrumentScriptVMFunction_event_status;          friend class InstrumentScriptVMFunction_event_status;
312          friend class InstrumentScriptVMFunction_wait;          friend class InstrumentScriptVMFunction_wait;
313          friend class InstrumentScriptVMFunction_stop_wait;          friend class InstrumentScriptVMFunction_stop_wait;

Legend:
Removed from v.3082  
changed lines
  Added in v.3118

  ViewVC Help
Powered by ViewVC