wip: optional dependency from mixer to sampler and plugin

This commit is contained in:
🪞👃🪞 2024-08-09 15:51:06 +03:00
parent a819e042c7
commit 6dd4caeb42
18 changed files with 330 additions and 316 deletions

3
Cargo.lock generated
View file

@ -2539,6 +2539,7 @@ dependencies = [
"clojure-reader",
"crossterm",
"midly",
"once_cell",
"ratatui",
"toml",
]
@ -2558,6 +2559,8 @@ dependencies = [
"tek_chain",
"tek_core",
"tek_jack",
"tek_plugin",
"tek_sampler",
]
[[package]]