Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/PlayNotes
- Timestamp:
- 02/18/11 13:39:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/PlayNotes
v1 v2 19 19 == Remarks == 20 20 21 * Any application that will use PlayNotes must call OpenBeeeper first. 21 Any application that will use PlayNotes must call OpenBeeeper first. 22 23 The duration of note may be specified such as 8A as an eighth note, 4C and a quarter note. The octave may be specified after the note such as 8A5 to specify an eighth A note octave 5. 24 25 The available notes are limited to: 26 27 Octave 5 - A, B, C, D, E, F, G 28 29 Octave 6 - A, C, E, G 30 31 Octave 7 - C, D, E 32 22 33 23 34 == Examples ==