tune 0.36.0

Explore musical tunings and create synthesizer tuning files for microtonal scales.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(clippy::manual_clamp)]

mod parse;

pub mod key;
pub mod layout;
pub mod math;
pub mod midi;
pub mod mts;
pub mod note;
pub mod pergen;
pub mod pitch;
pub mod scala;
pub mod temperament;
pub mod tuner;
pub mod tuning;