tune-cli 0.14.2

Explore musical tunings and create synthesizer tuning files for microtonal scales.
Documentation
[[bin]]
name = "tune"
path = "src/main.rs"
[dependencies.midir]
version = "0.6.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.106"

[dependencies.serde_json]
version = "1.0.51"

[dependencies.structopt]
version = "0.3.13"

[dependencies.tune]
version = "0.19.0"

[package]
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Explore musical tunings and create synthesizer tuning files for microtonal scales."
edition = "2018"
keywords = ["microtonal", "midi", "scales", "synthesizer", "tuning"]
license = "MIT"
name = "tune-cli"
readme = "README.md"
repository = "https://github.com/Woyten/tune/tree/master/tune-cli"
version = "0.14.2"