From b494835fdd49dc78e1bd8e0bcede279092118996 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 13 Apr 2020 19:19:10 +0200 Subject: [PATCH] Remove extra newline [ci skip] --- src/sfizz/Synth.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sfizz/Synth.h b/src/sfizz/Synth.h index ada267a3..6b3d4c37 100644 --- a/src/sfizz/Synth.h +++ b/src/sfizz/Synth.h @@ -207,7 +207,6 @@ public: * @param noteNumber the midi note number * @param velocity the midi note velocity */ - void noteOff(int delay, int noteNumber, uint8_t velocity) noexcept; /** * @brief Send a CC event to the synth