a tool to catch, modify and rebroadcast OSC messages

John 6d90877ee3 routing i guess %!s(int64=3) %!d(string=hai) anos
lib 1ba4304dff all the code so far %!s(int64=4) %!d(string=hai) anos
share 1ba4304dff all the code so far %!s(int64=4) %!d(string=hai) anos
.gitignore b33c57fbfb ignore vimfiles %!s(int64=4) %!d(string=hai) anos
LIBRARY_LICENSES.md 1ba4304dff all the code so far %!s(int64=4) %!d(string=hai) anos
LICENSE 387b0a2031 Initial commit %!s(int64=4) %!d(string=hai) anos
README.md 282ecd8f11 Update README.md %!s(int64=4) %!d(string=hai) anos
fileWatchRoutine.lua d14575e3ed added file watching to config files. %!s(int64=4) %!d(string=hai) anos
gggv.txt 6d90877ee3 routing i guess %!s(int64=3) %!d(string=hai) anos
live.lua 77eb4fa9d2 tweaked the live so that local functions get updated %!s(int64=4) %!d(string=hai) anos
numberConverter.lua c6643b356c a bunch of stuff i forget. sorry for the bad msg %!s(int64=4) %!d(string=hai) anos
osc.lua 944426feba this is essentially ready for a release. the core parts all work now %!s(int64=4) %!d(string=hai) anos
rerouterator.lua d14575e3ed added file watching to config files. %!s(int64=4) %!d(string=hai) anos
routing.lua d14575e3ed added file watching to config files. %!s(int64=4) %!d(string=hai) anos
serverRoutine.lua d14575e3ed added file watching to config files. %!s(int64=4) %!d(string=hai) anos

README.md

osc-rerouterator

Rerouterator is a set of commandline tools to reroute osc messages on your local system. For example you may want to take a message like this from the tactilics tac4:

/tactilics/tac4 0 1 2 0 0 0 0 255

and put it into a format something like gggv could understand:

/source.shader/set/uniform1f <shader> <uniform> 255

With the goal being connecting the 255 from the control surface into the value for the shader's uniform.

Currently rerouterator is completely unfinished so it's not working yet. but it will soon!