Niederlande

Der Niederlande-Sound von Anton

Mein Song beginnt mit dem für alle Songs vorgeschriebenen Intro was die guten und schlechten Zeiten von Europa darstellen soll. Daraufhin kommt eine Sekunde das Schweigens und im Hintergrund hört man Meeresgeräusche,
die ich für angemessen Empfunden habe, da Holland an der Nordsee liegt.

3. times do
  with_fx :reverb, amp: 0.2, mix: 0.5 do
    s = synth [:bnoise, :cnoise, :gnoise].choose, amp: rrand(0.5, 1.5), 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.5, 1)
    control s, pan: rrand(-1, 1), cutoff: rrand(60, 115)
    sleep rrand(2, 3)
  end
end

Danach hört man ein fröhliches und Entspanntes Klaviersolo, welches dem guten Wetter, der guten Stimmung und den guten Seiten des Cannabis Konsums gewidmet ist.

in_thread do
  use_bpm 145
  use_synth :piano
  with_fx :reverb do
    with_transpose -9 do
      1. times do
        1.times do
          2. times do
            1. times do
              play_pattern_timed [:a4, :e5, :a5, :b5, :c6, :d6], [0.5, 0.5, 0.5, 1, 1, 0.5], amp: 0.25, sustain: 2
            end
            1. times do
              play_pattern_timed [:a4, :f5, :c6, :b5, :c6, :b5], [0.5, 0.5, 0.5, 1, 1, 0.5], amp: 0.25, sustain: 2
            end
          end
          1. times do
            1. times do
              play_pattern_timed [:f4, :c5, :a5, :b5, :c6, :d6], [0.5, 0.5, 0.5, 1, 1, 0.5], amp: 0.25, sustain: 2
            end
            1. times do
              play_pattern_timed [:f4, :d5, :c5, :b5, :c6, :b6], [0.5, 0.5, 0.5, 1, 1, 0.5], amp: 0.25, sustain: 2
            end
          end
          1. times do
            1. times do
              play_pattern_timed [:f4, :e5, :a5, :b5, :c6, :c6], [0.5, 0.5, 0.5, 1, 1, 0.5], amp: 0.25, sustain: 2
            end
            1. times do
              play_pattern_timed [:e4, :b5, :b5, :a5, :gs5, :a5], [0.5, 0.5, 0.5, 1, 1, 0.5], amp: 0.25, sustain: 2
            end
          end
        end
      end
    end
  end
  stop
end

So schnell wie das Solo jedoch angefangen hat, so schnell endet es auch, und es beginnt ein schweres, Bass lastiges und negatives Klaviersolo welches die extrem negativen und gefährlichen Seiten des Konsums und allgemein für die Holländische Drogenszene stehen soll.

in_thread do
  live_loop :background do
    sample :ambi_dark_woosh
    sample :loop_garzul
    use_synth :prophet
    play :c1, release: 4, cutoff: rrand(70, 130)
    sleep 4
    play :c2, release: 4, cutoff: rrand(70, 130)
  end
  
  live_loop :middle do
    sample :ambi_dark_woosh
    sync :background
    use_random_seed 4923
    use_synth :tb303
    notes = (scale :c2, :minor_pentatonic, num_octaves: 1)
    sleep 4
    8.times do
      play notes.choose, release: 1, cutoff: rrand(30, 50), amp: 0.3
      sleep 0.5
    end
    
    sleep 4
    
    8.times do
      play notes.choose, release: 1, cutoff: rrand(30, 50), amp: 0.3
      sleep 0.5
    end
  end
end

Der Song endet extrem Abrupt, was eine Metapher für das Leben sein soll, da dieses extrem abrupt enden könnte und außerdem eine Anspielung auf die EU ist, da vor allem jetzt, dem Brexit usw. die Lage instabil wird und Europa auch zusammenbrechen kann.

Quellen:

https://www.holland.com/de/tourist.htm

https://de.wikipedia.org/wiki/Niederlande

https://www.holland.com/de/tourist/information/alles-uber-die-niederlande.htm

PS: Ich habe versucht Sound samples in diese Seite einzubinden, doch leider nimmt WordPress weder .mp3 noch .wav an, weshalb diese nun doch nicht vorhanden sind.

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