Höre dir hier das Lied an
Der Belgien-Sound von Duy

Der Belgien-Sound soll das klassische Belgien wiederspiegeln. Der Wind soll die Atmosphäre der Küste symbolisieren. Der „drumbeat“ soll den gleichmäßigen Rhythmus der Wellen zeigen, außerdem soll er entspannend auf den Zuhörer wirken. Der Anfang soll die Freiheit darstellen. Ein Beispiel dafür sind die zwitschernden Vögel.
in_thread do
#Vogelgetzwitscher
5. times do
use_synth :birdy
with_fx :gverb do
with_fx :hpf, cutoff: 100 do
with_fx :wobble, wave: 3, phase: 0.1 do
use_synth :fm
use_synth_defaults amp: rrand(0, 0.3), divisor: 170, depth: rrand_i(20, 80)
play (knit :e1, 2, :c2, 3, :c1, 3).choose, sustain: 2, decay: 1, pan: rrand(-1,1)
sleep rrand_i(1, 4)
end
end
end
end
5. times do
#Wind von Lynn und Eva
use_synth :dark_ambience
play 28 ,release: 7
sample :ambi_swoosh, amp: 1,attack: 7, attack_level: 6, decay: 1, sustain: 2, release: 6
use_synth :dark_ambience
play 52 ,release: 7
#Wind von Noura und Lea
sample :ambi_dark_woosh
use_synth :bnoise
play rrand_i(10, 40)
sleep rrand(0.5, 2)
end
end
in_thread do
loop do
2. times do
sample :elec_soft_kick, amp: 0.5
sleep 0.25
end
sleep 18
in_thread do
with_fx :reverb, mix: 0.5 do
live_loop:first do
s = synth [:bnoise, :cnoise, :gnoise].choose, amp: rrand(-3, -2), attack: rrand(0, 4), sustain: rrand(0, 2), release: rrand(1, 3), cutoff_slide: rrand(0, 3), cutoff: rrand(60, 80), pan: rrand(-1, 1), pan_slide: 1, amp: rrand(0.09, 0.2)
control s, pan: rrand(-1, 1), cutoff: rrand(70, 100)
sleep rrand(1, 2)
end
live_loop :kik do
sample :drum_bass_hard
sleep 0.5
end
live_loop :snare do
sleep 0.5
sample :drum_snare_hard
sleep 0.5
end
live_loop :hihat do
sync :kik
sample :drum_cymbal_closed
sleep 0.5
sample :drum_cymbal_closed
sleep 0.5
sample :drum_cymbal_closed
sleep 0.5
sample :drum_cymbal_closed
sleep 0.5
end
end
end
end
end
Linkliste :
https://de.wikipedia.org/wiki/Belgien