diff --git a/plugins/examples/sine/src/lib.rs b/plugins/examples/sine/src/lib.rs index 321558f7..0bb1a003 100644 --- a/plugins/examples/sine/src/lib.rs +++ b/plugins/examples/sine/src/lib.rs @@ -4,7 +4,7 @@ use std::sync::Arc; /// A test tone generator that can either generate a sine wave based on the plugin's parameters or /// based on the current MIDI input. -struct Sine { +pub struct Sine { params: Arc, sample_rate: f32,