instrument 0.2.0

A foundational type for performable musical instruments. Converts discrete note events to a continuous signal of amplitude and frequency over N number of voices. Useful for instruments such as synthesizers or samplers.
Documentation
[dependencies]
pitch_calc = "0.11.0"
rand = "0.3.4"
time_calc = "0.11.0"

[dependencies.serde]
optional = true
version = "0.7.0"

[dependencies.serde_json]
optional = true
version = "0.7.0"

[features]
serde_serialization = ["serde", "serde_json", "pitch_calc/serde_serialization", "time_calc/serde_serialization"]

[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A foundational type for performable musical instruments. Converts discrete note events to a continuous signal of amplitude and frequency over N number of voices. Useful for instruments such as synthesizers or samplers."
homepage = "https://github.com/RustAudio/instrument"
keywords = ["synthesis", "dsp", "audio", "music", "instrument"]
license = "MIT"
name = "instrument"
readme = "README.md"
repository = "https://github.com/RustAudio/instrument.git"
version = "0.2.0"