[ x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
[x ] Have you lint your code locally before submission? (either with yarn run lint or using git hooks)
The fix
Basically I throttle the rate at which the midi CC messages are sent. I've set the rate to 30ms, but we could add an input in the ui to change it (if necessary)
All Submissions:
yarn run lint
or using git hooks)The fix
Basically I throttle the rate at which the midi CC messages are sent. I've set the rate to 30ms, but we could add an input in the ui to change it (if necessary)