envelope 0.1.3

An interpolatable Envelope type along with a generic 2D Point, useful for controlling parameters over time.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "envelope"
description = "An interpolatable Envelope type along with a generic 2D Point, useful for controlling parameters over time."
version = "0.1.3"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
readme = "README.md"
keywords = ["interpolate", "dsp", "audio", "time", "2D"]
license = "MIT"
repository = "https://github.com/RustAudio/envelope.git"
homepage = "https://github.com/RustAudio/envelope"


[dependencies]
rustc-serialize = "*"