audact 0.1.0

Simple synth and sequencing lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "audact"
version = "0.1.0"
authors = ["shockham <samuel.hockham@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/shockham/audact"
homepage = "https://github.com/shockham/audact"
documentation = "https://docs.rs/audact"
description = "Simple synth and sequencing lib"

[dependencies]
futures = "0.1.1"
cpal = "0.4.5"