fix velocity input

This commit is contained in:
tildearrow 2023-12-17 15:08:52 -05:00
parent 0208883fa1
commit 39481ab571
3 changed files with 12 additions and 2 deletions

View file

@ -851,6 +851,9 @@ class DivEngine {
// get channel max volume
int getMaxVolumeChan(int chan);
// map MIDI velocity to volume
int mapVelocity(int ch, float vel);
// get current order
unsigned char getOrder();