«Chariots of Fire with the \default Synth» by rukano
on 26 Feb'12 23:59 inChariots of Fire by Vangelis (Default Synth Mock-Up) Once I started a Pbind with the default synth and got stuck in a lower octave on one note. This reminds me every time of chariots of fire. So I decided to give it a go and at least try to reconstruct the beginning.
If someone else wants to complement, make the other parts or write it differently, feel free to fork :) I just wanted to get this out of my head. -rukano
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
/********************************* Chariots of Fire by Vangelis (Default Synth Mock-Up) Once I started a Pbind with the default synth and got stuck in a lower octave on one note. This reminds me every time of chariots of fire. So I decided to give it a go and at least try to reconstruct the beginning. If someone else wants to complement, make the other parts or write it differently, feel free to fork :) I just wanted to get this out of my head. -rukano **********************************/ TempoClock.default.tempo = 65/60; ~bass = Pbind(*[ root:1, octave:[3,4], dur:Pn(1/4, 17*16), legato:Pwhite(1.5, 2.0), amp:Pwhite(0.1,0.12) ]); ~lead = Pbind(*[ root:1, octave:5, degree:Pseq([0,4,\r], 4), dur:Pseq([1,4,3], inf), legato:1, amp:Pwhite(0.1,0.12) ]); ~melody = Pbind(*[ root:1, octave:5, degree:Pseq([0,3,4,5,4,2, 0,3,4,5,4, 0,3,4,5,4,2, 2,3,2,0,0], 2), dur:Pseq([1,1,1,1,3,5, 1,1,1,1,8, 1,1,1,1,3,5, 1,1,1,1,8]/3, inf), amp:Pwhite(0.1,0.12) ]); Ptpar([0, ~bass, 3, ~lead, 34-(1/3), ~melody]).play;
descendants
full graph
«Zoli» by anonymous (private)
«nfezskr» by anonymous (private)
«ueohrnhbz» by anonymous (private)
«frederickhughes8a» by anonymous (private)
«ascettene» by anonymous (private)
«apeceliedsido» by anonymous (private)
«awaluesiple» by anonymous (private)
«Hypollody» by anonymous (private)
reception
i think you just successfully got it out of your head, because it's in mine now.
:D