{
   "labels" : [],
   "code" : "// This note is made up of 5 freqs, all integer multiples of 100 Hz.\r\n{ Mix.ar(SinOsc.ar(freq: 100 * [1, 2, 3, 4, 5], mul: 0.1)) }.play;\r\n\r\n\r\n// This note is made up of 5 freqs that are NOT integer multiples of 100 Hz.\r\n{ Mix.ar(SinOsc.ar(freq: 100 * [1.01, 1.9, 3, 4.2, 7.4], mul: 0.1)) }.play;\r\n\r\n\r\n(\r\nSynthDef(\"bell\", {arg freq, amp;\r\n\t\r\n    var env, snd, partials, relativeAmps;\r\n    partials = [0.5, 1, 1.19, 1.56, 2, 2.51, 2.66, 3.01, 4.1];\r\n    relativeAmps = [0.25, 1, 0.8, 0.5, 0.9, 0.4, 0.3, 0.6, 0.1];\r\n    \r\n\tenv = Env.perc(attackTime: 0.01, releaseTime: 5, amp: relativeAmps\r\n   \t\r\n    ).kr(2);\r\n    \r\n    snd = SinOsc.ar(\r\n   \t freq: 440 , \r\n   \t mul: 1\r\n    );\r\n    \r\n\tsnd = Splay.ar(snd);\r\n    \r\n    Out.ar(0, snd  * 0.1 ! 2);\r\n    \r\n}).add;\r\n)\r\n\r\n\r\n(\r\nPbind(\r\n\t\\instrument, \"bell\",\r\n\t\\degree, Pseq([1,4,7,9], inf),\r\n\t\\dur, 0.132, \r\n\t\r\n).play\r\n)",
   "is_private" : null,
   "id" : "1-54D",
   "name" : "Midterm Question 3",
   "author" : "Mason McCormack",
   "ancestor_list" : [],
   "description" : ""
}
