From dd9cb89230914a7db3622db8cebf0c3b560e0e3d Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 21 Apr 2022 00:08:19 +0200 Subject: [PATCH] Define methods [ci skip] --- src/minidexed.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/minidexed.h b/src/minidexed.h index 9e54cf8..1292e53 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -76,6 +76,8 @@ public: void keydown (int16_t pitch, uint8_t velocity, unsigned nTG); void setSustain (bool sustain, unsigned nTG); + void panic (uint8_t value, unsigned nTG); + void notesOff (uint8_t value, unsigned nTG); void setModWheel (uint8_t value, unsigned nTG); void setPitchbend (int16_t value, unsigned nTG); void ControllersRefresh (unsigned nTG);