Simple Ambient Loop - Sonic-pi Typing CST Test
Loading…
Simple Ambient Loop — Sonic-pi Code
Creates a looping ambient soundscape using synths and sleep timings.
use_synth :hollow
loop do
play 60
sleep 1
play 65
sleep 1.5
play 69
sleep 0.75
endSonic-pi Language Guide
Sonic Pi is a live coding environment designed for creating music using code. It allows users to compose, perform, and experiment with sounds in real-time, blending programming with musical creativity.
Primary Use Cases
- ▸Teaching coding through music in schools and workshops
- ▸Live coding performances and concerts
- ▸Composing experimental electronic music
- ▸Creating interactive sound installations
- ▸Learning synthesis, loops, and algorithmic composition
Notable Features
- ▸Real-time audio synthesis and live coding
- ▸Simple Ruby-based programming syntax
- ▸Built-in samples, synths, and effects
- ▸Support for loops, threads, and concurrency
- ▸Open-source and cross-platform
Origin & Creator
Sonic Pi was created by Sam Aaron in 2011 at the University of Cambridge as a tool for teaching programming through music and live coding performances.
Industrial Note
Primarily used in education, live coding, and music experimentation. It has niche usage in digital art performances and experimental music, rather than mainstream music production.