Jean-Michaël Celerier

Results 780 comments of Jean-Michaël Celerier

+ added thing to plist to prevent macOS to try running the macintel version on applesilicon macs: https://github.com/ossia/score/commit/a085530f96f4260927751b48c827e6c78e18f631

thanks! all good for me to merge if the patch is good for you

> How did it work before if boost wasn't linked? the huge majority of boost libraries are header-only and don't need linking, you can just link to the main boost...

hello, thanks for the report! are you on the last version? as there is the following check exactly for this: https://github.com/celtera/libremidi/blob/master/include/libremidi/backends/alsa_seq.hpp#L45 If /dev/snd/seq cannot be opened, the alsa seq backend...

Ah nevermind, the code checks for existence but not for read / write access ; I'll fix this

heya! hmmm, right now you should already be able to use LTC audio input, are there additional features on DVS that aren't "just" traditional audio timecode ?

super, thanks for all the technical info!

if you're interested in playing with a better rendering on your side, the code for the drawing is there: https://github.com/ossia/score/blob/master/src/plugins/score-lib-process/Process/Dataflow/PortItem.cpp#L225-L255

I'm trying but I can't reproduce this one :( https://github.com/user-attachments/assets/49979f45-d7ab-452f-ada8-5ad018219a90 Do you have an example score which causes the issue?