jcelerier on ossia.cue.2
[max] More work on ossia.cue [max] clang-format [max] More ossia.cue work and 1 more (compare)
jcelerier on ossia.cue.2
[max] Improvmeents and bugfix t… [ossia.router] handle list inpu… [max] attribute autoregister and 4 more (compare)
jcelerier on ossia.cue.2
[max] attribute autoregister [max] Do not accidentally creat… [max] Router: allow to choose w… and 2 more (compare)
jcelerier on master
[util] Add an useful algorithm (compare)
jcelerier on ossia.cue.2
[ossia.router] handle list inpu… (compare)
jcelerier on master
[dmx] Allow 512 channels for dm… (compare)
I wasn't expecting to need a mutex on updating parameters
so, what is already mutex-protected is set_value / push_value
cool thanks ! i'll try to flesh out something on the issue and we can see if that solve your issue, and if you want to do it it would be great ! I think it's mostly about making sure that the parameters get an io_context in which they can push events
great!
I'm trying to build libossia for raspi.. I've done it a number of times in the past but now i'm running into an assembler error:
/home/pi/local/src/libossia/src/ossia/network/oscquery/oscquery_server.hpp:50:8: warning: by ‘virtual bool ossia::oscquery::oscquery_server_protocol::push(const ossia::net::parameter_base&, const ossia::value&)’ [-Woverloaded-virtual]
bool push(const net::parameter_base&, const ossia::value& v) override;
^~~~
{standard input}: Assembler messages:
{standard input}:605: Error: selected processor does not support `yield' in ARM mode
I'm doing websearches to try to resolve it (maybe some cmake flags I can augment) but figured I'd check in to see if someone here has a quick solution