Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Stereo phase scope
name
code content
( b = Bus.audio(s, 2); a = { |inbus = 0| var sig = In.ar(inbus, 2); // x axis is side, oriented toward right; // y axis is mid [sig[1] - sig[0], sig.sum] }.play(s.defaultGroup, outbus: b, addAction: \addAfter); c = s.scope; c.style = 2; c.bus = b; )
code description
Very quick-and-dirty hack to show stereo phase. Center = up (12:00). Full left = 10:30, full right = 1:30.
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