a tool to catch, modify and rebroadcast OSC messages
John 6d90877ee3 routing i guess | 4 éve | |
---|---|---|
lib | 4 éve | |
share | 4 éve | |
.gitignore | 4 éve | |
LIBRARY_LICENSES.md | 4 éve | |
LICENSE | 4 éve | |
README.md | 4 éve | |
fileWatchRoutine.lua | 4 éve | |
gggv.txt | 4 éve | |
live.lua | 4 éve | |
numberConverter.lua | 4 éve | |
osc.lua | 4 éve | |
rerouterator.lua | 4 éve | |
routing.lua | 4 éve | |
serverRoutine.lua | 4 éve |
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!