/[svn]/linuxsampler/trunk/src/engines/common/AbstractVoice.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/AbstractVoice.h

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

revision 3624 by schoenebeck, Tue Oct 1 10:50:29 2019 UTC revision 3625 by schoenebeck, Thu Oct 3 13:37:25 2019 UTC
# Line 39  Line 39 
39  #include "../gig/Synthesizer.h"  #include "../gig/Synthesizer.h"
40  #include "../gig/Profiler.h"  #include "../gig/Profiler.h"
41  #include "SignalUnitRack.h"  #include "SignalUnitRack.h"
42  #include "LFOAll.h"  #include "LFOCluster.h"
43    
44  namespace LinuxSampler {  namespace LinuxSampler {
45    
# Line 136  namespace LinuxSampler { Line 136  namespace LinuxSampler {
136              gig::EGDecay                EG3;                ///< Envelope Generator 3 (Pitch) TODO: use common EG instead?              gig::EGDecay                EG3;                ///< Envelope Generator 3 (Pitch) TODO: use common EG instead?
137              midi_ctrl                   VCFCutoffCtrl;              midi_ctrl                   VCFCutoffCtrl;
138              midi_ctrl                   VCFResonanceCtrl;              midi_ctrl                   VCFResonanceCtrl;
139              LFOSineUnsigned*            pLFO1;               ///< Low Frequency Oscillator 1 (Amplification)              LFOClusterUnsigned*         pLFO1;               ///< Low Frequency Oscillator 1 (Amplification)
140              LFOSineUnsigned*            pLFO2;               ///< Low Frequency Oscillator 2 (Filter cutoff frequency)              LFOClusterUnsigned*         pLFO2;               ///< Low Frequency Oscillator 2 (Filter cutoff frequency)
141              LFOSineSigned*              pLFO3;               ///< Low Frequency Oscillator 3 (Pitch)              LFOClusterSigned*           pLFO3;               ///< Low Frequency Oscillator 3 (Pitch)
142              bool                        bLFO1Enabled;        ///< Should we use the Amplitude LFO for this voice?              bool                        bLFO1Enabled;        ///< Should we use the Amplitude LFO for this voice?
143              bool                        bLFO2Enabled;        ///< Should we use the Filter Cutoff LFO for this voice?              bool                        bLFO2Enabled;        ///< Should we use the Filter Cutoff LFO for this voice?
144              bool                        bLFO3Enabled;        ///< Should we use the Pitch LFO for this voice?              bool                        bLFO3Enabled;        ///< Should we use the Pitch LFO for this voice?

Legend:
Removed from v.3624  
changed lines
  Added in v.3625

  ViewVC Help
Powered by ViewVC