/[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 3732 by schoenebeck, Fri Jan 3 12:35:20 2020 UTC revision 3733 by schoenebeck, Sat Feb 1 18:11:20 2020 UTC
# Line 238  namespace LinuxSampler { Line 238  namespace LinuxSampler {
238          InstrumentScript(AbstractEngineChannel* pEngineChannel);          InstrumentScript(AbstractEngineChannel* pEngineChannel);
239          ~InstrumentScript();          ~InstrumentScript();
240    
241          void load(const String& text);          void load(const String& text, const std::map<String,String>& patchVars);
242          void unload();          void unload();
243          void resetAll();          void resetAll();
244          void resetEvents();          void resetEvents();

Legend:
Removed from v.3732  
changed lines
  Added in v.3733

  ViewVC Help
Powered by ViewVC