Update minidexed.h

pull/206/head
arsamus 3 years ago committed by GitHub
parent 02a7005da5
commit 51321d5d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/minidexed.h

@ -73,9 +73,9 @@ public:
void SetMIDIChannel (uint8_t uchChannel, unsigned nTG); void SetMIDIChannel (uint8_t uchChannel, unsigned nTG);
void SetPitchBenderRange (uint8_t nValue, unsigned nTG); void SetPitchBenderRange (uint8_t nValue, unsigned nTG);
void SetPitchBenderStep (uint8_t nValue, unsigned nTG); void SetPitchBenderStep (uint8_t nValue, unsigned nTG);
void SetPortamentoMode (uint8_t nValue, unsigned nTG); void SetPortaMode (uint8_t nValue, unsigned nTG);
void SetPortamentoGlissando (uint8_t nValue, unsigned nTG); void SetPortaGlissando (uint8_t nValue, unsigned nTG);
void SetPortamentoTime (uint8_t nValue, unsigned nTG); void SetPortaTime (uint8_t nValue, unsigned nTG);
void keyup (int16_t pitch, unsigned nTG); void keyup (int16_t pitch, unsigned nTG);
void keydown (int16_t pitch, uint8_t velocity, unsigned nTG); void keydown (int16_t pitch, uint8_t velocity, unsigned nTG);

Loading…
Cancel
Save