Music

Icons & Hints Examples
Hints: Use this to play C. This piece of code plays C, C#, D, D#, E and F as quarter notes in the standard scale.
Hints: Use this to play C#. This piece of code plays C, C#, D, D#, E and F as quarter notes in the standard scale.
Hints: Use this to play D. This piece of code plays C, C#, D, D#, E and F as quarter notes in the standard scale.
Hints: Use this to play D#. This piece of code plays C, C#, D, D#, E and F as quarter notes in the standard scale.
Hints: Use this to play E. This piece of code plays C, C#, D, D#, E and F as quarter notes in the standard scale.
Hints: Use this to play F. This piece of code plays C, C#, D, D#, E and F as quarter notes in the standard scale.
Hints: Use this to play F#. This piece of code plays F#, G, G#, A, A#, and B as quarter notes in the standard scale.
Hints: Use this to play G. This piece of code plays F#, G, G#, A, A#, and B as quarter notes in the standard scale.
Hints: Use this to play G#. This piece of code plays F#, G, G#, A, A#, and B as quarter notes in the standard scale.
Hints: Use this to play A. This piece of code plays F#, G, G#, A, A#, and B as quarter notes in the standard scale.
Hints: Use this to play A#. This piece of code plays F#, G, G#, A, A#, and B as quarter notes in the standard scale.
Hints: Use this to play B. This piece of code plays F#, G, G#, A, A#, and B as quarter notes in the standard scale.
Hints: Use this to play a rest, or pause. This piece of code would start a loop that would continuously play the note C and a rest until the number of touches and releases was 10 (the default).
Hints: Use this to play any note by choosing a frequency and duration. This piece of code plays a whole note at the frequency specified by the constant (540) wired in.
Hints: Use this to play the music stored on the red scroll. If you haven't stored any music to the red scroll in piano player, the red scroll will play Frere Jacques. This piece of code plays the music on the red scroll then a quarter rest and the note C.
Hints: Use this to play the music stored on the blue scroll. If you haven't stored any music to the blue scroll in piano player, the blue scroll will play Row, Row, Row Your Boat. This piece of code plays the music on the blue scroll then a quarter rest and the note C.
Hints: Use this to play the music stored on the yellow scroll. If you haven't stored any music to the yellow scroll in piano player, the yellow scroll will play Twinkle Twinkle Little Star. This piece of code plays the music on the yellow scroll then a quarter rest and the note C.
Hints: Use this to play a song file you have saved. This piece of code brings up a dialog box for you to choose a song. Then, it plays that song.
Hints: Use this to play a note in octaves above the standard octave. String several of these together to play several octaves above standard. This icon is used as a modifier. This piece of code plays C one octave above standard, then in the standard octave, then one octave below standard.
Hints: Use this to play a note in octaves below the standard octave. String several of these together to play several octaves below standard. This icon is used as a modifier. This piece of code plays C one octave above standard, then in the standard octave, then one octave below standard.
Hints: Use this to play sixteenth notes. This icon is used as a modifier. This piece of code plays C as a sixteenth note, D as an eighth note, E as a quarter note, F as a half note, and G as a whole note in the standard scale.
Hints: Use this to play eighth notes. This icon is used as a modifier. This piece of code plays C as a sixteenth note, D as an eighth note, E as a quarter note, F as a half note, and G as a whole note in the standard scale.
Hints: Use this to play quarter notes. This icon is used as a modifier. This piece of code plays C as a sixteenth note, D as an eighth note, E as a quarter note, F as a half note, and G as a whole note in the standard scale.
Hints: Use this to play half notes. This icon is used as a modifier. This piece of code plays C as a sixteenth note, D as an eighth note, E as a quarter note, F as a half note, and G as a whole note in the standard scale.
Hints: Use this to play whole notes. This icon is used as a modifier. This piece of code plays C as a sixteenth note, D as an eighth note, E as a quarter note, F as a half note, and G as a whole note in the standard scale.