-
and a get message to list available devices on the network
-
here is the terminal output :
```
$ ninja
[1/73] Building CXX object OSSIA/CMakeFiles/ossia.dir/ossia/network/osc/osc.cpp.o
FAILED: OSSIA/CMakeFiles/ossia.dir/ossia/network/osc/osc.cpp.o
/App…
-
this way it would be possible to simply do :
bool_address.value = True
int_address.value = 100
float_address.value = 2.5
string_address.value = "hello world !"
vec3f_address.value = [100, 127,…
theod updated
7 years ago
-
seems than b7 doesn't want to load ofxOssia oscquery.
Didn't try to rebuild the API for ofx yet.
![oscquery_load_bug](https://cloud.githubusercontent.com/assets/365923/23540408/534ad766-ffe1-11e6-85…
-
It seems oscquery doesn't rebuild the tree completely while the namespace change remotely. It often miss some parameter if the tree change more than a few params at a time.
-
![i_score_210217_23-50](https://cloud.githubusercontent.com/assets/365923/23188851/8d23b4ba-f890-11e6-93d8-2c0157b3109b.gif)
-
connecting to Puredata [device-example.pd](https://github.com/OSSIA/libossia/blob/master/OSSIA/ossia-pd/examples/device-example.pd) with either a Puredata client, the QML [OssiaClientExample.qml](http…
-
when trying to expose device with websocket on address already in use with :
try{
proto.exposeTo(std::make_unique(settings.oscport, settings.wsport));
} c…
-
send "expose oscquery 22222 33333" to ossia.device is OK
send the message once ossia.device is connected makes pd crash
reno- updated
7 years ago
-
hang just after editing out port of an OSC device.
https://gist.github.com/pach/b3c62103fd6b86dffefa908146c490b4
![hangosc](https://cloud.githubusercontent.com/assets/365923/23217913/089628e6-f91b-1…