Skip to content

Instantly share code, notes, and snippets.

@TuxedoCat619
TuxedoCat619 / SONIC PI CODE - LIST OF COMMANDS
Last active June 19, 2022 18:52
SONIC PI CODE - LIST OF COMMANDS
#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
@TuxedoCat619
TuxedoCat619 / SPHERES 2 - DARK AMBIENCE
Created November 1, 2021 07:26
SPHERES 2 - DARK AMBIENCE
# 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
@TuxedoCat619
TuxedoCat619 / SPHERES - SONIC PI CODE
Last active November 3, 2021 06:13
SPHERES - SONIC PI CODE
# 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
@TuxedoCat619
TuxedoCat619 / gist:eade13c2076a606ff873c62403f07d59
Created October 29, 2021 23:19
SONIC PI CODE COMPILATION
# 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