touchosc2midi
touchosc2midi copied to clipboard
a (linux compatible) TouchOSC Midi Bridge written in python
Python 2 goes out of support at end of 2019. Python Software Foundation are recommending update to Python 3. Please consider updating touchosc2midi to support being run by Python 3...
When touchosc2midi starts it waits for a message before entering its processing loop. During this initial phase CPU usage is low (~1% on a Raspberry Pi 3B+). After this, when...
Hi, I'd like to use https://github.com/jean-emmanuel/open-stage-control with TouchOSC2MIDI running on my Raspberry Pi and PiSound. TouchOSC works great via Android app, but TouchOSC editor and it's features are too limited...
Not sure if this should be a mido issue or touchosc2midi issue. I've installed the application but I'm unable to run it. I couldn't import mido into python, but now...
python-rtmidi package requires jack1. I'd love to use touchosc on bitwig studio. I'm running KXStudio repos on KDE neon. > The following additional packages will be installed: jackd1 jackd1-firewire libasound2-dev...
This little program is fantastic - thank you for creating! Do you know if it is possible to do the following all with one Pi 3...? I have 5 x...
when I try to run touchosc2midi, I get the following error: ``` Traceback (most recent call last): File "/usr/bin/touchosc2midi", line 11, in load_entry_point('touchosc2midi==0.0.9', 'console_scripts', 'touchosc2midi')() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 560, in...
http://hexler.net/forum/viewthread/1083/ - [x] sysex support #6 - [ ] key command support
I'd like to see libimobiledevice USB-connectivity that Win/Mac versions got a few months ago http://hexler.net/blog/post/uncut-the-wire.
Seems like some resources are not properly free'd on exit, since restarting the application several times leads to delayed display on touchOSC. Receiving from touchOSC is not affected.