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
language: rust
rust:
    - stable
    - beta
    - nightly
notifications:
    email:
        - mitchell.nordine@gmail.com
os:
    - linux
before_script:
    - rustc --version
    - cargo --version
script:
    - cargo build -v
    - cargo test -v
    - cargo test --features="serde_serialization" -v
    - cargo doc -v