Examining the starting fileAdding sliders to the projectThe Sound, SoundChannel, and SoundTransform classesCreating Sound, SoundChannel, and SoundTransform instancesAdding more variablesCreating the songList arraySetting the song titles using a for loopModifying text fields with the replace() methodMaking the sliders invisible until neededProgramming the buttons to select songsAdding event listeners to the song buttonsCreating the chooseSong() functionCreating a switch statement for the song selectionCreating a Sound class instance and checking for existing instancesLoading a sound into a Sound instanceCreating the SoundChannel and SoundTransform instancesControlling the visibility of the volume and pan controlsAdding a listener for the ID3 tags of an MP3 fileCreating the id3Handler() functionAdding the Artist and Album informationAdding a text format objectAdding the slider controlsAdding the volumeChange() and panChange() functionsSome suggestions to try on your ownReview questionsReview answers