- Edited
not sure I understand what you mean there
Um, drop the 'small support library' bit, that probably confuses things. The idea is only to extract things from the layout and make C++ representations of them for convenience. Say, that a fader that goes from 0-7 and is called '/coolness/factor' becomes some code you don't have to repetitively write to help wire things up. Using OscReciever
and OscSender
are easy, and writing a receive callback is easy, so it may not worth the effort.