time_calc 0.10.1

A library for music/DSP time conversions! Provides functions and methods for converting between ticks, ms, samples, bars, beats and measures.
Documentation
[package]

name = "time_calc"
description = "A library for music/DSP time conversions! Provides functions and methods for converting between ticks, ms, samples, bars, beats and measures."
version = "0.10.1"
authors = ["mitchell.nordine@gmail.com"]
readme = "README.md"
keywords = ["time", "dsp", "audio", "music", "conversion"]
license = "Apache-2.0/MIT"
repository = "https://github.com/RustAudio/time_calc.git"
homepage = "https://github.com/RustAudio/time_calc"

[dependencies]
num = "0.1.28"
rand = "0.3.12"
rustc-serialize = "0.3.16"