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)
jcelerier on master
[faust] Fix invalid buffer offs… (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