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

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

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

revision 3580 by schoenebeck, Sun Aug 18 00:06:04 2019 UTC revision 3581 by schoenebeck, Fri Aug 30 11:40:25 2019 UTC
# Line 23  namespace LinuxSampler { namespace gig { Line 23  namespace LinuxSampler { namespace gig {
23       * Note that this class is currently re-entrant safe, but @b not thread       * Note that this class is currently re-entrant safe, but @b not thread
24       * safe! See also comments of base class ScriptVM regarding this issue.       * safe! See also comments of base class ScriptVM regarding this issue.
25       */       */
26      class InstrumentScriptVM : public LinuxSampler::InstrumentScriptVM {      class InstrumentScriptVM FINAL : public LinuxSampler::InstrumentScriptVM {
27      public:      public:
28          InstrumentScriptVM();          InstrumentScriptVM();
29          VMFunction* functionByName(const String& name) OVERRIDE;          VMFunction* functionByName(const String& name) OVERRIDE;

Legend:
Removed from v.3580  
changed lines
  Added in v.3581

  ViewVC Help
Powered by ViewVC