|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSongPart
| Field Summary | |
SongNode |
myList
|
jm.music.data.Part |
myPart
|
| Constructor Summary | |
SongPart(int instrument,
SongNode startNode)
Construct a SongPart |
|
| Method Summary | |
jm.music.data.Phrase |
collect()
Collect parts of this SongPart |
void |
show()
Collect all notes in this SongPart and open it up for viewing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public jm.music.data.Part myPart
public SongNode myList
| Constructor Detail |
public SongPart(int instrument,
SongNode startNode)
instrument - MIDI instrument (program)startNode - where the song list starts from| Method Detail |
public jm.music.data.Phrase collect()
public void show()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||