Jean-Michaël Celerier
Jean-Michaël Celerier
With -fsanitize=integer every over/under-flowing integer manipulation triggers a warning. This is extremely useful as it allows to find some non-obvious bugs such as for(size_t i = 0; i < N...
https://github.com/ossia/score/blob/08a14c8062c0bd8b035b392ee1ffdce062e3ab9e/ci/win32.build.sh#L14
See the ArtTimeCode packet spec here: https://art-net.org.uk/downloads/art-net.pdf Most likely we can add this feature to the ArtNet device and always add a /timecode/generate and /timecode/receive child nodes to it? maybe...
Currently, a process can put messages in the start and end state of the parent constraint. However, this has some limitations : * what if the process does not always...
Currently they keep the same size, which is not very practical. What should happen ? Maybe putting them in a "hidden popup" mode when they are too small ?
This was discussed at the Bergen workshop. ## Pros: * Simpler conceptually: the data is only at one place. * Makes the code simpler: much less stuff to care about...