From 02a7005da5c6a8d687f6b04377ce8a1c07fa395d Mon Sep 17 00:00:00 2001 From: arsamus Date: Thu, 5 May 2022 10:33:36 -0300 Subject: [PATCH] Update minidexed.h --- src/minidexed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minidexed.h b/src/minidexed.h index cf3f3cd..78a3ea4 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -75,7 +75,7 @@ public: 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 nValuel, unsigned nTG); + void SetPortamentoTime (uint8_t nValue, unsigned nTG); void keyup (int16_t pitch, unsigned nTG); void keydown (int16_t pitch, uint8_t velocity, unsigned nTG);