Add a todo and stub for setting parameter values
This commit is contained in:
parent
735cec4fba
commit
b15991a495
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ pub trait ProcessContext {
|
||||||
/// this may cause audio playback to be restarted.
|
/// this may cause audio playback to be restarted.
|
||||||
fn set_latency_samples(&self, samples: u32);
|
fn set_latency_samples(&self, samples: u32);
|
||||||
|
|
||||||
|
// // TODO: Add this next
|
||||||
|
// fn set_parameter<P>(&self, param: &P, value: P::Plain)
|
||||||
|
// where
|
||||||
|
// P: Param;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A trait describing the functionality of the platform-specific event loop that can execute tasks
|
/// A trait describing the functionality of the platform-specific event loop that can execute tasks
|
||||||
|
|
Loading…
Add table
Reference in a new issue