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

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

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

revision 2063 by persson, Sun Feb 28 07:28:56 2010 UTC revision 2072 by persson, Sat Mar 20 11:37:52 2010 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-2009 Christian Schoenebeck                         *   *   Copyright (C) 2005-2008 Christian Schoenebeck                         *
7   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009-2010 Christian Schoenebeck and Grigor Iliev        *
8   *                                                                         *   *                                                                         *
9   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
10   *   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 351  namespace LinuxSampler { Line 351  namespace LinuxSampler {
351              /**              /**
352               * Handle key group (a.k.a. exclusive group) conflicts               * Handle key group (a.k.a. exclusive group) conflicts
353               */               */
354          void HandleKeyGroupConflicts(uint KeyGroup, Pool<Event>::Iterator& itNoteOnEvent, bool UseRelease = false) {              void HandleKeyGroupConflicts(uint KeyGroup, Pool<Event>::Iterator& itNoteOnEvent, bool UseRelease = false) {
355                  if (KeyGroup) { // if this voice / key belongs to a key group                  if (KeyGroup) { // if this voice / key belongs to a key group
356                      uint* pKeyGroup = MidiKeyboardManager<V>::ActiveKeyGroups[KeyGroup];                      uint* pKeyGroup = MidiKeyboardManager<V>::ActiveKeyGroups[KeyGroup];
357                      if (pKeyGroup) { // if there's already an active key in that key group                      if (pKeyGroup) { // if there's already an active key in that key group

Legend:
Removed from v.2063  
changed lines
  Added in v.2072

  ViewVC Help
Powered by ViewVC