| Name | addPhraseNoteList( ) |
| Syntax | addPhraseNoteList(String phraseTitle, float[][] notes); |
| Example |
Etude e = new Etude(this); |
| Parameters | phraseTitle:string notes: float[ ][ ] |
| Return | none |
| Usage | web & application |
| Description | Add a list of notes to a phrase. A single note is a float array where the first index is the pitch value and the second index is the rhytm value. |