I need to create a pair of midi devices in Python. The idea is that I can patch the output of a MIDI device into my script, and patch the output of my script into something like SoftSynth. My script would make modifications to the MIDI Stream as they passed through.
I know it's almost certainly possible, but I can't seem to find a "batteries included" solution.