/[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 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 412 by schoenebeck, Sat Feb 26 22:44:51 2005 UTC
# Line 41  namespace LinuxSampler { Line 41  namespace LinuxSampler {
41              // abstract methods              // abstract methods
42              //     (these have to be implemented by the descendant)              //     (these have to be implemented by the descendant)
43    
44                virtual int    RenderAudio(uint Samples) = 0;
45              virtual void   SendSysex(void* pData, uint Size) = 0;              virtual void   SendSysex(void* pData, uint Size) = 0;
46              virtual void   Reset() = 0;              virtual void   Reset() = 0;
47              virtual void   Enable() = 0;              virtual void   Enable() = 0;

Legend:
Removed from v.411  
changed lines
  Added in v.412

  ViewVC Help
Powered by ViewVC