1
0
Fork 0

Implement Plugin::params()

I somehow forgot to add this.
This commit is contained in:
Robbert van der Helm 2022-01-26 11:41:07 +01:00
parent d8db0e64cf
commit 98e326d390

View file

@ -65,7 +65,7 @@ impl Plugin for Gain {
const DEFAULT_NUM_OUTPUTS: u32 = 2;
fn params(&self) -> Pin<&dyn Params> {
todo!()
self.params.as_ref()
}
fn accepts_bus_config(&self, config: &BusConfig) -> bool {