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

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

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

revision 3844 by schoenebeck, Tue Jun 27 22:19:19 2017 UTC revision 3845 by schoenebeck, Tue Jan 5 20:42:32 2021 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 - 2017 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2021 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 206  namespace LinuxSampler { Line 206  namespace LinuxSampler {
206          e->currentHandler = 0;          e->currentHandler = 0;
207          e->executionSlices = 0;          e->executionSlices = 0;
208          e->ignoreAllWaitCalls = ignoreAllWaitCalls;          e->ignoreAllWaitCalls = ignoreAllWaitCalls;
209            e->releaseMatched = true; // this is not the original: never match a release handler with a forked note handler instance
210          e->handlerType = handlerType;          e->handlerType = handlerType;
211          e->parentHandlerID = 0; // just an arbitrary init value, must still be set later!          e->parentHandlerID = 0; // just an arbitrary init value, must still be set later!
212          e->childHandlerID[0] = 0;          e->childHandlerID[0] = 0;

Legend:
Removed from v.3844  
changed lines
  Added in v.3845

  ViewVC Help
Powered by ViewVC