Revert "Fix: try to fix the non working sync"
This reverts commit 1513d80a8d.
This commit is contained in:
@@ -14,7 +14,7 @@ cagire = { path = "../..", default-features = false, features = ["block-renderer
|
||||
cagire-forth = { path = "../../crates/forth" }
|
||||
cagire-project = { path = "../../crates/project" }
|
||||
cagire-ratatui = { path = "../../crates/ratatui" }
|
||||
doux = { git = "https://github.com/sova-org/doux", tag = "v0.0.14", features = ["native", "soundfont"] }
|
||||
doux = { git = "https://github.com/sova-org/doux", tag = "v0.0.13", features = ["native", "soundfont"] }
|
||||
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", features = ["standalone"] }
|
||||
nih_plug_egui = { git = "https://github.com/robbert-vdh/nih-plug" }
|
||||
egui_ratatui = "2.1"
|
||||
|
||||
@@ -185,7 +185,6 @@ impl Plugin for CagirePlugin {
|
||||
self.sample_rate,
|
||||
self.output_channels,
|
||||
64,
|
||||
buffer_config.max_buffer_size as usize,
|
||||
);
|
||||
self.bridge
|
||||
.sample_registry
|
||||
|
||||
Reference in New Issue
Block a user