Skip to main content

ControlToAudioQueue

Type Alias ControlToAudioQueue 

Source
pub type ControlToAudioQueue = BoundedLiveQueue<LiveControlEvent>;
Expand description

Bounded queue carrying control events into the audio callback.

Aliased Typeยง

pub struct ControlToAudioQueue { /* private fields */ }