Parent Directory
|
Revision Log
|
Patch
revision 3847 by schoenebeck, Fri Jul 31 15:07:04 2020 UTC | revision 3848 by schoenebeck, Thu Jan 7 13:52:46 2021 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | /* | /* |
2 | * Copyright (c) 2014 - 2020 Christian Schoenebeck | * Copyright (c) 2014 - 2021 Christian Schoenebeck |
3 | * | * |
4 | * http://www.linuxsampler.org | * http://www.linuxsampler.org |
5 | * | * |
# | Line 42 namespace LinuxSampler { | Line 42 namespace LinuxSampler { |
42 | if (!pEngine->EventByID(eventID)) firstDead = i; | if (!pEngine->EventByID(eventID)) firstDead = i; |
43 | } | } |
44 | } | } |
45 | if (firstDead >= 0) | |
46 | remove(firstDead, size() - firstDead); | |
47 | ||
48 | append(eventID); | append(eventID); |
49 | } | } |
|
ViewVC Help | |
Powered by ViewVC |