Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ossia/libossia

A modern C++, cross-environment distributed object model for creative coding and interaction scoring
https://github.com/ossia/libossia

[max] remove unused member var

0c9cef43ef412b1efbbbdbec5d1c464140dccf68 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] update unit test patchers

c3678d0b82f7c8fbffb650f044a2c0f3be47f820 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] use Set instead of list to remove duplicates

c9ad4d82cc9d1667367de5d4867d303d98c650db authored over 2 years ago by Antoine Villeret <[email protected]>
[max] update test patchers

0e3b3bbc5a1cc19474826b99d4c5cc32feaa683d authored over 2 years ago by Antoine Villeret <[email protected]>
[max] fix crash on renaming node

also add more const qualifier

32dec47df62e74208d698c734661b9b5d6e61289 authored over 2 years ago by Antoine Villeret <[email protected]>
[audio] Use boost::container::vector to allow default_init

d9978a89aab039210e5713f930221851684a89cd authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[faust] Add support for FAUSTFLOAT==double

093ea031d65036cfa4593eaa438866edfe7eaf5d authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[pd] fix crash with ø.remote without name besides a ø.client

f1c68dd04ada939ad89767469beabf036f3152d3 authored over 2 years ago by Antoine Villeret <[email protected]>
[audio] Store the file path in the audio handle

5c092744dd05b593ec945c7bcd46125fbd557c25 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[max] update view/model/device/client object's attribute upon network notifcation

b6c81e2080985b2588f94fe743aa1d7958f22e2b authored over 2 years ago by Antoine Villeret <[email protected]>
[max] update unit tests

ff3037c330b4ffccefd294a1b53951c43bbedf12 authored over 2 years ago by Antoine Villeret <[email protected]>
fix https://github.com/ossia/libossia/issues/784 and https://github.com/ossia/libossia/issues/695

c73670d1bb97a94189a80daf574495af97b40cdb authored over 2 years ago by Antoine Villeret <[email protected]>
[max] don't register remote / view with empty name, fix crash on node creation / renaming

b7a6777fe2cd16ea60b33c4420d4b96d95b84836 authored over 2 years ago by Antoine Villeret <[email protected]>
fix test without C++20

105705217aaf2abfb8961b79496bc59ce85b4537 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] hopefully fix crash on closing

1e61f3c0db10c5230c2825a1dd21932841246677 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] re-register remote and view upon node renaming / addition

fb1305e9e62b57d45b4e75f4b24a669cf03c8273 authored over 2 years ago by Antoine Villeret <[email protected]>
[ci] fix libossia build

4c16ead19d8d5cca490adfcfb4cae08404ebe159 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] check if renamed node is a parent

c683605a1621271bff89c16c156ea0a0a9cd3d1e authored over 2 years ago by Antoine Villeret <[email protected]>
[build] Special-case emscripten

82b1a66148829b31ca998130514482f7defe80b8 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[cmake] include missing header

d85703affe29b01d9ae95834fc0f356ce5c6890d authored over 2 years ago by Antoine Villeret <[email protected]>
only rename node when name changed, remove spinbox boundaries

d687e60f5ebb653dabaa4c7579f237e162ab88c1 authored over 2 years ago by Antoine Villeret <[email protected]>
update all children when renaming node bound to ø.view

64700afe57967bb515abec540ae86e6b4b77a195 authored over 2 years ago by Antoine Villeret <[email protected]>
fix build without C++20

fa073c9d1b3987c58ff2c4720730613c1d9d12d3 authored over 2 years ago by Antoine Villeret <[email protected]>
[oscquery] Fix that renaming a node would break listening on child nodes

7b38678be6707d361a01921653a656f0ccd7a2fd authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[sound] Refactor the sound reading thing outside of sound_ref graph node

9760ba3eaa5ed3b0e42f95886e5f24b68cf63b61 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
test callback after node renaming

2119fca37ca5de9203ea254f50c8e37d9fc1b679 authored over 2 years ago by Antoine Villeret <[email protected]>
fix nested node creation

1c4506c1140aac6be6630c8c46b872e141cf6599 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] handle node removing on ø.view

6e039c983bd6e29c36876e6448439f2c5b2d98ea authored over 2 years ago by Antoine Villeret <[email protected]>
add DeviceBuilder example readme

ecff8adef3ea567f78d94154f26307b9ce46ce2d authored over 2 years ago by Antoine Villeret <[email protected]>
use tree widget instead of table and allow to add node without parameter

21b7b3069fe5e3e9321400df7d4411f3a6f10df5 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] disconnect / reconnect remote on node renamed

198c2aaa3980e6464e8e2dd4ef1677204d228184 authored over 2 years ago by Antoine Villeret <[email protected]>
add Qt Device Builder example

51c9f78f8d294d5dfa9e3d51faaef5b0d0062873 authored over 2 years ago by Antoine Villeret <[email protected]>
add OSCQuery rename test

9f3aa23db5b12fe217bd8c5946d8637278e11018 authored over 2 years ago by Antoine Villeret <[email protected]>
[ci] enable testing

8f19a3e064bd012e865f06b0bcfbf1bf5ec06d50 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] ø.view now inherits from base_node and get more power

added : set, preset, reset and namespace message, select, unselect, loadbang and all object_base...

4ab4d92768dfe413c48f39b1a828aa6b72ff8b97 authored over 2 years ago by Antoine Villeret <[email protected]>
[cleanup] Scrub ossia.hpp off the face of earth. Fixes #730

abc1f99dacfa213535eb6cc787ee37919ec73ffe authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
implement bufferization in OSC protocol

WIP on https://github.com/ossia/libossia/issues/696

7020a0113625b401cdbc17dbf9b7a67ccc884f60 authored over 2 years ago by Antoine Villeret <[email protected]>
[ci] fix ossia-pd package

fix https://github.com/ossia/libossia/issues/751

d751fb06c502540432ca26b1873ff22b4ee02be6 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] update maxref pages

should fix https://github.com/ossia/libossia/issues/754

17d476d2e07255f80f5698c4111a118148e24070 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] add [get oscquery_clients( message on [ossia.device] that return connected client infos

fix https://github.com/ossia/libossia/issues/747

07c9fa6f45ca59ced38cb0a5ac84b152724a1181 authored over 2 years ago by Antoine Villeret <[email protected]>
[ci] Try to fix ossia-masx msvc

bcb7dea56a253f0f28e3b094e5d3e61033a87a83 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[pd] update help

6a8f191667633b24454295380b91febece503bc9 authored over 2 years ago by Antoine Villeret <[email protected]>
[pd] update [namespace( method: return namespace size and allow to return node without parameter

96be06d74218566082c00d7c2eb09d88128080b8 authored over 2 years ago by Antoine Villeret <[email protected]>
[pd] update device help with new [get oscquery_clients( message

460b41a7bfa82aeff8e587b2fba7c61de541b72a authored over 2 years ago by Antoine Villeret <[email protected]>
[pd] add method to retrieve oscquery clients ip and port

useful to send raw value to the client

cad19707ff65bf0590e23aeb434ad897b9f26b17 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] avoid sending back value received from network

fix https://github.com/ossia/libossia/issues/748

5138fc05c4fd4dca9ce96a4578b13e44bc267488 authored over 2 years ago by Antoine Villeret <[email protected]>
[ci] Fix issue in servus

39c03a9389c40d83b017de2754bd9b1b4220a9d7 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[dnssd] Check that bonjour is runnign on windows. Fixes #765

a8375339475dc90993f7374cd30efe08830aaa88 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Update flat 3rdparty

43bfae9fa3a8f36a9a30f8ffd1e2d2862dbd5610 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
Add a configuration file for ossia max

Content:

{ "default_deferlow": false }

Location:

- On Mac:

~/Library/Application Sup...

08a24a62f2b034996af0c1ad8b02f1b18ffe0d46 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[max] don't use wildcard as device name for remote when client is not connected

4919ed77fa015ee90798dc280b0e1ec42f203a7c authored over 2 years ago by Antoine Villeret <[email protected]>
[max] catch exception to avoid crash

also remove extra include

c7822d702b07b3bfef76a704097a31224833292d authored over 2 years ago by Antoine Villeret <[email protected]>
remove debug print

2f05abbedcec34e348f966f891108bc2ad608c79 authored over 2 years ago by Antoine Villeret <[email protected]>
don't mark object dead on closing patcher

closebang is sent when the patcher window is closed
this prevent further bind to work

fix https...

cdcf2b7bff67739631109d93fa0ffbc418f8c3b5 authored over 2 years ago by Antoine Villeret <[email protected]>
[max] fix build

c625f3d943369f8c91cda4ee93aff96498a08bfd authored over 2 years ago by Antoine Villeret <[email protected]>
[ci] Fix missing includes, fix broken test

ec5ca4187016841463521b775b28a8b801fa61c7 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[3rdparty] Update and cleanup submodules ; add a way to disable logging

228ed27784714485a2c0ee6a12b766a2c297b46c authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[c++] Add a small polyfill helper for concepts

6f23a5c6fe6d3c0b58adbe7d2af76859e2167eaf authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[zeroconf] Update servus

ceedb5b19a2fb11a0197a3c5f63ffda771bd1ada authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[refactor] Add missing headers, update exprtk, move any_map in a cpp

d4831f1f918bbfb1eae29ac88e7f3265af2a0133 authored over 2 years ago by Jean-Michaël Celerier <[email protected]>
[max] Fix that the mutex was not properly acquired in push_parameter_value

1d87fdf4b7782dd13df35fbe95514bebfeeaeda9 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Remove wrong include

54081d7923ed06dec8fa68accb59d4bd7d578b4e authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[max] Try to understand where codesigning goes wrong

39b36b5d0c2f586518982d63ee5883ac345663a5 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ws] Recreate a client when there was a disconnection. Fix #775 for good

f96a9d1f3ec0308978445dc7cc3c464723963dfa authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ws] Add a test for the WS logger and fix #775

2e1da462b2b41442004ba1db8d26d18cc615070e authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[max] Add a missing mutex to protect param_locks

f0ab85dd0451069d52e3507acf49db6f63a70a36 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[time] Small refactors to improve build times

373e02d0d84a70ba9f392b0ffceb67e0f95e167e authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
remove stray print from ossia.namespacebrowser.view

oops

38753f8bf8d71e0a99a3b3ca42eb2d59a56f5c5c authored almost 3 years ago by Evan Montpellier <[email protected]>
[max] Pass preset saving options to the kiss presets too

f60142c593612930b6eff0e09cef031f5c4bb059 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[presets] Implement saveget / saveset / savebi attributes in device

f0d0bef8410f14767f1bf8b15063e72ebc550436 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[preset] Add ability to configure get/set/bi saving in json presets

6ec77386bba7b3e46d86742c0c83ea4e86566a39 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[tests] Add further preset test cases for impulse & bi

af7437937aef93412b0c47775a1b01104fb5c037 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[tests] Add tests to check that the get/set/bi and impulse in presets are correctly ignored

a46ec8bc1ebff9548a4fa58fe3e72e8f4a959637 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
Update SuperLinter action to v4

60b620f67b63cb96da747a61dc0349ab14bcb429 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[serial] Implement request: for functions as well as strings

ab7d4fb347932b392bce7117fc01fe00e7085e00 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
fix ossia-max test with and without overdrive

[skip ci]

8f34bc14de7e8b4577a8b4277270c89a165e0d87 authored almost 3 years ago by Antoine Villeret <[email protected]>
[ci] Work on workflows

425d42f5f99296dd2ec1f9d78848414f00619069 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[Serial] on Read fix by @jcelerier

6f5d4a489974ff2978726b6da38c02614c349936 authored almost 3 years ago by thibaudk <[email protected]>
[ci] Fix benchmark action

caaff89ea01feb477c604c80cba5d515384cf6e8 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Refactor main libossia action for RPi

213886d0de5f029f3246bb50342ade165e4e8eff authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Try to refactor actions

8d8bcfa26529bfea84c503bdfb619eb8ad1ce02a authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[serial] Add missing include

eb126483efb8b817e33bda3469bae990324b9f5a authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[serial] Add missing default case

837518278096bf900f40af40ddd79b4c30c70eb4 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[actions] Disable failing steps with no easy recourse

4e6477f01db015a646fb0beda003b858c3fa077f authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[serial] Implement closing properly

d542032671e87e94ab34c5d0b416dcf7cd0d0933 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[serial] Remove debug log leftovers

b9478769df96b179b67f3355174a13c2434af4b0 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[serial] Port serial to ASIO, implement new messages types

097f5d766830c1c0c95c50c109e45f01f929a861 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[Wrapper] fix rebase mistake

1821c29be7746f75120dbacfdb94353b49471d40 authored almost 3 years ago by thibaudk <[email protected]>
make \n explicit in serial_protocol

6834558dc1ff0b1e1b42263b97f344cd4d5659d0 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
serial port: pass both the textual version of the message and the raw version ; the user has to implement splitting manually

81943fc9e563c2c818ffcccbed4b75653228c45e authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[example] remove Documentation folder

a1507f9f1174da9671d2ca6a78eb574fb84c0c63 authored almost 3 years ago by thibaudk <[email protected]>
[ci] Fix an incorrect namespace

03de05badf2e60cb17c2669dc84f9ba3644291fd authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Try to fix remaining builds

1110bb2fab96e59b1db724fff75e43666855cd0f authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] install qt5 for libossia-qml

4f7041355c38b1b7b292f8c55134f70891d39e15 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Add missing <iosfwd>

a655920cdf362c70535fc19a9a41e06c633efdef authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
Implement filtering for terminal nodes. Fixes #758

3a55682ba5f808c56fee7f68fbc71cf4dccc146c authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[fuzzysearch] Case-insensitive on Max

69f51632be0e9ebe2d20072aefb44f06831bec53 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[max] add js folder to max package. Fixes #761

b9af014b5e5ca3248fc2eea0aa0f41e737d68ca1 authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[tests] remove useless comment

e964989d9b5dd4d19e7f5d4b0ad2829930659a5c authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>
[ci] Minor fixes and improvements to build time

286fd2242bde3c34dce083546033e73c1ff2233d authored almost 3 years ago by Jean-Michaël Celerier <[email protected]>