This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Sonic Pi Command List | |
#Copy and Paste from this command list into your sonic pi file | |
#Use the command play to play a note using the default synth | |
#play note (symbol_or_number) | |
#Usage: | |
play 60 #midinote 60 or middle c | |
play :c4 #create a symbol by typing colon then the note name and an octave designation | |
play :e5, release: 2, amp: 0.5 #you can add parameters as well |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Coded by SonicPit | |
# | |
# Taken from "Beats basteln wie die Großen" | |
# c't 13/2017 | |
# Note: requires a powerful machine to run smoothly. | |
use_bpm 40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Coded by SonicPit | |
# | |
# Taken from "Beats basteln wie die Großen" | |
# c't 13/2017 | |
# Note: requires a powerful machine to run smoothly. | |
use_bpm 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Coded by SonicPit | |
# | |
# Taken from "Beats basteln wie die Großen" | |
# c't 13/2017 | |
# Note: requires a powerful machine to run smoothly. | |
use_bpm 70 |