wavetable 0.1.1

A library for wavetable handling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "wavetable"
version = "0.1.1"
authors = ["ICS"]
edition = "2018"
license = "MIT"
repository = "https://github.com/icsga/Wavetable"
description = "A library for wavetable handling."

[dependencies]
log = "0.4"
rustfft = "3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"