extract sampler crate

This commit is contained in:
🪞👃🪞 2025-01-11 19:06:27 +01:00
parent efa35834de
commit 532b648a9e
22 changed files with 1016 additions and 1012 deletions

13
sampler/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "tek_sampler"
edition = "2021"
version = "0.2.0"
[dependencies]
tek_tui = { path = "../tui" }
tek_jack = { path = "../jack" }
tek_time = { path = "../time" }
tek_midi = { path = "../midi" }
symphonia = { version = "0.5.4", features = [ "all" ] }
wavers = "1.4.3"