[][src]Trait fluidlite::IsFont

pub trait IsFont {
    fn get_id(&self) -> FontId;
fn get_name(&self) -> Option<&str>;
fn get_preset(&self, bank: Bank, num: PresetId) -> Option<PresetRef>; }

The SoundFont interface

Required methods

fn get_id(&self) -> FontId

fn get_name(&self) -> Option<&str>

fn get_preset(&self, bank: Bank, num: PresetId) -> Option<PresetRef>

Loading content...

Implementors

impl<X> IsFont for X where
    X: HasHandle<Handle = fluid_sfont_t>, 
[src]

Loading content...