Skip to content

looptailG/musescore-31edo-tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

31EDO Tuner

A Musescore plugin for tuning scores to 31EDO.

Features

This plugin tunes the whole score to 31EDO.

It's compatible with the following notation systems:

  • Circle of fifths notation, using double sharps and flats. In this system, a sharp # or a flat b indicates an alteration of 2 EDO steps, and a double sharp x or a double flat bb an alteration of 4 EDO steps. For example, a chromatic scale between C and D would be written as: C Dbb C# Db Cx D.

  • Neutral circle of fifths notation, using half and sesqui sharps and flats. In this system, a half sharp t or half flat d indicates an alteration of 1 EDO step, and a sesqui sharp t# or a sesqui flat db an alteration of 3 EDO steps. For example, a chromatic scale between C and D would be written as: C Ct C# Db Dd D.

These notation systems are not mutually exclusive, the plugin can correctly tune a file which uses a mixture of them.

See here for a list of every supported accidental.

Usage

  • If the score contains transposing instruments, ensure that the score is being displayed at concert pitch. If it's not, the notes of transposing instruments will not be tuned correctly.
  • Launch the plugin:
    • Musescore3: Plugins -> Tuner -> 31EDO
    • Musescore4: Plugins -> Playback -> 31EDO Tuner

At this point your score will be tuned according to 31EDO.

If the score contains transposing instruments, you can safely turn off concert pitch after running the plugin, as the tuning of the notes will not be affected.

Installing

Musescore3

  • Download the file 31_edo_tuner_x.y.z.zip, where x.y.z is the version of the plugin.
  • Extract the folder 31_edo_tuner, navigate inside it and copy the file 31EdoTuner.qml inside Musescore3 plugin folder.
  • Follow the steps listed here to enable the plugin.

Musescore4

  • Download the file 31_edo_tuner_x.y.z.zip, where x.y.z is the version of the plugin.
  • Extract the folder 31_edo_tuner and copy it inside Musescore4 plugin folder.
  • Follow the steps listed here to enable the plugin.