Read input from the microphone, for live-processing or sampling. Chrome is currently the only browser to support this feature.
Example:
input = Input().fx.add( Delay() ) // record two measures of input and delay sampler = Sampler().record( input.fx[0], 2 ) sampler.note.seq( [.5,1,2,4,.25].rnd(), 1/2 ) // disconnect input after sampler has finished recording input._
Properties
- amp : Default range: { 0, 1 }. Default value: 1. Gain stage on input.
- fx : Array. You can
add
orremove
fx from the bus using this array.
Methods
None worth mentioning.