This program helps a person transcribing music to build a list of note values and durations that can be used to play MIDI music in a Scratch project. I'm using this to build music for my Christmas music box project and I'm putting on the web for safekeeping. Never know when those disk drives are going to fail! Controls: ====== Up/Down Arrows: Set the Sharp/Flat/Natural Left/Rigth Arrows: Set the note duration Mouse Click on Staff to enter a note Play Button: Play back the music Rest Button: Insert a rest at the current note duration. Nothing is printed on the staff. Clear Button: Clear the staff so you can enter more notes. Delete Button: Delete the last note entered into the Notes list. Green Flag to delete the list of notes Once the list is populated with values, right-click on it and export the list. Then, drop the Music Player sprite onto the project and import the list of notes. Technical Notes: ============ The note durations are stored in the fractional portion of the list values. I have set it up as 32 is a whole note, 16 half note and so on. Once you have built a list of notes, right-click on the Notes list viewer and Export the list to a text file. Then, import it into a project that has the Music Player sprite.