Difference between revisions of "Sonic Pi Tips"

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Sonic Pi is a code-based music creation and live performance tool.'''
+
'''Sonic Pi is a code-based music creation and live performance tool.''' It is free and open-source software (FOSS).
 
 
It is free and open-source software (FOSS).
 
 
 
Versions of Sonic Pi are available for Windows (10 and 11), MacOS (both Intel and Apple Silicon), and Raspberry PI OS.
 
  
 
It can be used by anyone, "including programmers who don't know music, and musicians who don't know programming."
 
It can be used by anyone, "including programmers who don't know music, and musicians who don't know programming."
  
Sam Aaron developed the program in collaboration with Raspberry Pi Foundation.
+
Dr. Sam Aaron developed the program in collaboration with Raspberry Pi Foundation.
 
<br>
 
<br>
 
<br>
 
<br>
Line 14: Line 10:
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<br>
 
<br>
[[File:Sonic_Pi_logo.png|120x120px|thumb|'''Sonic Pi<br>desktop icon''']]
+
[[File:Burst.png|alt=Welcome banner|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]]
  
 
== Tips==
 
== Tips==
*Sonic Pi is based on the programming language Ruby, and files are saved with ".rb" extension
+
*Sonic Pi is based on the programming language Ruby, and files are saved with ".rb" extension.
*However, using Sonic Pi does not require any previous programming experience.
+
*Versions of Sonic Pi are available for Windows (10 and 11), MacOS (both Intel and Apple Silicon), and Raspberry Pi OS.
  
==Training ==
+
== Training ==
 
'''Links to sonic-pi.net:'''
 
'''Links to sonic-pi.net:'''
=== [https://sonic-pi.net/tutorial.html Sonic Pi Tutorial] ===
+
===[https://sonic-pi.net/tutorial.html Sonic Pi Tutorial]===
=== [https://sonic-pi.net/ Sonic Pi Official Site] ===
+
===[https://sonic-pi.net/ Sonic Pi Official Site]===
  
 
'''Links to other external sites:'''
 
'''Links to other external sites:'''
:'''[https://magpi.raspberrypi.com/books/essentials-sonic-pi-v1 Essentials - Code Music with Sonic Pi]''' -- free pdf from raspberrypi.com
+
:'''[https://magpi.raspberrypi.com/books/essentials-sonic-pi-v1 Essentials - Code Music with Sonic Pi]''' free pdf from magpi.raspberrypi.com
:'''[https://cheatography.com/samaaron/cheat-sheets/sonic-pi-basic-starter/ Basic Starter Cheat Sheet]''' by samaaron on cheatography (lots of ads)
 
 
:'''[[wikipedia:Sonic_Pi|Sonic Pi]]''' — on Wikipedia
 
:'''[[wikipedia:Sonic_Pi|Sonic Pi]]''' — on Wikipedia
:'''[[wikipedia:List_of_free_and_open-source_software_packages|List of free and open-source software packages]]''' — on Wikipedia
 
  
 
==Related Pages==
 
==Related Pages==
Line 36: Line 30:
  
 
:[[Raspberry Pi|<span style="color:#ffffff; background:#864199">&nbsp;&nbsp;'''Raspberry Pi'''&nbsp;&nbsp;</span>]]
 
:[[Raspberry Pi|<span style="color:#ffffff; background:#864199">&nbsp;&nbsp;'''Raspberry Pi'''&nbsp;&nbsp;</span>]]
:[[Electronics|<span style="color:#FFFFFF; background:#864199">&nbsp;&nbsp;'''Electronics'''&nbsp;&nbsp;</span>]]
+
:[[Computers — Ubuntu|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Ubuntu'''&nbsp;&nbsp;</span>]]
 
:[[Computers|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Windows'''&nbsp;&nbsp;</span>]]
 
:[[Computers|<span style="color:#000000; background:#D0DD27">&nbsp;&nbsp;'''Computers — Windows'''&nbsp;&nbsp;</span>]]
  
 
==Hand-Curated Links==
 
==Hand-Curated Links==
'''Links to YouTube:'''
+
 
 +
=== Links to YouTube===
 
:'''[https://www.youtube.com/@SamAaron Sam Aaron live coding]'''
 
:'''[https://www.youtube.com/@SamAaron Sam Aaron live coding]'''
 
:'''[https://www.youtube.com/watch?v=TK1mBqKvIyU TEDx Talks]''' — Programming as Performance
 
:'''[https://www.youtube.com/watch?v=TK1mBqKvIyU TEDx Talks]''' — Programming as Performance
'''Links to raspberrypi.org:'''
+
 
 +
=== Links to raspberrypi.org===
 
:'''[https://projects.raspberrypi.org/en/projects/getting-started-with-sonic-pi Getting Started With Sonic Pi]'''
 
:'''[https://projects.raspberrypi.org/en/projects/getting-started-with-sonic-pi Getting Started With Sonic Pi]'''
 
:'''[https://projects.raspberrypi.org/en/projects?interests%5B%5D=music&software%5B%5D=sonic-pi Sonic Pi Projects]'''
 
:'''[https://projects.raspberrypi.org/en/projects?interests%5B%5D=music&software%5B%5D=sonic-pi Sonic Pi Projects]'''
'''Links to other external sites:'''
+
 
 +
=== Links to other external sites===
 
:'''[https://www.techagekids.com/2016/11/computer-programmed-music-for-kids.html Computer Programmed Music for Kids]'''
 
:'''[https://www.techagekids.com/2016/11/computer-programmed-music-for-kids.html Computer Programmed Music for Kids]'''
:'''[https://chuck.cs.princeton.edu/ ChucK]''' and '''[https://chuck.cs.princeton.edu/webchuck/ WebChucK]'''— programming alternative to Sonic Pi
+
:'''[https://chuck.cs.princeton.edu/ ChucK]''' and '''[https://chuck.cs.princeton.edu/webchuck/ WebChucK]'''— programming alternatives to Sonic Pi
  
 
==For Additional Help ==
 
==For Additional Help ==

Latest revision as of 20:14, 7 September 2024

Sonic Pi is a code-based music creation and live performance tool. It is free and open-source software (FOSS).

It can be used by anyone, "including programmers who don't know music, and musicians who don't know programming."

Dr. Sam Aaron developed the program in collaboration with Raspberry Pi Foundation.

Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.

 


Welcome banner

Tips

  • Sonic Pi is based on the programming language Ruby, and files are saved with ".rb" extension.
  • Versions of Sonic Pi are available for Windows (10 and 11), MacOS (both Intel and Apple Silicon), and Raspberry Pi OS.

Training

Links to sonic-pi.net:

Sonic Pi Tutorial

Sonic Pi Official Site

Links to other external sites:

Essentials - Code Music with Sonic Pi — free pdf from magpi.raspberrypi.com
Sonic Pi — on Wikipedia

Related Pages

Links to related PPM Wiki pages:

GitHub Tips
  Raspberry Pi  
  Computers — Ubuntu  
  Computers — Windows  

Hand-Curated Links

Links to YouTube

Sam Aaron live coding
TEDx Talks — Programming as Performance

Links to raspberrypi.org

Getting Started With Sonic Pi
Sonic Pi Projects

Links to other external sites

Computer Programmed Music for Kids
ChucK and WebChucK— programming alternatives to Sonic Pi

For Additional Help

Use the PPM Slack channel #computing
List of all PPM Slack channels
Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.

Search the PPM Wiki — include Content pages as well as Multimedia.

Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.

Pikes Peak Makerspace (PPM) is dedicated to supporting our maker community in their creative processes by providing shared space, shared tools, materials, software, and a knowledge base to turn their ideas into reality.