Implement Plugin::params()
I somehow forgot to add this.
This commit is contained in:
parent
d8db0e64cf
commit
98e326d390
|
@ -65,7 +65,7 @@ impl Plugin for Gain {
|
||||||
const DEFAULT_NUM_OUTPUTS: u32 = 2;
|
const DEFAULT_NUM_OUTPUTS: u32 = 2;
|
||||||
|
|
||||||
fn params(&self) -> Pin<&dyn Params> {
|
fn params(&self) -> Pin<&dyn Params> {
|
||||||
todo!()
|
self.params.as_ref()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn accepts_bus_config(&self, config: &BusConfig) -> bool {
|
fn accepts_bus_config(&self, config: &BusConfig) -> bool {
|
||||||
|
|
Loading…
Reference in a new issue