Class Audio.MultiInput

implements Audio.Source

A multichannel audio input

Constructors

MultiInput(string name, integer channels, bool autoconnect)

Properties

output Audio.Connection outputs as an array

Methods

connect(integer index, regex name) connect any system port whose name matches the given regular expression
connect(integer index, string name) connect a system port with the given name

Constructor Documentation


MultiInput(string name, integer channels, bool autoconnect)

Parameters

Property Documentation


array output

Audio.Connection outputs as an array. Adding or removing elements to this array has no effect on the underlying audio component.

Method Documentation


void connect(integer index, regex name)

Connect any system port whose name matches the given regular expression

Parameters


void connect(integer index, string name)

Connect a system port with the given name

Parameters



Creative Commons Logo This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.