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

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

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

revision 3703 by schoenebeck, Fri Oct 25 17:08:46 2019 UTC revision 3704 by schoenebeck, Wed Jan 8 20:20:46 2020 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck    *   *   Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck    *
6   *   Copyright (C) 2005-2008 Christian Schoenebeck                         *   *   Copyright (C) 2005-2020 Christian Schoenebeck                         *
7   *   Copyright (C) 2009-2012 Christian Schoenebeck and Grigor Iliev        *   *   Copyright (C) 2009-2012 Grigor Iliev                                  *
8   *   Copyright (C) 2013-2017 Christian Schoenebeck and Andreas Persson     *   *   Copyright (C) 2013-2017 Andreas Persson                               *
9   *                                                                         *   *                                                                         *
10   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
11   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 878  namespace LinuxSampler { Line 878  namespace LinuxSampler {
878                      case Event::synth_param_decay:                      case Event::synth_param_decay:
879                      case Event::synth_param_sustain:                      case Event::synth_param_sustain:
880                      case Event::synth_param_release:                      case Event::synth_param_release:
881                        case Event::synth_param_cutoff_attack:
882                        case Event::synth_param_cutoff_decay:
883                        case Event::synth_param_cutoff_sustain:
884                        case Event::synth_param_cutoff_release:
885                          break; // noop                          break; // noop
886                  }                  }
887              }              }

Legend:
Removed from v.3703  
changed lines
  Added in v.3704

  ViewVC Help
Powered by ViewVC