SC tutorials on Youtube

6 views
Skip to first unread message

Alan Price

unread,
Jun 21, 2013, 6:29:23 PM6/21/13
to nycsuper...@googlegroups.com
While browsing YT for the Eivind Aarset video I mentioned where he appears to be using SC, I came across this:

den1k

unread,
Jun 21, 2013, 7:00:47 PM6/21/13
to nycsuper...@googlegroups.com
Subscribed. Thanks!

Dennis

unread,
Jun 21, 2013, 8:02:55 PM6/21/13
to nycsuper...@googlegroups.com
Here a little experiment from Tutorial: 2


(
x = {
arg jamesHz = 8; // declaring argument
var freq, amp, sig; // declaring valuables
freq = LFNoise2.kr(jamesHz).range(200-800);
amp = LFNoise0.kr(12).exprange(0.2, 1);
sig = SinOsc.ar(freq) * amp;
}.play;
)

x.free
x.set(\jamesHz, [0.5, 44, 2].choose); /*try this one several times while the synth is running & insert more values of your own*/

daniel palkowski

unread,
Jun 21, 2013, 11:45:21 PM6/21/13
to nycsuper...@googlegroups.com


ah, like chaos, do you?   Try this variant on:

(
x = {
arg jamesHz = 8; // declaring argument
var freq, amp, sig; // declaring valuables
freq = LFNoise2.kr(jamesHz).range(200-800);
amp = LFNoise0.kr(12).exprange(0.2, 1);
sig = SinOsc.ar(SinOsc.ar(freq*100.0, mul: (Rand(10,100))+ 0.1 * freq)) * amp;
Reply all
Reply to author
Forward
0 new messages