/[svn]/linuxsampler/trunk/src/engines/gig/Voice.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Voice.cpp

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

revision 3611 by schoenebeck, Sun Sep 1 16:06:48 2019 UTC revision 3612 by schoenebeck, Mon Sep 30 18:03:43 2019 UTC
# Line 274  namespace LinuxSampler { namespace gig { Line 274  namespace LinuxSampler { namespace gig {
274          }          }
275          if (bLFO1Enabled) {          if (bLFO1Enabled) {
276              pLFO1->trigger(pRegion->LFO1Frequency,              pLFO1->trigger(pRegion->LFO1Frequency,
277                             start_level_min,                             LFO::start_level_min,
278                             lfo1_internal_depth,                             lfo1_internal_depth,
279                             pRegion->LFO1ControlDepth,                             pRegion->LFO1ControlDepth,
280                             pRegion->LFO1FlipPhase,                             pRegion->LFO1FlipPhase,
# Line 330  namespace LinuxSampler { namespace gig { Line 330  namespace LinuxSampler { namespace gig {
330          }          }
331          if (bLFO2Enabled) {          if (bLFO2Enabled) {
332              pLFO2->trigger(pRegion->LFO2Frequency,              pLFO2->trigger(pRegion->LFO2Frequency,
333                             start_level_max,                             LFO::start_level_max,
334                             lfo2_internal_depth,                             lfo2_internal_depth,
335                             pRegion->LFO2ControlDepth,                             pRegion->LFO2ControlDepth,
336                             pRegion->LFO2FlipPhase,                             pRegion->LFO2FlipPhase,
# Line 382  namespace LinuxSampler { namespace gig { Line 382  namespace LinuxSampler { namespace gig {
382          }          }
383          if (bLFO3Enabled) {          if (bLFO3Enabled) {
384              pLFO3->trigger(pRegion->LFO3Frequency,              pLFO3->trigger(pRegion->LFO3Frequency,
385                             start_level_mid,                             LFO::start_level_mid,
386                             lfo3_internal_depth,                             lfo3_internal_depth,
387                             pRegion->LFO3ControlDepth,                             pRegion->LFO3ControlDepth,
388                             false,                             false,

Legend:
Removed from v.3611  
changed lines
  Added in v.3612

  ViewVC Help
Powered by ViewVC