klaus31 / music

music made with sonic pi
The Unlicense
0 stars 0 forks source link

song-00 experimental #7

Open klaus31 opened 8 years ago

klaus31 commented 8 years ago

mach mal geilen scheiß mit

global_tempo = 1

in_thread do
  4.times do
    global_tempo = (inc global_tempo)
    sleep 1
  end
end

in_thread do
  4.times do
    print global_tempo
    sleep 1
  end
end

je nach race condition gibt's für das tempo im zweiten thread einen anderen wert -> die musik läuft etwas auseinander.