More fun with SuperCollider
This commit is contained in:
parent
0aa5fa799e
commit
4558806912
@ -73,3 +73,51 @@
|
||||
});
|
||||
}.play;
|
||||
)
|
||||
|
||||
(
|
||||
{
|
||||
PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2)
|
||||
}.plot;
|
||||
)
|
||||
|
||||
(
|
||||
{
|
||||
PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2)
|
||||
}.plot(1);
|
||||
)
|
||||
|
||||
(
|
||||
{
|
||||
PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2)
|
||||
}.scope;
|
||||
)
|
||||
|
||||
(
|
||||
{
|
||||
[
|
||||
SinOsc.ar(440, 0, 0.2),
|
||||
SinOsc.ar(442, 0, 0.2)
|
||||
]
|
||||
}.scope;
|
||||
)
|
||||
|
||||
(
|
||||
{
|
||||
[
|
||||
SinOsc.ar(440, 0, 0.2),
|
||||
SinOsc.ar(442, 0, 0.2)
|
||||
]
|
||||
}.scope(zoom: 10);
|
||||
)
|
||||
|
||||
(
|
||||
s.scope;
|
||||
)
|
||||
|
||||
(
|
||||
s.boot;
|
||||
)
|
||||
|
||||
(
|
||||
s.kill;
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user