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

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

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

revision 2953 by schoenebeck, Sat Jul 16 11:24:39 2016 UTC revision 3118 by schoenebeck, Fri Apr 21 13:33:03 2017 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 - 2016 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2017 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   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 177  namespace LinuxSampler { Line 177  namespace LinuxSampler {
177                  synth_param_attack,                  synth_param_attack,
178                  synth_param_decay,                  synth_param_decay,
179                  synth_param_release,                  synth_param_release,
180                    synth_param_amp_lfo_depth,
181                    synth_param_amp_lfo_freq,
182                    synth_param_pitch_lfo_depth,
183                    synth_param_pitch_lfo_freq,
184              };              };
185              union {              union {
186                  /// Note-on and note-off event specifics                  /// Note-on and note-off event specifics

Legend:
Removed from v.2953  
changed lines
  Added in v.3118

  ViewVC Help
Powered by ViewVC