Lukas
Lukas
Any chance of this happening?
I have an usecase where this would be extremely useful for my implementation of an OSC dispatcher. An OSC dispatcher receives an OSC message, which has an address, and forwards...
It seems like you're using a different osc library that unfortunately has similar naming. You can install this one by running `pip install python-osc` I've adapted the [example](https://python-osc.readthedocs.io/en/latest/dispatcher.html#example) from the...
Try firing up Wireshark and see what the destination address MuseDirect uses.
I'm not 100% familiar with the osc specficiations, but I think the address is always required to start with a `/`. Maybe OP's problem would've been resolved if he looked...
I also ran into issues because Refs aren't supported. What would be the best way to solve this? Re-implement Refs and all the other string manipulation functions in awacs or...
Do you mean a build that comes with the headers? The package I installed it from also installs headers. I'm running on Arch Linux and have version 1.9.4 of panda...
@JerrycheeMM See the [`kernel.reset` tag](https://symfony.com/doc/current/reference/dic_tags.html#kernel-reset) and [my specific usecase in the messenger](https://symfony.com/doc/current/messenger.html#stateless-worker).
I'd just like to chime in that adding metrics to the bundle would be very much appreciated :)
Thank you so much for the detailed explanation and the example!