Open osune opened 8 years ago
This is a analysis how one could send OSC via Jack Midi : https://github.com/ventosus/jack_osc
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)
example client implementation: http://liblo.sourceforge.net/examples/example_client.c.html
config could look like this:
; 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