Trait surge_wavetable::imports::imports::imports::ParameterDisplay[]

pub trait ParameterDisplay {
    fn get_display(&self, external: bool, ef: f32) -> String;
fn get_display_alt(&self, external: bool, ef: f32) -> String; }

Required methods

Implementors