diff options
Diffstat (limited to 'cyclone/hammer/sustain.c')
-rw-r--r-- | cyclone/hammer/sustain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cyclone/hammer/sustain.c b/cyclone/hammer/sustain.c index 975e6aa..8764f5d 100644 --- a/cyclone/hammer/sustain.c +++ b/cyclone/hammer/sustain.c @@ -23,6 +23,7 @@ static void sustain_float(t_sustain *x, t_float f) int pitch = (int)f; if (pitch >= 0 && pitch < SUSTAIN_NPITCHES) { + /* CHECKED a plain note-off accumulator */ if (x->x_velocity || !x->x_switch) { outlet_float(x->x_voutlet, x->x_velocity); |