/[svn]/linuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h

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

revision 2296 by iliev, Thu Dec 8 20:03:47 2011 UTC revision 2297 by iliev, Fri Dec 9 15:04:55 2011 UTC
# Line 356  namespace LinuxSampler { namespace sfz { Line 356  namespace LinuxSampler { namespace sfz {
356    
357              virtual void Trigger();              virtual void Trigger();
358    
359              /** The endpoint should be active until the volume EG is active. */              /**
360                 * The endpoint should be active until the volume EG is active.
361                 * This method determines the end of the voice playback.
362                 */
363              virtual bool Active();              virtual bool Active();
364                            
365              virtual float GetVolume();              virtual float GetVolume();
# Line 372  namespace LinuxSampler { namespace sfz { Line 375  namespace LinuxSampler { namespace sfz {
375              }              }
376                            
377              virtual float CalculateFilterCutoff(float cutoff);              virtual float CalculateFilterCutoff(float cutoff);
378                
379                float  GetInfluence(::sfz::Array< ::sfz::optional<float> >& cc);
380                float  GetInfluence(::sfz::Array< ::sfz::optional<int> >& cc);
381      };      };
382            
383            

Legend:
Removed from v.2296  
changed lines
  Added in v.2297

  ViewVC Help
Powered by ViewVC