first wavetable synth demo

This commit is contained in:
sigil-03 2025-10-27 21:10:36 -06:00
parent 3ea7aac1f4
commit 58579ae6c2
6 changed files with 84 additions and 20 deletions

View file

@ -78,6 +78,7 @@ dependencies = [
"panic-halt",
"qingke 0.5.0",
"qingke-rt",
"wavetable-synth",
]
[[package]]
@ -626,3 +627,7 @@ name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "wavetable-synth"
version = "0.1.0"