-- Leo's gemini proxy

-- Connecting to iceworks.cc:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Supercollider

Created: 2020-10-18T23:39:23-05:00

Return to the Index


{SinOsc.ar(440, 0, 0, 0)}.play;

{ .. }: a function

SinOsc: Sinusoidal oscillator class

.ar: Audio rate.

.kr: Control rate.


{[SinOsc.ar(440, 0, 0, 0), SinOsc.ar(440, 0, 0, 0)]}.play;

Playing an array does stereo (or more) output.


-- Response ended

-- Page fetched on Fri Jun 7 00:01:13 2024