-
Begin reading the following lessons of the EarSketch documentation in Unit 2.
- 2.1.0 Sections and Form
- 2.1.1 A-B-A form
- 2.1.2 Custom Functions
-
Answer the following questions, based on the reading:
- Why might it be useful to group sections of music into functions?
- Write the code for defining a
verse()
function that takes in 5 parameters:drums
,guitar
,bass
,startMeasure
, andendMeasure
.