Update minidexed.h

pull/206/head
arsamus 3 years ago committed by GitHub
parent 0e1432e9bf
commit 02a7005da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);

Loading…
Cancel
Save