Class SongPart
java.lang.Object
SongPart
- public class SongPart
- extends Object
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 |
myPart
public jm.music.data.Part myPart
myList
public SongNode myList
SongPart
public SongPart(int instrument,
SongNode startNode)
- Construct a SongPart
- Parameters:
instrument
- MIDI instrument (program)startNode
- where the song list starts from
collect
public jm.music.data.Phrase collect()
- Collect parts of this SongPart
show
public void show()
- Collect all notes in this SongPart and open it up for viewing.