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

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

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

revision 460 by schoenebeck, Mon Mar 14 22:35:44 2005 UTC revision 475 by schoenebeck, Thu Mar 17 23:56:56 2005 UTC
# Line 65  namespace LinuxSampler { namespace gig { Line 65  namespace LinuxSampler { namespace gig {
65              virtual int     InstrumentIndex();              virtual int     InstrumentIndex();
66              virtual int     InstrumentStatus();              virtual int     InstrumentStatus();
67              virtual LinuxSampler::Engine* GetEngine();              virtual LinuxSampler::Engine* GetEngine();
68                virtual String  EngineName();
69    
70              // implementation of abstract methods derived from interface class 'InstrumentConsumer'              // implementation of abstract methods derived from interface class 'InstrumentConsumer'
71              virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg);              virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg);
# Line 97  namespace LinuxSampler { namespace gig { Line 98  namespace LinuxSampler { namespace gig {
98              int                     InstrumentStat;              int                     InstrumentStat;
99              int                     iEngineIndexSelf;         ///< Reflects the index of this EngineChannel in the Engine's ArrayList.              int                     iEngineIndexSelf;         ///< Reflects the index of this EngineChannel in the Engine's ArrayList.
100    
101                void ResetControllers();
102              void ClearEventLists();              void ClearEventLists();
103              void ImportEvents(uint Samples);              void ImportEvents(uint Samples);
104    

Legend:
Removed from v.460  
changed lines
  Added in v.475

  ViewVC Help
Powered by ViewVC