From 51321d5d9aee1ec51d668a9b6e2bd4cfb84cdd55 Mon Sep 17 00:00:00 2001 From: arsamus Date: Thu, 5 May 2022 12:54:34 -0300 Subject: [PATCH] Update minidexed.h --- src/minidexed.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/minidexed.h b/src/minidexed.h index 78a3ea4..561c2b9 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -73,9 +73,9 @@ public: void SetMIDIChannel (uint8_t uchChannel, unsigned nTG); void SetPitchBenderRange (uint8_t nValue, unsigned nTG); void SetPitchBenderStep (uint8_t nValue, unsigned nTG); - void SetPortamentoMode (uint8_t nValue, unsigned nTG); - void SetPortamentoGlissando (uint8_t nValue, unsigned nTG); - void SetPortamentoTime (uint8_t nValue, unsigned nTG); + void SetPortaMode (uint8_t nValue, unsigned nTG); + void SetPortaGlissando (uint8_t nValue, unsigned nTG); + void SetPortaTime (uint8_t nValue, unsigned nTG); void keyup (int16_t pitch, unsigned nTG); void keydown (int16_t pitch, uint8_t velocity, unsigned nTG);