First lines of codes: "war and a crow!"

Hello, some lines of code of a newbie…It’s very dark but it works! Maybe, someone can improve it? Thanks if you try it :grinning:
Beryann :wink:*

in_thread do
  
  with_fx :reverb do
    loop do
      sample :sn_zome , amp: rand_i, rate: rand, pan: rand
      sleep 1
      sample :misc_crow, amp: rand, pan: rand, rate: rand
      sleep 1
      sample :vinyl_hiss,amp: rand
      
    end
  end
end


1 Like

Nice work @beryann! If you’re ok with a suggestion, I recommend you read Section 9.2 of the tutorial on live_loops to make this more simple and flexible.

1 Like

Hello Sam! it’s a real pleasure for me that you tried this modest contribution!! :grinning:
Ok sur that it can be improved and I’ll look at this precisely, thanks Sam
I am preparing a compilation (in french) of your tutos in Sonic Pi with those (in english this time) of Mr Bomb (the google docs one!) . The tutos in line are awesome but to have the possibility to read them in a paper version is great too! :wink:
And Sonic Pi is absolutly a great program :melting_face:
Have a great day!
Beryann

1 Like