Jean-Michaël Celerier

Results 649 comments of Jean-Michaël Celerier

hum that's strange, ossia score bundles libossia and exports much more symbols, yet less than the 65k limit. I'll investigate. Can you share the link line ? Also I see...

Not on windows at the moment but if on linux I build in release with these flags: ``` $ nm -CD src/libossia.so | egrep ' (T|t) ' | wc -l...

hmm since 1.0 there actually shouldn't be too many deep changes for the oscquery part, unless you opt-in to the new class that work with a boost.asio context (in order...

and yes, I still want to make sure that it's possible to produce workable debug builds! Although I assume this is happening because of no inlining at /O0..

do you have an example of such a device to try something? it it always going to be for instance some fixed "feedback" message ? if so, i'd add a...

the long-requested feature of having a '?' value that would query at runtime the value (i.e. the tween).

in any case thanks a lot for this, I implemented it in https://github.com/celtera/libremidi from your docs to make the protocol easily available for anyone doing MIDI in c++ :)