Show Menu
Cheatography

Sonic Pi Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Samples

sample
play a sample

Synths

use_synth
with_synth

Effects

with_fx
 

Random

rand(max)
random float up to max (or in range)
rand_i(max)
random int up to max (or in range)
dice(sides)
random int between 1 and sides

Timing

 
 

Minecraft

 

Notes