Struct audact::system::Audact [] [src]

pub struct Audact { /* fields omitted */ }

Struct for the main audact system

Methods

impl Audact
[src]

implementation for the audact struct

[src]

Creates a new instance of audact

[src]

Add a voice channel to audact for synth playback

[src]

Kick off audact to start and loop 'bars' times

Trait Implementations

Auto Trait Implementations

impl Send for Audact

impl Sync for Audact