Douce alitanie

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: 30
set_mixer_control! amp: 0.8
duree_intro = 7
duree_tranche = duree_intro * 4
duree_acte = duree_tranche * 3
duree_morceau = duree_acte * 3
duree_outro = duree_intro * 2
duree_totale = duree_intro + duree_morceau + duree_outro
print "durée totale: ", duree_totale / 60, " mn et", duree_totale % 60, " s"

continuer = true

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


in_thread do
use_synth :hollow
bourdon = play 42,
note_slide: 24,
attack: duree_intro * 2, sustain: duree_morceau - duree_intro, release: duree_outro, amp: 0.3

in_thread do
while continuer == true
sleep rrand(30, 42)
control bourdon, note: rrand(41, 43)
control bourdon, amp: rrand(0.25, 0.35)
end
end
end

in_thread do
with_fx :panslicer, pan_min: -0.2, pan_min_slide: 0.3, pan_max: 0.2, pan_max_slide: 0.3, phase: 0.3, phase_slide: 0.5, smooth: 0.8, mix: 0, mix_slide: 0.7 do |panslicer|
with_fx :hpf, cutoff: 30, cutoff_slide: 3.1, mix: 0, mix_slide: 2 do |hpf|
with_fx :lpf, cutoff: 130, cutoff_slide: 2.9, mix: 0, mix_slide: 2.1 do |lpf|

use_synth :dark_ambience
fluctuante = play 25,
note_slide: 7,
attack: duree_intro, sustain: duree_morceau, release: duree_outro,
amp: 0.5, amp_slide: 3.3

in_thread do
while continuer == true
sleep rrand(4, 8)
control lpf, cutoff: rrand(30,130), mix: rrand(0.2, 0.8)
sleep rrand(5, 10)
control hpf, cutoff: rrand(30,130), mix: rrand(0.2, 0.8)
sleep rrand(6, 12)
control panslicer, pan_min: rrand(-0.45, 0), pan_max: rrand(0, 0.45), mix: rrand(0, 0.3)
end
end

in_thread do
while continuer == true
sleep rrand(9, 21)
control fluctuante, note: rrand(21, 29)
control fluctuante, amp: rrand(0.4, 0.6)
end
end
end
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: