Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A Sonic Pi live loop that plays a steady bass drum beat, demonstrating real-time modification during performance.
live_loop :beat do
play 36, release: 0.2
sleep 1
endSonic Pi is a live coding environment designed for creating music through code. It allows users to write Ruby-based scripts that generate real-time audio, enabling both learning and performance in music programming.
Origin & Creator
Created by Sam Aaron at the University of Cambridge, first released in 2012, inspired by the use of live coding for both education and performance.
Industrial Note
Primarily used in education, music performance, workshops, and experimental art; rarely used in mainstream music production but influential in live coding communities.