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

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

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

revision 112 by senkov, Sun Jun 6 20:57:28 2004 UTC revision 133 by capela, Fri Jun 18 14:29:02 2004 UTC
# Line 84  namespace LinuxSampler { namespace gig { Line 84  namespace LinuxSampler { namespace gig {
84              virtual String EngineName();              virtual String EngineName();
85              virtual String InstrumentFileName();              virtual String InstrumentFileName();
86              virtual int    InstrumentIndex();              virtual int    InstrumentIndex();
87                virtual int    InstrumentStatus();
88    
89              // abstract methods derived from interface class 'InstrumentConsumer'              // abstract methods derived from interface class 'InstrumentConsumer'
90              virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg);              virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg);
# Line 126  namespace LinuxSampler { namespace gig { Line 127  namespace LinuxSampler { namespace gig {
127              ConditionServer         EngineDisabled;              ConditionServer         EngineDisabled;
128              String                  InstrumentFile;              String                  InstrumentFile;
129              int                     InstrumentIdx;              int                     InstrumentIdx;
130                int                     InstrumentStat;
131    
132              void ProcessNoteOn(Event* pNoteOnEvent);              void ProcessNoteOn(Event* pNoteOnEvent);
133              void ProcessNoteOff(Event* pNoteOffEvent);              void ProcessNoteOff(Event* pNoteOffEvent);

Legend:
Removed from v.112  
changed lines
  Added in v.133

  ViewVC Help
Powered by ViewVC