Messe anthracite

from Tour de Pi by enkid0

/
  • Streaming + Download

    Includes high-quality download in MP3, FLAC and more. Paying supporters also get unlimited streaming via the free Bandcamp app.
    Purchasable with gift card

      name your price

     

lyrics

Sonic Pi source code
(without personal random seed)
------------------------------

set_mixer_control! hpf: 35
set_mixer_control! amp: 0.8
duree_intro = 6.4
duree_tranche = 5.7
nb_tranches = 31
duree_morceau = duree_tranche * nb_tranches
duree_outro = 6.8

continuer = true

in_thread do
while continuer == true
sleep 1
if beat > duree_intro + duree_morceau
continuer = false
print "fin du morceau !"
end
end
end


with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.3 do
with_fx :octaver, mix: 0.5 do
with_fx :flanger, mix: 0.4 do
in_thread do
while continuer == true
sleep 1.1 + rrand(0, 1.65)
sample :tabla_ke2, amp: 0.4, rate: [1,-1].choose, beat_stretch: rrand(0.2, 3), pan: rrand(-0.12, 0.12)
end
end
end
end
end
end


with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.3 do
with_fx :octaver, mix: 0.5 do
with_fx :flanger, mix: 0.4 do
in_thread do
sleep duree_tranche * 2
while continuer == true
sleep 2.1 + rrand(0, 1.9)
sample :ambi_drone, attack: rrand(0.4, 1.2), amp: 0.28, rate: [1,-1].choose, beat_stretch: rrand(1.1, 7.9)
end
end
end
end
end
end


with_fx :reverb, mix: 0.7 do
with_fx :echo, mix: 0.3 do
with_fx :octaver, mix: 0.5 do
with_fx :flanger, mix: 0.4 do
in_thread do
sleep duree_tranche * 5
while continuer == true
sleep 3.12 + rrand(0, 2.65)

sample :ambi_swoosh, amp: 0.25, rate: [1,-1].choose, beat_stretch: rrand(2.2, 5), pan: rrand(-0.11, 0.11)
end
end
end
end
end
end




with_fx :flanger, mix: 0.8 do
in_thread do
sleep duree_tranche * 9
while continuer == true
sleep 4.14 + rrand(0, 2.7)

sample :guit_harmonics, amp: 0.19, rate: [1,-1,-1].choose, beat_stretch: rrand(6.2, 9.5)
end
end
end

with_fx :octaver, mix: 0.8 do
in_thread do
sleep duree_tranche * 13
while continuer == true
sleep 5.34 + rrand(0, 1.75)

sample :ambi_soft_buzz, amp: 0.25, rate: [1,-1].choose, beat_stretch: rrand(4.2, 7), pan: rrand(-0.08, 0.08)
end
end
end


in_thread do
sleep 3.2
with_fx :echo, decay: 5.6, mix: 0.6 do
while beat < duree_tranche * (nb_tranches - 1)
sample :ambi_choir, amp: 0.25, rate: [1,-1].choose, beat_stretch: rrand(5.2, 8)
sleep duree_tranche + rrand(1.3, 2.9)
end
end
end

credits

from Tour de Pi, released March 12, 2020

license

tags

about

enkid0 Montpellier, France

Programmer, sound coder, universes writer and other-stuff-er.

--Other music--
Collab with JB Project here:
jbd0.bandcamp.com

Utility music for agile meetings here:
scummaster.bandcamp.com
... more

contact / help

Contact enkid0

Streaming and
Download help

Report this track or account

If you like enkid0, you may also like: