sinfloodmusic
Results
2
issues of
sinfloodmusic
Hi... I'm able to get midi out and in working separately - but just not at the same time it seems. # setup out midiout = rtmidi.MidiOut() midiout.open_port(1) midiout.send_message([0x90, 33,...
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...