Learn a NEW FUNCTION!
void customSound(){
// Create your own sound settings
setWaveform(SINE);
setOctave(4);
setScale(MINOR);
}
Explore the world of sound synthesis and create your own musical experiences!

void customSound(){
// Create your own sound settings
setWaveform(SINE);
setOctave(4);
setScale(MINOR);
}
Explore the world of sound synthesis and create your own musical experiences!