pub static WIKI_TEMPERAMENTS: [NamedTemperament; 95]Expand description
Every regular temperament collected from the wiki, by name.
A static rather than a const: at this size a const would be
copied into every place that reads it.
pub static WIKI_TEMPERAMENTS: [NamedTemperament; 95]Every regular temperament collected from the wiki, by name.
A static rather than a const: at this size a const would be
copied into every place that reads it.