We are continuing our Sonic Pi unit this week.
- Multiple Live_Loops
- Copy the colored code below into Sonic Pi:
- live_loop :beat do
# with_fx :bitcrusher do
sample :bd_fat, rate: 1
sleep 0.5
# end
endlive_loop :cymbal do
# with_fx :bitcrusher do
sample :bd_tek, rate: 1
sleep 1.0
# end
endlive_loop :notes1 do
with_fx :bitcrusher do
sample :guit_e_fifths, rate: 1
sleep 6.0
end
end - Play this code, then change parts of the code to make it your own.
- When you record a NEW song, only change one thing for each time you press RUN. Your song will change over time, but not enough to make listeners think your song ended and a new song began.
- Recording and uploading
- Use the RECORD button, not the SAVE button!
- Song SHOULD NOT BE LONGER THAN 3 MINUTES! (Aim for 2 minutes at the most.)
- Song name should include:
- Your name
- Your grade
- Your homeroom
- Use this form to upload it.
- This folder has the uploads of your first song attempts.
- Use the RECORD button, not the SAVE button!