Lab 5.04

Create a new EarSketch project that meets the requirements below. Include your name and project description at the top of the file.

  • Create two functions. Both functions should use fitMedia() and makeBeat() at least once.
    • sectionA() function
      • Use parameters for the audio clip variable(s), starting measures, and ending measures.
      • This function should have at least 3 tracks.
    • sectionB() function
      • Use parameters for starting and ending measures.
      • This function should have at least 2 tracks.
  • Call both functions in an alternating pattern at least three times (ABABAB)
  • Use comments to outline and describe your code.

The above is taken from the earsketch teaching resources.