Select pitch/tuning base note other than A4
Severity: low
I’ve been playing with scientific pitch, which tunes C4 (to 256 Hz) instead of A4 (to roughly 430.5389646099018 Hz, which I can only enter as “430.5 Hz” in the tuning tab in the synthesiser dialogue).
Could we have a selection for which note to tune in that dialogue? I’m attaching a UI mock.
Attachment | Size |
---|---|
Screenshot_20170801_185755.png | 21.4 KB |
Comments
save score with mscx extension.
open with notepad
find "<master>" string. (near on top)
<master>
<val id="0">Zita1 </val>
<val id="1">NoEffect </val>
<val id="2">0.0944081 </val>
<val id="3">440.0 </val> //<-- change to 430.539
</master>
save it.
note: Maximum allowed value: three digits (to after dot)
In reply to save score with mscx by Ziya Mete Demircan
Hm, thanks, but changing this in
~/.local/share/data/MuseScore/MuseScore2/synthesizer.xml
appears to have been more effective than changing it in the score. Nevertheless, interesting workaround we could do without.But, as I said, it’s not really important, just something I was toying around with. Maybe I can even patch this in myself, to begin working with the source code… we’ll see.