tomarus / midiseq

React/Redux Web MIDI Sequencer, Router & Drum Machine
50 stars 10 forks source link

Is it possible with the current code to strip velocity information from the incoming MIDI and output all routed MIDI at full velocity? #5

Open ianmoody opened 2 years ago

ianmoody commented 2 years ago

Basically I'm using this this great software to route MIDI from a keyboard to a Volca, but my keyboard has very old loud keys, so I have to basiclly hit them with a hammer to get full velocity on the Volca. Could the software strip out incoming velocity data and replce it with max velocity before it gets routed out? I'm happy to try myself, but I've never used the Web MIDI APIs before to know if it's even possible.