From e774f109d85a9d4b820cc599b2351ab891510ba1 Mon Sep 17 00:00:00 2001 From: arsamus Date: Fri, 8 Jul 2022 20:08:43 -0300 Subject: [PATCH] Update minidexed.h --- src/minidexed.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/minidexed.h b/src/minidexed.h index d25717b..0e6fcb4 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -82,6 +82,10 @@ public: void setPitchbend (int16_t value, unsigned nTG); void ControllersRefresh (unsigned nTG); + void setFootController (uint8_t value, unsigned nTG); + void setBreathController (uint8_t value, unsigned nTG); + void setAftertouch (uint8_t value, unsigned nTG); + void SetReverbSend (unsigned nReverbSend, unsigned nTG); // 0 .. 127 void setMonoMode(uint8_t mono, uint8_t nTG);