You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there somewhere I can put a print statement in the source so that it will print all received osc messages to the console for debugging purposes?
I have added a number in various places and recompiled. I have one that prints an extra line on startup but nothing else I have added gets triggered / printed. I have tried uncommenting at least one existing one and nothing prints there either.
It feels like nothing I send it making it in...
all the best,
drew
The text was updated successfully, but these errors were encountered:
Maybe that helps. If you need more low level debugging, you can have a look at https://github.com/voidseg/libOSCpp which is used for all raw OSC handling. Just put some printfs in libOSC++ and recompile. You also could use tcpdump to debug the network traffic. Maybe there is an issue in your case.
I am happy to hear that jack-volume is still used out there :)
Is there somewhere I can put a print statement in the source so that it will print all received osc messages to the console for debugging purposes?
I have added a number in various places and recompiled. I have one that prints an extra line on startup but nothing else I have added gets triggered / printed. I have tried uncommenting at least one existing one and nothing prints there either.
It feels like nothing I send it making it in...
all the best,
drew
The text was updated successfully, but these errors were encountered: