jcelerier on master
[pipewire] Do not try to sync i… (compare)
jcelerier on master
[exprtk] Collect variables only… (compare)
jcelerier on master
[math] Move safe_inf and safe_n… [exec] Fix merging of e.g. an a… (compare)
jcelerier on master
[merger] Fill with zeros for sa… [expr] Add a function to allow … (compare)
jcelerier on master
[math] Add support for emscript… (compare)
jcelerier on master
[exec] Fix invalid rounding for… (compare)
jcelerier on master
[ci] Forgot an include (compare)
jcelerier on master
[exec] Use a spinlock for execu… [scenario] Fix that callbacks w… (compare)
jcelerier on master
[exec] Replace the mutex in cal… (compare)
jcelerier on master
[mac] Improve std::ssize detect… (compare)
conan create . user/channel
the issue is publishing though. you need to have a conan repo you can write to... but you'd need to get your own or access to some other public one for automating publishing for your organization
yep, I used to have a jfrog one but it seems it has been deleted with their recent change heh
GET
only param from software, I don't see an output on OSC (but via HTTP i can see the change), but when I change it to BI
or SET
i do get an OSC UDP message out..see ossia::net::create_node here: https://github.com/ossia/libossia/blob/d8699824ad1adc54ff95f3f7e1ed5e6bf509cb9a/tests/Network/OSCTest.cpp
ahh, i'm using parent->add_child
as I might not know the base address.. but I guess I can get that from parent->osc_address
?
@jcelerier so i have 2 protocols, oscquery and OSC UDP (output only) .. when I update a
GET
only param from software, I don't see an output on OSC (but via HTTP i can see the change), but when I change it toBI
orSET
i do get an OSC UDP message out..
I'm trying to hunt it down but maybe you can give me a hint for where to look?
looks like osc_protocol::push .. it filters out GET
but I think it should filter out SET
in the feature async/protocols, which is likely getting merged by the end of the week-end as I just have a couple remaining CI failures, you'll find
which allows to create more configurable instantiations of the OSC protocols; right now there are two options (host / mirror) which controls how the get/set thing is handled ; "host" can do everything (as it's, in the mental model of the thing, where the "actual" parameters are, e.g. it's a synth or something like that, while "mirror" is just a controller (which is what the original osc_protocol class is) ; as such, a controller can send messages to nodes that the host advertises as "set" (from the point of view of the controller, those methods are setters) and cannot send messages to nodes that the host advertises as "get" as those are, well, getters