You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(this comes from reddit user 'nosepol' in this thread
"For years I've been using SuperCollider's GeneralHID class to generate midi out of various stuff, and I'd love to have something less overkill. Oh and while you're at it add possibility for OSC output :P "
The text was updated successfully, but these errors were encountered:
liblo http://liblo.sourceforge.net/ seems to be a popular OSC library. Used by ardour , carla-git, dssi, qtractor .... ( according to package dependencies in arch linux)
; input-val is the read input value and gets spliced into the string; also we must supply a type-tag as used by liblo
((a b) ((OSC) ("/your/dev") ("i" input-val) ("f"0.9)))
Later the typetag could be automagically derived from the supplied values
(this comes from reddit user 'nosepol' in this thread
The text was updated successfully, but these errors were encountered: