mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Mark Crossover struct as pub
For testing with standalones
This commit is contained in:
@@ -37,7 +37,7 @@ pub const NUM_BANDS: usize = 5;
|
||||
const MIN_CROSSOVER_FREQUENCY: f32 = 40.0;
|
||||
const MAX_CROSSOVER_FREQUENCY: f32 = 20_000.0;
|
||||
|
||||
struct Crossover {
|
||||
pub struct Crossover {
|
||||
params: Arc<CrossoverParams>,
|
||||
|
||||
buffer_config: BufferConfig,
|
||||
|
||||
Reference in New Issue
Block a user