Skip to content

Latest commit

 

History

History
 
 

4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Sonic Pi Sonic-Pi

##Composing with code For this task you will need to use your raspberry pi with sonic pi installed.

#####Installing Version 1 Enter the following commands at the terminal.

sudo apt-get update
sudo apt-get install sonic-pi

Sonic pi should now be available in you menu, under education.

#####Installing Version 2 (better) This is still in testing and needs to be installed following instructions here

##Grading

Grade What must I do?
D I can create a simple tune using a combination of play and sleep
C I have created a more complex composition using simple loops.
B I have used threads, loops, different synths and effects to create a composition
A/A* I have coded a compostion which uses a wide range of techniques to create something awesome (and geeky)!

##The task This open task requires you to use sonic pi to produce a piece of music using code. What you produce is entirely up to you. Remember to:

  • Comment your code (not every line, just sections)
  • Test your code
  • Upload your complete code to composition.rb

##Resources Use these resources to help you: