mercury
mercury copied to clipboard
Microphone input (live & sampling)
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)
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"
.