Audio Melter NYQUIST code

<>

<>

SteveTF’s on holidaty thios week - and he is our resident Nyquister - so you may have to wait a little while for a propere reply :slight_smile:

WC

<>

Nice effect don,

and a nice description :smiley:
What it’s doing is chopping the first 0.5 seconds off the selection and then multiplying it by the original sound.

The same effect can be achieved with:

(mult s
    (extract-abs 0.5 (get-duration 1) s))

The manual recommends using “mult” or “prod” rather than “SND-PROD”
http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/manual/part6.html#index535