«outer beat» by Mason McCormack

on 15 Oct'16 04:53 in code forkmusc115scuquiz

Quiz 4a for MUSC 115, pp. 62-84 from Gentle Intro to SuperCollider.

1
2
3
4
5
6
7
8
9
10
11
(
{
	var saw, bpf;
	saw = Saw.ar(
		freq: [1700,2000],
		mul: LFPulse.kr(
			freq: [2,7],
			width: 0.115));
	bpf = LPF.ar(in: saw, freq: SinOsc.kr(1/3).range(250, 4000)); 
}.play;
)
ancestors
«Quiz 4a» by Bruno Ruviaro (private)
full graph
raw 192 chars (focus & ctrl+a+c to copy)
reception
comments