node-midi icon indicating copy to clipboard operation
node-midi copied to clipboard

Is it possible to cancel or modify a message received on input?

Open jwlrs opened this issue 3 years ago • 1 comments

jwlrs avatar Jan 26 '22 18:01 jwlrs

Here's how I do it: Open a virtual device and send all messages there 1:1. If I want to "cancel" a message I just don't send it. If I want to "modify" it, I send a different message. I haven't tried it, but maybe you can create a virtual MIDI device with the same name as your input device?

phikes avatar Jun 29 '23 16:06 phikes