Man of Steel “Ideal of Hope” tema codificado em Timbre.js
http://sudo.sudocoda.com/blog/2013/07/26/supercollider-dot-js-snippet-for-man-of-steel-ideal-of-hope-theme/ ex5 = (function() { timbre.utils.exports(“atof”); var synth = T(“efx.delay”, 150, 0.3); function tone(freq) { synth.append( T(“*”, T(“+”, T(“saw”, freq, 0.2), T(“sin”, freq + 2, 0.1)), T(“sin”, freq, 0.5))); if …
Continuar lendo