Hi,
I'm testing code of Stephane.
We have a small problem:
/root/Bela/projects/OSCtest/render.cpp:6348:61: error: too many arguments to function call, expected 2, have 3
fReceiver.setup(fInputPort, oscMessageReceived, this);
So it looks like fReceiver.setup need only 2 args (as the BELA example), but the documentation write that it need 3 args. Where is the error ?
(I would like to add files, but it looks like the attach button doesn't works, .cpp or .h files; or .zip ?)