2 summary:: Read audio input.
3 related:: Classes/In, Classes/SoundIn
4 categories:: UGens>InOut
9 Reads audio from the sound input hardware.
12 This is provided for backwards compatibility with SC2 code. For normal use link::Classes/SoundIn::, which has bus numbers beginning at 0, as AudioIn may be deprecated and removed at some point in the future.
21 Input channel number to read. Channel numbers begin at 1.
24 Patching input to output
26 // patching input to output
31 SynthDef("help-AudioIn",{ arg out=0;
39 Stereo through patching from input to output
41 // stereo through patching from input to output
46 SynthDef("help-AudioIn",{ arg out=0;