Larry
Larry
regression in commit d83d2c7e5dc84eedfc5ee0abc90c417f802f7ed6
Perhaps tweak this: ``` src/engraving/libmscore/mscore.cpp void MScore::init() { static bool initDone = false; if (initDone) { return; } defaultPlayDuration = 300; // ms ```
This patch is relevant until both alsa is made unconditionally loaded. And jack is implemented as a second audio output option.
Possible to insert notes, when in note-insertion mode.
resolved in PR: https://github.com/musescore/MuseScore/pull/8956
Yes, no more crashes! Thanks!
@Jojo-Schmitz builds on mingw Also, manually edit src/app/CMakeLists.txt for install to work: ``` @@ -332,10 +337,6 @@ if (OS_IS_WIN) install(FILES ${PROJECT_SOURCE_DIR}/build/qt.conf ${QtInstallLibraries} - ${QT_INSTALL_BINS}/libEGL.dll - ${QT_INSTALL_BINS}/libGLESv2.dll - ${QT_INSTALL_BINS}/opengl32sw.dll - ${QT_INSTALL_BINS}/d3dcompiler_47.dll...
> I also see a problem in this PR: we use linuxaudiodriver in Windows. This is perfectly fine under mingw, becase we are pretenting to be a native linux app...
> And that's what you did. (The only point is that I don’t understand why you removed alsa from the linux folder. It is only available on Linux) Alsa isn't...
Added jack-midi, which builds upon jack-audio.