/[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 501 by schoenebeck, Mon Mar 14 22:35:44 2005 UTC revision 502 by letz, Fri Apr 29 14:20:22 2005 UTC
# Line 83  namespace LinuxSampler { namespace gig { Line 83  namespace LinuxSampler { namespace gig {
83    
84              // Methods              // Methods
85              Voice();              Voice();
86             ~Voice();              virtual ~Voice();
87              void Kill(Pool<Event>::Iterator& itKillEvent);              void Kill(Pool<Event>::Iterator& itKillEvent);
88              void Render(uint Samples);              void Render(uint Samples);
89              void Reset();              void Reset();

Legend:
Removed from v.501  
changed lines
  Added in v.502

  ViewVC Help
Powered by ViewVC