{
   "name" : "Chariots of Fire with the \\default Synth",
   "author" : "rukano",
   "description" : "Chariots of Fire by Vangelis (Default Synth Mock-Up)\r\nOnce I started a Pbind with the default synth and got stuck\r\nin a lower octave on one note. This reminds me every time of chariots of fire.\r\nSo I decided to give it a go and at least try to reconstruct the beginning.\r\n\r\nIf someone else wants to complement, make the other parts or write it differently, feel free to fork :)\r\nI just wanted to get this out of my head.\r\n-rukano",
   "ancestor_list" : [],
   "labels" : [
      "cover",
      "tune",
      "default synth",
      "lofi"
   ],
   "is_private" : null,
   "id" : "1-1QI",
   "code" : "/*********************************\r\nChariots of Fire by Vangelis (Default Synth Mock-Up)\r\nOnce I started a Pbind with the default synth and got stuck\r\nin a lower octave on one note. This reminds me every time of chariots of fire.\r\nSo I decided to give it a go and at least try to reconstruct the beginning.\r\n\r\nIf someone else wants to complement, make the other parts or write it differently, feel free to fork :)\r\nI just wanted to get this out of my head.\r\n-rukano\r\n**********************************/\r\n\r\nTempoClock.default.tempo = 65/60;\r\n\r\n~bass = Pbind(*[\r\n\troot:1,\r\n\toctave:[3,4],\r\n\tdur:Pn(1/4, 17*16),\r\n\tlegato:Pwhite(1.5, 2.0),\r\n\tamp:Pwhite(0.1,0.12)\r\n]);\r\n\r\n~lead = Pbind(*[\r\n\troot:1,\r\n\toctave:5,\r\n\tdegree:Pseq([0,4,\\r], 4),\r\n\tdur:Pseq([1,4,3], inf),\r\n\tlegato:1,\r\n\tamp:Pwhite(0.1,0.12)\r\n]);\r\n\r\n~melody = Pbind(*[\r\n\troot:1,\r\n\toctave:5,\r\n\tdegree:Pseq([0,3,4,5,4,2, 0,3,4,5,4, 0,3,4,5,4,2, 2,3,2,0,0], 2),\r\n\tdur: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),\r\n\tamp:Pwhite(0.1,0.12)\r\n]);\r\n\r\nPtpar([0, ~bass, 3, ~lead, 34-(1/3), ~melody]).play;"
}
