|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectSongPart
public class SongPart
Class that represents a part of a song
| Constructor Summary | |
|---|---|
SongPart(int instrument,
SongNode startNode)
Construct a SongPart |
|
| Method Summary | |
|---|---|
jm.music.data.Phrase |
collect()
Collect parts of this SongPart |
jm.music.data.Part |
getMyPart()
Method to get the part |
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 |
| 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.Part getMyPart()
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 | |||||||