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

Diff of /linuxsampler/trunk/src/engines/EngineBase.h

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

revision 3703 by schoenebeck, Sat Jan 4 18:15:04 2020 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) 2012-2017 Christian Schoenebeck and Andreas Persson     *   *   Copyright (C) 2012-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 824  namespace LinuxSampler { Line 824  namespace LinuxSampler {
824                                  //TODO: ...                                  //TODO: ...
825                                  break;                                  break;
826    
827                                case Event::type_rpn: // rpn handled in ProcessHardcodedControllers() instead ATM
828                                case Event::type_nrpn: // nrpn handled in ProcessHardcodedControllers() instead ATM
829                              case Event::type_cancel_release_key:                              case Event::type_cancel_release_key:
830                              case Event::type_release_key:                              case Event::type_release_key:
831                              case Event::type_release_note:                              case Event::type_release_note:

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

  ViewVC Help
Powered by ViewVC