Remove old todo
This commit is contained in:
parent
4c0031d7b3
commit
a93ad650be
1 changed files with 0 additions and 4 deletions
|
@ -60,10 +60,6 @@ pub trait Plugin: Default + Send + Sync {
|
||||||
/// The plugin's parameters. The host will update the parameter values before calling
|
/// The plugin's parameters. The host will update the parameter values before calling
|
||||||
/// `process()`. These parameters are identified by strings that should never change when the
|
/// `process()`. These parameters are identified by strings that should never change when the
|
||||||
/// plugin receives an update.
|
/// plugin receives an update.
|
||||||
///
|
|
||||||
/// TODO: Rethink the API a bit more. Also Requiring the pin on self makes more sense, but it's
|
|
||||||
/// not strictly necessary. We'll have to change this once the API is usable to see what's
|
|
||||||
/// ergonmic.
|
|
||||||
fn params(&self) -> Pin<&dyn Params>;
|
fn params(&self) -> Pin<&dyn Params>;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue