mercury icon indicating copy to clipboard operation
mercury copied to clipboard

Microphone input (live & sampling)

Open tmhglnd opened this issue 2 years ago • 1 comments

Allow for a new instrument that uses the real-time input of a microphone and allows to add FX to it and maybe even record and sample/loop the sound. For example using a microphone on input 1:

new input in1 gain(0.5) fx(reverb 0.5 5) fx(drive 5)

tmhglnd avatar Sep 28 '22 08:09 tmhglnd

This feature is now added in 3cece01a1e8883dafa27d24763470cf74be71be9

Input channel be specified with in1 in2 etc, with default (which is in1) and with the actual name as the input channel is called (viewable in the Audio Setup), for example "Input 1" .

tmhglnd avatar Aug 05 '23 14:08 tmhglnd