[package] name = "synthrender" version = "0.1.0" edition = "2021" description = "Host tool: render a PolyMeter groove through pm-synth to a .wav, to audition the 808/909 voices off-bench." [dependencies] pm-synth = { path = "../pm-synth" } track-format = { path = "../track-format" }