Tick Box for Enabling / Disabling - MIDI / Internal Synth
Hi
Would including an I/O option checkbox Enabling / Disabling - MIDI / Internal Synth, such that if it isn't selected it isn't loaded at startup / running those code modules at all when not needed, gain some speed improvement by reducing background tasks ?
E.g. presently when you don't select Jack Audio and have JACK MIDI enabled no audio is appearing at the I/O device A/D, when you look at the Internal Synth the VU meter is still simulating sound, so code appears to be running otherwise the VU meter would be at rest.
e.g. enable /disable Y/N MIDI
Y/N Internal Synth
Comments
You can start MuseScore from the command line and add the following switches:
--no-midi --no-synthesizer
In reply to You can start MuseScore from… by rmattes
Cool I will give it a try !
Thanks
Goody I get to parse command line arguments under OSX :)
In reply to You can start MuseScore from… by rmattes
--no-synthesizer doesn't work (tested it on Nightly Build) as I'd hoped.
It doesn't play I/O options are all greyed out on app ....
--no-midi works ..... works as expected...
In reply to You can start MuseScore from… by rmattes
PS
Easy way for someone to "try" arguments passed on a command line
For OSX
open script editor and create a script something like
do shell script "open -a /Applications/MuseScore3.app --args --no-synthesizer"
or
do shell script "open -a /Applications/MuseScore3.app --args --no-midi"
save the file then hit the run arrow !