tmhglnd / mercury

A minimal and human-readable language and environment for the live coding of algorithmic electronic music.
http://www.timohoogland.com/mercury-livecoding
GNU General Public License v3.0
291 stars 13 forks source link

Microphone input (live & sampling) #83

Open tmhglnd opened 1 year ago

tmhglnd commented 1 year ago

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 commented 1 year ago

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" .