Free Download Code Music With Sonic Pi

  1. Posted here will be music files for use with Sonic-Pi on the Raspberry Pi. If you have the Sonic-Pi music program isntalled (it is on the latest distribution for Raspian) you can start it up from the Graphic Desktop (there is a link under Education on the Start Menu).
  2. Learn to code musical masterpieces with the creator of Sonic Pi in the 4th MagPi Essentials book. Sam Aaron, the creator of Sonic Pi, has written this book to complement the software's built-in tutorial and to help you jump-start your live-coding career.
  1. Free Download Code Music With Sonic Pie
  2. Free Download Code Music With Sonic Pictures
  3. Sonic Pi Music Code
Permalink

Join GitHub today

Code

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign upSonic pi songs code
Branch:master
Find file Copy path
Fetching contributors…

LIVE CODING EDUCATION Join Sonic Pi creator and live performer Sam Aaron as he introduces us to the joys of live-coding music on the Raspberry Pi SAM AARON Sam is the creator of Sonic Pi. By day he’s a research associate at the University of Cambridge Computer Laboratory; by night he writes code for people to dance to.

#Legend of Zelda
#Song of Storms
#Coded by Davids Fiddle
use_bpm 120
#Melody
melody = [:d4,:f4,:d5,:d4,:f4,:d5,:e5,:f5,:e5,:f5,:e5,:c5,:a4,:a4,:d4,:f4,:g4,:a4,:a4,:d4,:f4,:g4,:e4]
times = [0.5,0.5,2,0.5,0.5,2,1.5,0.5,0.5,0.5,0.5,0.5,2,1,1,0.5,0.5,3,1,1,0.5,0.5,3]
in_thread do
use_synth :chiplead
2.times do
2.times do
sleep 1
play :d4
play :f4
play :a4
sleep 1
play :d4
play :f4
play :a4
sleep 1
sleep 0.5
play :e4
sleep 0.5
play :g4, release: 1.5
play :b4, release: 1.5
sleep 2
sleep 1
play :f4
play :a4
play :c5
sleep 1
play :f4
play :a4
play :c5
sleep 1
sleep 0.5
play :e4
sleep 0.5
play :g4, release: 1.5
play :b4, release: 1.5
sleep 2
end
2.times do
play_pattern_timed melody, times
end
end
#ending chord
play :d3, release: 1.5
play :fs3, release: 1.5
play :a3, release: 1.5
play :d4, release: 1.5
play :a4, release: 1.5
end
#Harmony
in_thread do
use_synth :chipbass
with_fx :reverb do
2.times do
2.times do
play_pattern_timed [:d3, :e3, :f3, :e3], [3,3,3,3]
end
2.times do
play :d3
sleep 1
play :f3
play :a3
sleep 1
play :f3
play :a3
sleep 1
play :e3
sleep 1
play :g3
play :b3
sleep 1
play :g3
play :b3
sleep 1
play :f3
sleep 1
play :a3
play :c4
sleep 1
play :a3
play :c4
sleep 1
play :e3
sleep 1
play :g3
play :b3
sleep 1
play :g3
play :b3
sleep 1
play :bb2
sleep 1
play :d3
play :f3
sleep 1
play :d3
play :f3
sleep 1
play :f2
sleep 1
play :a2
play :c3
sleep 1
play :a2
play :c3
sleep 1
play :bb2
sleep 1
play :d3
play :f3
sleep 1
play :d3
play :f3
sleep 1
play :a2
sleep 1
play :db3
play :e3
sleep 1
play :db3
play :e3
sleep 1
end
end
end
#ending chord
play :d2, release: 1.5
end
  • Copy lines
  • Copy permalink

Sonic Pi is a code-based music creation and performance tool.

Free Download Code Music With Sonic Pi


Simple enough for computing and music lessons.
Powerful enough for professional musicians.
Free to download with a friendly tutorial.
Diverse community of over 1.5 million live coders.

Learn to code creatively by composing or performing music in an incredible range of styles from Classical & Jazz to Grime & EDM.

Free Download Code Music With Sonic Pie

Brought to you by Sam Aaron and the Sonic Pi Core Team

Free Download Code Music With Sonic Pictures

Please support us on Patreon to help keep Sonic Pi free.
We currently have 542 out of 1000 supporters needed to continue.


Sonic Pi Music Code

Originally created at the
University of Cambridge Computer Laboratory.
Developed with kind support from many contributors and generous Patreon supporters.
Sonic Pi is an Open Source Project released under the MIT Licence.