7890
7890
So that uint32_t etc. is understood and the header is self-sufficient.
Hi, I found this library and I like it since it's very compact. Something that boggles my mind, with this test program: ``` #include //printf #include //malloc #include #include "utf8.h"...
When using `oscdump` something I missed is to see where the messages are coming from. The following patch adds `IPAddress:Port` to every dump line right after the timetag. ``` diff...
Hi, i'm using this code to send a message every 100 ms. It stops working after around 100 messages. I've tested with different serial monitors: ``` #include #include OSC::SlipUsbIn oscIn(&Serial);...
Check return value from regcomp() to handle invalid regular expressions. https://github.com/jackaudio/jack1/blob/master/libjack/client.c#L3019 https://github.com/jackaudio/jack1/blob/master/libjack/client.c#L3023 See https://github.com/jackaudio/jack2/issues/433
## Describe the bug jack application hangs in jack_deactivate(). This bug could only be observed on Windows OS. ## Steps To Reproduce Using https://github.com/jackaudio/jack2-releases/releases/download/v1.9.22/jack2-win64-v1.9.22.exe on Windows 7 Startup jackd via...