Touchosc2midi in Python

Hello,

On another non-patchbox os install I had touchosc2midi running and could import it into Python, then use Python to act on the incoming MIDI messages. On patchbox os I can run touchosc2midi and see incoming OSC and MIDI data with various tools. However, I can’t import in python, it tells me it “no module named touchosc2midi”.

Any thoughts on why this may be happening?

Thanks! /GW

I figured it out. I’m using the mido library not something else. I see that touchosc2midi is just a bridge and exposes I/O that mido can see in Python.

1 Like