Releases: looptailG/musescore-31edo-tuner
Releases · looptailG/musescore-31edo-tuner
31EDO Tuner - v2.1.1
31EDO Tuner - v1.6.0
Added support for local key signatures.
31EDO Tuner - v2.1.0
- Added support for local key signatures.
- Improvement in the code for iterating on the score.
31EDO Tuner - v2.0.1
- Minor optimisations in the code for tuning notes and writing log messages.
- Updated the library
AccidentalUtils
to version1.0.1
.
31EDO Tuner - v1.5.5
- Removed code that was necessary for compatibility with
Musescore4
. - Minor optimisations in the code for tuning notes.
31EDO Tuner - v2.0.0
Updated in order to be compatible with Musescore4.4
.
The changes made to this version of the plugin made it incompatible with Musescore3
. In order to maintain compatibility with Musescore3
, the version 1.x
of this plugin will still receive updates, if needed.
31EDO Tuner - v1.5.4
- Fixed the variable used for undoing the default tuning offset.
- Fixed the handling of previous accidentals in case the portion of the score to tune did not start at the beginning of a measure.
31EDO Tuner - v1.5.3
Removed reference to non-existing parameter in getAccidentalEdoSteps()
.
31EDO Tuner - v1.5.2
- Fixed a bug that could cause the plugin to detect a key signature change where there wasn't one.
- Fixed a bug that would prevent the plugin from working if the score contained annotations that don't contain text, like fermatas.
31EDO Tuner - v1.5.1
- The text for custom key signaturs now ignores whitespace characters.
- Added support for triple sharps and flats.
- Code optimisation in the calculation of the base tuning offset from the
tpc
property. - Code optimisation in the check for a key signature change.