We are continuing our Sonic Pi unit this week.
- Recording and uploading
- 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.
- Special effects
- Place inside a live_loop
- Sample:
live_loop :test do
# with_fx :wobble do
sample :ambi_choir, rate: 1
sleep 0.5
# end
end - Play this code, then delete the two hashtags (#) and play again to hear the difference.
- Change " :wobble" to other fx to see what they sound like.
- Unlike live_loop, the name you use is important. Fortunately, Sonic-Pi can auto-complete for you