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

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

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

revision 391 by senkov, Sat Feb 12 23:48:50 2005 UTC revision 392 by schoenebeck, Sat Feb 19 02:40:24 2005 UTC
# Line 56  namespace LinuxSampler { Line 56  namespace LinuxSampler {
56              // abstract methods              // abstract methods
57              //     (these have to be implemented by the descendant)              //     (these have to be implemented by the descendant)
58    
59              virtual void   LoadInstrument(const char* FileName, uint Instrument) = 0;              virtual void   PrepareLoadInstrument(const char* FileName, uint Instrument) = 0;
60                virtual void   LoadInstrument() = 0;
61              virtual void   Reset() = 0;              virtual void   Reset() = 0;
62              virtual void   Enable() = 0;              virtual void   Enable() = 0;
63              virtual void   Disable() = 0;              virtual void   Disable() = 0;

Legend:
Removed from v.391  
changed lines
  Added in v.392

  ViewVC Help
Powered by ViewVC