Lab 07: Playing Music in Java

Concepts

  1. Set up Eclipse to pull the provided code from the course’s SVN repository.
  2. The format and meaning of ABC notation explained on the lab webpage.
  3. Traditional music notation may have modifiers (tempo, key, etc) that change the sound that a given note should produce. MIDI has no notion of these modifiers, so you must be sure to properly apply any modifiers in the ABC file to the notes before setting them up to play via MIDI.

Quotes

  1. None

Resources

  1. Lab 07 webpage: http://www.clear.rice.edu/comp310/f12/labs/lab07/
  2. Setting up Eclipse to load the provided code: http://www.clear.rice.edu/comp310/f12/assignments/hw06/setup.html