1
0
Fork 0

Add a todo and stub for setting parameter values

This commit is contained in:
Robbert van der Helm 2022-02-01 00:01:52 +01:00
parent 735cec4fba
commit b15991a495

View file

@ -43,6 +43,10 @@ pub trait ProcessContext {
/// this may cause audio playback to be restarted.
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