Larry

Results 12 issues of Larry

Enables testing/working without any audio. - [x] I signed [CLA](https://musescore.org/en/cla) - [ ] I made sure the code in the PR follows [the coding rules](https://github.com/musescore/MuseScore/wiki/CodeGuidelines) - [ ] I made...

If no audio backend, click anywhere on the staff, causes SIGSEGV (crash) on Linux. Create a new score, click on the staff. Stacktrace: Thread 1 "mscore" received signal SIGSEGV, Segmentation...

P1

Implementation for freebsd12.

msaudiocmp.c:42:2: error: implicit declaration of function ‘ortp_set_log_level_mask’

See this thread: https://github.com/musescore/MuseScore/pull/12612 Does look similar to issue https://github.com/msys2/MINGW-packages/issues/8602 $ pacman -Q | grep gcc ... mingw-w64-x86_64-gcc 12.1.0-2 ... $ echo $MSYSTEM mingw64 $ C:/Users/larry/Downloads/msys64/mingw64/bin/c++.exe @CMakeFiles/engraving.dir/includes_CXX.rsp -Wno-deprecated-copy -g -Wall...

GCC

resolves #13739 - [x] I signed [CLA](https://musescore.org/en/cla)

- [x] I signed the [CLA](https://musescore.org/en/cla) ## Purpose For linux users, the ability to at runtime switch between alsa and jack audio+midi driver. ## Changes - Make both jack and...

support for loading tuning-maps files - [x ] I signed the [CLA](https://musescore.org/en/cla) TODO: - support for loading of scale files (.scl file format) - add support for --tuningmode=write (should replace...

rtpsession_inet.c: In function 'rtp_session_set_local_addr': rtpsession_inet.c:352:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] ortp_socket_t sock; ^ cc1: all warnings being treated as errors gcc (Debian 4.9.2-10) 4.9.2

This patch only fixes compile warnings and build cleanups. The patch is not so clean with respect to coding-style and possibility of introducing bugs, please review. Sorry for introducing white-space...