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

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

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

revision 225 by schoenebeck, Sun Aug 22 14:46:47 2004 UTC revision 233 by schoenebeck, Tue Sep 7 09:32:21 2004 UTC
# Line 92  namespace LinuxSampler { namespace gig { Line 92  namespace LinuxSampler { namespace gig {
92              void Reset();              void Reset();
93              void SetOutput(AudioOutputDevice* pAudioOutputDevice);              void SetOutput(AudioOutputDevice* pAudioOutputDevice);
94              void SetEngine(Engine* pEngine);              void SetEngine(Engine* pEngine);
95              int  Trigger(Event* pNoteOnEvent, int PitchBend, ::gig::Instrument* pInstrument);              int  Trigger(Event* pNoteOnEvent, int PitchBend, ::gig::Instrument* pInstrument, int iLayer = 0);
96              inline bool IsActive() { return Active; }              inline bool IsActive() { return Active; }
97          private:          private:
98              // Types              // Types

Legend:
Removed from v.225  
changed lines
  Added in v.233

  ViewVC Help
Powered by ViewVC