mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix typo
This commit is contained in:
@@ -112,7 +112,7 @@ impl<'a> ParamSetter<'a> {
|
||||
|
||||
/// Set a parameter to an already normalized value. Works exactly the same as
|
||||
/// [Self::set_parameter] and needs to follow the same rules, but this may be useful when
|
||||
/// implementigna a GUI.
|
||||
/// implementing a GUI.
|
||||
pub fn set_parameter_normalized<P: Param>(&self, param: &P, normalized: f32) {
|
||||
let ptr = param.as_ptr();
|
||||
unsafe { self.context.raw_set_parameter_normalized(ptr, normalized) };
|
||||
|
||||
Reference in New Issue
Block a user