j4s0n-c / trowaSoft-VCV

trowaSoft Modules for VCV Rack
Other
106 stars 17 forks source link

Enhancement Serial comms #58

Open jpnielsen opened 2 years ago

jpnielsen commented 2 years ago

Could you possibly add support for USB serial comms?

Its relatively easy and inexpensive to build an arduino based controller with osc comms via [usb]serial.

https://github.com/CNMAT/OSC

I got that running on a raspberry pi pico.

Right now, I use a node.js bridge between serial and udp/IP.

https://github.com/tttapa/Projects/tree/master/Arduino/NodeJS/SLIP

I use it to bring in two axes from an analog joystick. 7bit midi was not enough, and why bother with 14-bit midi when OSC has so many possibilities.

thomasfredericks commented 1 year ago

You can use https://github.com/RuudMulder/SlipOscBridge to convert OSC SLIP to OSC UDP.

thomasfredericks commented 1 year ago

But I did find a bug as I noted in this issue : https://github.com/RuudMulder/SlipOscBridge/issues/2