Make the Diopser struct pub
This makes it easier to quickly set up a standalone for GUI testing.
This commit is contained in:
parent
87e40afd07
commit
cfb9993603
|
@ -44,7 +44,7 @@ const MAX_AUTOMATION_STEP_SIZE: u32 = 512;
|
||||||
// improved). Other features I want to implement are:
|
// improved). Other features I want to implement are:
|
||||||
// - Briefly muting the output when changing the number of filters to get rid of the clicks
|
// - Briefly muting the output when changing the number of filters to get rid of the clicks
|
||||||
// - A proper GUI
|
// - A proper GUI
|
||||||
struct Diopser {
|
pub struct Diopser {
|
||||||
params: Arc<DiopserParams>,
|
params: Arc<DiopserParams>,
|
||||||
|
|
||||||
/// Needed for computing the filter coefficients.
|
/// Needed for computing the filter coefficients.
|
||||||
|
|
Loading…
Reference in a new issue