/[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 3615 by schoenebeck, Tue Oct 1 09:11:27 2019 UTC revision 3616 by schoenebeck, Tue Oct 1 10:50:29 2019 UTC
# 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              LFOTriangleUnsigned*        pLFO1;               ///< Low Frequency Oscillator 1 (Amplification)              LFOSineUnsigned*            pLFO1;               ///< Low Frequency Oscillator 1 (Amplification)
140              LFOTriangleUnsigned*        pLFO2;               ///< Low Frequency Oscillator 2 (Filter cutoff frequency)              LFOSineUnsigned*            pLFO2;               ///< Low Frequency Oscillator 2 (Filter cutoff frequency)
141              LFOTriangleSigned*          pLFO3;               ///< Low Frequency Oscillator 3 (Pitch)              LFOSineSigned*              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.3615  
changed lines
  Added in v.3616

  ViewVC Help
Powered by ViewVC