pub struct Xenth { /* private fields */ }Expand description
The synthesizing end to be used in the audio thread.
Implementations§
Source§impl Xenth
impl Xenth
Sourcepub fn synth(&self) -> &Synth
pub fn synth(&self) -> &Synth
Get readable access to the internal oxisynth::Synth instance in order to query data.
Sourcepub fn synth_mut(&mut self) -> &mut Synth
pub fn synth_mut(&mut self) -> &mut Synth
Get writeable access to the internal oxisynth::Synth instance in order to configure its behavior.
Refrain from modifying the tuning of the internal oxisynth::Synth instance as fluid-xenth will manage the tuning for you.
Auto Trait Implementations§
impl Freeze for Xenth
impl RefUnwindSafe for Xenth
impl Send for Xenth
impl !Sync for Xenth
impl Unpin for Xenth
impl UnwindSafe for Xenth
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more