Hacker News new | ask | show | jobs
by jamesb93 2746 days ago
Ever thought of making this work with OSC? Then you can get more resolution on the control curves.
3 comments

I got motivated today after this post and finally open sourced Bezie! If anyone wants to see some of the bezier logic I used you can check that out in `app/utils`. https://github.com/jperler/bezie
I was curious about OSC before but couldn't find much good info on getting started with it (from C++). Any pointers appreciated.
I considered it, but ended up sticking with MIDI for versatility. Do you know of any good resources to learn more about OSC?