Little synth interface

This commit is contained in:
2026-03-10 22:45:01 -04:00
commit 1dd9cabe68
3 changed files with 181 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "testing"
version = "0.1.0"
edition = "2024"
[dependencies]
synthesis = { path = "../synthesis" }
dasp_signal = { version = "0.11.0", features = ["all"] }
cpal = "0.17.3"
ringbuf = "0.4.8"
egui = "0.33.3"
eframe = "0.33.3"