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'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
nan
rapidjson produces invalid json.. {"FULL_PATH":"/float","TYPE":"f","VALUE":NaN,"ACCESS":3,"CLIPMODE":"none"}
.. clearly we should avoid nan but i wonder if it should not break json compatibility with other json parsers?