commit 4ea05adffe1da93c500b3e98f2ad54c34b219146
parent a8432e8cbb8fb928c43660a1380fd72dfb2ef7b4
Author: Johannes Lorenz <[email protected]>
Date: Sat, 8 Jan 2022 09:01:48 +0100
Cleanups
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/Params/PADnoteParameters.cpp b/src/Params/PADnoteParameters.cpp
@@ -162,7 +162,10 @@ static const rtosc::Ports non_realtime_ports =
rObject &o = *(rObject*)d.obj;
o.paste(paste);
//avoid the match to forward the request along
- d.matches--;}},
+ d.matches--;
+ // "/damage" is not replied here yet - this is handled later when
+ // pasting the realtime ports
+ }},
//Harmonic Source Distribution
rRecurp(oscilgen, "Oscillator"),
rRecurp(resonance, "Resonance"),