4. Moving from simple beeps to powerful synthesisers
Lesson Summary
Welcome to section four of the Sonic Pi introduction. In this lesson, we're going to learn how to change synthesisers to explore new and exciting sounds beyond the basic beep.
- We've learned the
play
command to play a note with a specified pitch. - Basic options like release, sustain, and attack can change the duration and amplitude of the sound over time.
- By using the
use_synth
command, we can switch between different built-in synthesisers like:chiplead
or:dsaw
.
Each synthesizer in Sonic Pi has its unique set of options beyond the standard attack, sustain, and release.
- Options like
amp:
control the amplitude of the sound whilecutoff:
sets the highest frequency allowed. - Experimenting with different values may lead to interesting sounds, but Sonic Pi will give warnings if values are out of range.
Explore different synthesisers, adjust options, and save your favorite combinations for later use in compositions. Have fun experimenting!