Fix: try to fix the non working sync

This commit is contained in:
2026-03-16 22:07:15 +01:00
parent 6d71c64a34
commit 1513d80a8d
5 changed files with 191 additions and 27 deletions

20
Cargo.lock generated
View File

@@ -873,7 +873,7 @@ dependencies = [
"cpal 0.17.1",
"crossbeam-channel",
"crossterm",
"doux 0.0.14",
"doux",
"eframe",
"egui",
"egui_ratatui",
@@ -925,7 +925,7 @@ dependencies = [
"cagire-ratatui",
"crossbeam-channel",
"crossterm",
"doux 0.0.13",
"doux",
"egui_ratatui",
"nih_plug",
"nih_plug_egui",
@@ -1822,22 +1822,6 @@ dependencies = [
"litrs",
]
[[package]]
name = "doux"
version = "0.0.13"
source = "git+https://github.com/sova-org/doux?tag=v0.0.13#b8150d907e4cc2764e82fdaa424df41ceef9b0d2"
dependencies = [
"arc-swap",
"clap",
"cpal 0.17.1",
"crossbeam-channel",
"ringbuf",
"rosc",
"rustyline",
"soundfont",
"symphonia",
]
[[package]]
name = "doux"
version = "0.0.14"