adafruit / Adafruit_CircuitPython_Bundle

A bundle of useful CircuitPython libraries ready to use from the filesystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: CNMAT OSC library

jpnielsen opened this issue · comments

I couldn't find a library for OSC (Open Sound Control)

I use it on Arduino to send OSC over USB SLIP serial.
This i forward using a node.js bridge to control VCV Rack and other software.
Much better resolution than 7 bit MIDI cc.

https://github.com/CNMAT/OSC

Please make an OSC library for cirquitpython.