Remi Thebault

Results 50 comments of Remi Thebault

Hi, I thought to remember this was merged, but no ! Nevertheless I rebased on master and added linting diagnostics. Works pretty-well and is much faster than Dub's as only...

Quite many commits. Don't hesitate to ask to squash.

I rebased on master and squashed everything in a single commit. I also start linting CCDB on file open and not only on save. This is documented in the `code-d`...

commit 94f0291ef78ecfe59b918dde0f5d9e13253702b0 is making `serve-d` crash. I'm not sure if it is specific to CCDB or if it would also crash with DUB, but it doesn't seem to be related...

For me audio export works with sampling frequency 44100 Hz, but I have a similar crash if I change to 48000 Hz (with different error message) ``` malloc(): invalid size...

Crash in GDB gives the following call stack: ``` libc.so.6![Unknown/Just-In-Time compiled code] (Source inconnue:0) libc.so.6!raise (Source inconnue:0) libc.so.6!abort (Source inconnue:0) libc.so.6![Unknown/Just-In-Time compiled code] (Source inconnue:0) libc.so.6!malloc (Source inconnue:0) libMuseSamplerCoreLib.so!std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace(std::allocator, int&,...

The crash seems to come from Muse Sounds (`libMuseSamplerCoreLib.so`) which is not open source AFAIK.

I added `TEMPO_RESET_PREVIOUS` property on `TempoText` and added corresponding check box in the inspector panel. Whenever it is checked, the tempo spinbox is disabled and previous explicit (or default) tempo...

I changed terminology to "restore previous tempo". Here is with tooltip ![image](https://user-images.githubusercontent.com/3889105/209544088-85cf6fe0-81c3-4b2c-82b4-f436e9075bd1.png)

I've run tests manually of all functions, but it's not obvious what I could do as automated test. Is it possible to script playback start on a test score and...