Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: lazerdrone
name
code content
s.boot; ( SynthDef("lazerdrone", { var in, freq, hasFreq; in = SinOsc.ar(440 * LFSaw.kr(100, 1000)); # freq, hasFreq = Pitch.kr( in, ampThreshold: 0.09, median: 1); freq = freq * hasFreq; //freq.poll; SinOsc.kr(freq).poll; Out.ar(0, in + SinOsc.ar(440, 0, Clip.kr( SinOsc.kr(freq), 0) ) ); }).play; )
code description
A lazer sound then a drone with morse-code like bleeps. A byproduct of testing the triggering algorithm in the mono2eN SynthDef.
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change