ReceiveMIDI icon indicating copy to clipboard operation
ReceiveMIDI copied to clipboard

Multi-platform command-line tool to monitor and receive MIDI messages

Results 4 ReceiveMIDI issues
Sort by recently updated
recently updated
newest added

I have the following missing libraries on Ubuntu 20.04. sendmidi: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by sendmidi) sendmidi: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by sendmidi) sendmidi: /lib/x86_64-linux-gnu/libc.so.6: version...

Hello, Not sure if this is the right place to put this, but there are a few dependencies for compiling on Ubuntu that aren't listed or obvious: pkg-config libasound2-dev libcurl4-openssl-dev...

While I see that there is now a way to execute arbitrary commands through a JS interface, the hooks feature allows simpler, faster command execution using `system()`, which is handy...

Hi, I'm looking to "proxy" traffic from one computer, to a MIDI keyboard, through a combination of `receivemidi` and `sendmidi` so I can spy on the traffic and use this...