File tree
10 files changed
+116
-10
lines changed- 3rdparty
- src/plugins/score-plugin-protocols/Protocols
- CoAP
- MQTT
- Minuit
- OSC
- OSCQuery
10 files changed
+116
-10
lines changed- .gitmodules+3
- 3rdparty/fmt+1-1
- 3rdparty/libartnet+1
- 3rdparty/libremidi+1-1
- 3rdparty/rnd+1-1
- 3rdparty/rubberband+1-1
- 3rdparty/spdlog+1-1
- 3rdparty/verdigris+1-1
- 3rdparty/weakjack+1-1
- CMakeLists.txt+2-4
- cmake/OssiaConfiguration.cmake+1-7
- cmake/OssiaDeps.cmake+35-23
- cmake/OssiaOptions.cmake+2-2
- cmake/deps/fftw.cmake+10-10
- cmake/deps/libartnet.cmake+10
- src/ossia-max/extras/OSSIA overview.maxpat+1.0k-384
- src/ossia-max/help/distant_client.maxpat+114-59
- src/ossia-max/help/distant_device.maxpat+36-9
- src/ossia-max/help/ossia.assert.maxhelp+43-22
- src/ossia-max/help/ossia.attribute.maxhelp+113-85
- src/ossia-max/help/ossia.client.maxhelp+343-138
- src/ossia-max/help/ossia.device.maxhelp+317-114
- src/ossia-max/help/ossia.explorer.maxhelp+563-228
- src/ossia-max/help/ossia.fuzzysearch.maxhelp+738-221
- src/ossia-max/help/ossia.logger.maxhelp+40-18
- src/ossia-max/help/ossia.maxhelp+155-84
- src/ossia-max/help/ossia.model.maxhelp+507-181
- src/ossia-max/help/ossia.parameter.maxhelp+459-455
- src/ossia-max/help/ossia.remote.maxhelp+559-466
- src/ossia-max/help/ossia.remote_array.maxhelp+131-55
- src/ossia-max/help/ossia.router.maxhelp+226-224
- src/ossia-max/help/ossia.search.maxhelp+40-15
- src/ossia-qt/http/http_protocol.cpp+18-93
- src/ossia-qt/http/http_protocol.hpp+9-27
- src/ossia/audio/pipewire_protocol.hpp+1-3
- src/ossia/dataflow/data.cpp-9
- src/ossia/dataflow/graph/graph_parallel_impl.hpp-2
- src/ossia/dataflow/graph/graph_utils.hpp+1-11
- src/ossia/dataflow/graph/tick_methods.hpp-5
- src/ossia/dataflow/graph_node.hpp-11
- src/ossia/dataflow/nodes/faust/faust_node.hpp-1
- src/ossia/dataflow/nodes/faust/faust_utils.hpp+1-1
- src/ossia/dataflow/port.hpp-3
- src/ossia/dataflow/texture_port.hpp-70
- src/ossia/editor/scenario/time_value.hpp+2-2
- src/ossia/editor/state/state.cpp-29
- src/ossia/editor/state/state.hpp+9-11
- src/ossia/network/dataspace/dataspace_visitors.hpp+44-47
- src/ossia/network/http/http_client.hpp+25-31
- src/ossia/network/rate_limiter_configuration.hpp+25
- src/ossia/network/rate_limiting_protocol.cpp+155-74
- src/ossia/network/rate_limiting_protocol.hpp+17-3
- src/ossia/network/sockets/udp_socket.hpp+2-4
- src/ossia/protocols/artnet/artnet_protocol.cpp+116-62
- src/ossia/protocols/artnet/artnet_protocol.hpp+7-6
- src/ossia/protocols/artnet/dmx_buffer.hpp+9-57
- src/ossia/protocols/artnet/dmx_led_parameter.cpp-45
- src/ossia/protocols/artnet/dmx_led_parameter.hpp-32
- src/ossia/protocols/artnet/dmx_parameter.cpp+2-2
- src/ossia/protocols/artnet/dmx_parameter.hpp+2-1
- src/ossia/protocols/artnet/dmx_protocol_base.cpp+13-34
- src/ossia/protocols/artnet/dmxusbpro_protocol.cpp+7-5
- src/ossia/protocols/artnet/e131_protocol.cpp+34-56
- src/ossia_features.cmake+1
- src/ossia_setup.cmake+1-1
- src/ossia_sources.cmake-2
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 |
| - | |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
48 | 50 |
| |
49 |
| - | |
| 51 | + | |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 |
| - | |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
131 | 137 |
| |
132 |
| - | |
| 138 | + | |
133 | 139 |
| |
134 | 140 |
| |
135 | 141 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 |
| - | |
| 235 | + | |
| 236 | + | |
236 | 237 |
| |
237 | 238 |
| |
238 | 239 |
| |
| |||
276 | 277 |
| |
277 | 278 |
| |
278 | 279 |
| |
279 |
| - | |
| 280 | + | |
280 | 281 |
| |
281 | 282 |
| |
282 | 283 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Lines changed: 55 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
418 | 457 |
| |
419 | 458 |
| |
420 | 459 |
| |
| |||
464 | 503 |
| |
465 | 504 |
| |
466 | 505 |
| |
467 |
| - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
468 | 522 |
| |
469 | 523 |
| |
470 | 524 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
| 224 | + | |
| 225 | + | |
224 | 226 |
| |
225 |
| - | |
| 227 | + | |
226 | 228 |
| |
227 | 229 |
| |
228 | 230 |
| |
|
Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
| 31 | + | |
| 32 | + | |
28 | 33 |
| |
29 | 34 |
| |
30 | 35 |
| |
| |||
42 | 47 |
| |
43 | 48 |
| |
44 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
45 | 79 |
| |
46 | 80 |
| |
47 | 81 |
| |
| |||
72 | 106 |
| |
73 | 107 |
| |
74 | 108 |
| |
| 109 | + | |
| 110 | + | |
75 | 111 |
| |
76 | 112 |
| |
77 | 113 |
| |
|
0 commit comments