Slowakei

Der Slowakei-Sound von Parsa

Bei Slowakei denke ich direkt an die Eishöhlen und an das oft schwankende Wetter, wie in Deutschland.

Diesen habe ich durch eine Veränderung des samples „ambi_dark_woosh“, dessen Lautstärke ich gesenkt hab, genauso wie die Rate. Durch die Veränderung der Rate hat sich das Sample komplett anders angehört, als wäre es ein anderes.

#Wind/Echo in Eishöhlen

sleep 15

live_loop :sound do
  sample :ambi_dark_woosh,rate: 0.5,amp: 0.3
  sleep 1
end

Meine Melodie am Anfang hab ich so ähnlich, wie in dem Slowakaischem Volkslied verwendet, genauso wie die drums am Ende.

#Anfangsmelodie

sleep 6
2.times do
  use_synth :saw
  play 70,amp: 0.3
  sleep 1
  play 70,amp: 0.3
  sleep 1
  play 60,amp: 0.3
  sleep 1
  play 65,amp: 0.3
  sleep 1
  play 70,amp: 0.3
  sleep 1
  play 65,amp: 0.3
  sleep 1
  play 70,amp: 0.3
  sleep 1
end
#Drums am Ende

use_bpm 100
in_thread do
  sleep 24
  5.times do
    sample :drum_tom_lo_hard
    sleep 1.5
    sample :drum_heavy_kick
    sleep 0.5
    sample :drum_tom_hi_harded
    sleep 1
    sample :drum_heavy_kick
    sleep 0.5
  end
end

Ich habe also das wetter im Zusammenhang mit der Kultur, dem Volkslied, zu ein Song gemacht.

Meine RFID-Karte habe ich so gestaltet, da in meiner Hymne auch dieselben Eigenschaften des Landes , zu sehen bzw. zu hören sind und ich sie als typisch ansehe.

MEIN KOMPLETTER CODE

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 0.75
  end
end


sleep 15

live_loop :sound do
  sample :ambi_dark_woosh,rate: 0.5,amp: 0.3
  sleep 1
end
sleep 6
2.times do
  use_synth :saw
  play 70,amp: 0.3
  sleep 1
  play 70,amp: 0.3
  sleep 1
  play 60,amp: 0.3
  sleep 1
  play 65,amp: 0.3
  sleep 1
  play 70,amp: 0.3
  sleep 1
  play 65,amp: 0.3
  sleep 1
  play 70,amp: 0.3
  sleep 1
end
use_bpm 100
in_thread do
  4. times do
    use_synth :drums
    sample :drum_heavy_kick
    sleep 1
    sample :drum_snare_hard
    sleep 1
    sample :drum_heavy_kick
    sleep 1
    sample :drum_snare_hard
    sleep 1
  end
end

in_thread do
  16. times do
    use_synth :hihat
    sample :drum_cymbal_closed
    sleep 0.5
    sample :drum_cymbal_pedal
    sleep 0.5
  end
end

use_bpm 150
in_thread do
  sleep 24
  5.times do
    sample :bass_voxy_hit_c
    sleep 0.5
    sample :bass_voxy_hit_c
    sleep 1.0
    sample :bass_voxy_hit_c
    sleep 1.5
  end
end

use_bpm 100
in_thread do
  sleep 24
  5.times do
    sample :drum_tom_lo_hard
    sleep 1.5
    sample :drum_heavy_kick
    sleep 0.5
    sample :drum_tom_hi_harded
    sleep 1
    sample :drum_heavy_kick
    sleep 0.5
  end
end

use_bpm 100
in_thread do
  sleep 47
  3.times do
    sample :bass_drop_c
    sleep 1
    sample :bass_hard_c
    sleep 1
    sample :bass_drop_c
    sleep 2
  end
  
  
  use_bpm 200
  in_thread do
    sleep 60
    3. times do
      use_synth :drums
      sample :drum_heavy_kick
      sleep 1
      sample :drum_snare_hard
      sleep 1
      sample :drum_heavy_kick
      sleep 1
      sample :drum_snare_hard
      sleep 1
    end
  end
end
use_bpm 120



in_thread do
  use_synth :fm
  play :c2, attack: 0, release: 0.25
  sleep 0.25
  play :c2, attack: 0, release: 0.3
  sleep 2
  play :e2
  sleep 0.75
  play :f2
  sleep 1
end
sleep 3
use_bpm 60
sleep 2

with_fx :wobble do
  with_fx :reverb do
    live_loop :bass do
      use_synth :chipbass
      2.times do
        play [:A3, :D2]
        sleep 2
      end
      2.times do
        play [:C3, :G3]
        sleep 2
      end
      2.times do
        play [:G2, :D3]
        sleep 2
      end
      2.times do
        play [:A3, :D2]
        sleep 2
      end
    end
  end
end

sleep 16

live_loop :drum_bass do
  sample :drum_heavy_kick
  sleep 2
end

live_loop :drum_cymbal do
  sleep 2
end

sleep 16

live_loop :drum_tom do
  2.times do
    sample :drum_tom_lo_hard
    sleep 0.25
  end
  sleep 1.5
end









LINK LISTE :

Bildquelle zur Slowakweiflagge

https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSV2egFbO2iCzFdFTVRD2pRfKBtUaKyK24lGTmGQBOipMSU-pACtQ

Bildquelle zur Noten des Volksliedes

https://www.google.com/search?rlz=1C1CHBD_deDE827DE827&q=slowakei+volkslied&tbm=isch&source=univ&sa=X&ved=2ahUKEwi9v6nsu6zhAhWR2aQKHZcOAnoQ7Al6BAgJEBM&biw=1600&bih=789#imgrc=wLz_yGsLbRo4ZM:

Seite zu meiner Informationsquelle

https://www.travelguide.sk/ger/touristische-attraktionen/dobsinska-ladova-jaskyna_44_1.html

Das war mein Blog über meine Slowakei-Hymne.

Erstelle eine Website wie diese mit WordPress.com
Jetzt starten
search previous next tag category expand menu location phone mail time cart zoom edit close