dx7 0.0.4

Rust port of Mutable Instruments Plaits DX7/FM synthesis engine
Documentation
[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.hound]
version = "3.5.1"

[dev-dependencies.log]
version = "0.4.28"

[dev-dependencies.rustfft]
version = "6.4.1"

[features]
fast_op_level_modulation = []

[lib]
name = "dx7"
path = "src/lib.rs"

[package]
authors = ["Tyler Neely"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "Rust port of Mutable Instruments Plaits DX7/FM synthesis engine"
edition = "2024"
keywords = ["audio", "synthesis", "fm", "dx7", "dsp"]
license = "MIT"
name = "dx7"
readme = "README.md"
repository = "https://github.com/spacejam/dx7"
version = "0.0.4"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "envelope_test"
path = "tests/envelope_test.rs"

[[test]]
name = "fft_tests"
path = "tests/fft_tests.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"