/[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 2295 by iliev, Mon Aug 22 10:00:01 2011 UTC revision 2296 by iliev, Thu Dec 8 20:03:47 2011 UTC
# Line 66  namespace LinuxSampler { namespace sfz { Line 66  namespace LinuxSampler { namespace sfz {
66              virtual void Trigger();              virtual void Trigger();
67                            
68              void SetCCs(::sfz::Array<int>& pCC);              void SetCCs(::sfz::Array<int>& pCC);
69                void SetCCs(::sfz::Array<float>& pCC);
70              void SetCCs(ArrayList< ::sfz::CC>& cc);              void SetCCs(ArrayList< ::sfz::CC>& cc);
71                            
72              virtual void AddSmoothCC(uint8_t Controller, float Influence, short int Curve, float Smooth, float Step);              virtual void AddSmoothCC(uint8_t Controller, float Influence, short int Curve, float Smooth, float Step);
# Line 385  namespace LinuxSampler { namespace sfz { Line 386  namespace LinuxSampler { namespace sfz {
386              PitchLFOUnit suPitchLFO;              PitchLFOUnit suPitchLFO;
387              FilLFOUnit   suFilLFO;              FilLFOUnit   suFilLFO;
388                            
389                CCUnit suEq1GainOnCC;
390                CCUnit suEq2GainOnCC;
391                CCUnit suEq3GainOnCC;
392                
393                CCUnit suEq1FreqOnCC;
394                CCUnit suEq2FreqOnCC;
395                CCUnit suEq3FreqOnCC;
396                
397                CCUnit suEq1BwOnCC;
398                CCUnit suEq2BwOnCC;
399                CCUnit suEq3BwOnCC;
400                
401              // SFZ v2              // SFZ v2
402                            
403              SmoothCCUnit suVolOnCC;              SmoothCCUnit suVolOnCC;
# Line 448  namespace LinuxSampler { namespace sfz { Line 461  namespace LinuxSampler { namespace sfz {
461              /** Invoked when the voice gone inactive. */              /** Invoked when the voice gone inactive. */
462              void Reset();              void Reset();
463                            
464                virtual void UpdateEqSettings(EqSupport* pEqSupport);
465                
466              friend class EndpointUnit;              friend class EndpointUnit;
467      };      };
468  }} // namespace LinuxSampler::sfz  }} // namespace LinuxSampler::sfz

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

  ViewVC Help
Powered by ViewVC