Function knyst::handles::bus

source ·
pub fn bus(num_channels: usize) -> Handle<GenericHandle>
Expand description

Create a Bus Gen with the selected number of channels. One use case is as a single node for setting values later. Another is as a passthrough node for gathering multiple variable sources.