Class SongPart

java.lang.Object
  extended bySongPart

public class SongPart
extends java.lang.Object


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

myPart

public jm.music.data.Part myPart

myList

public SongNode myList
Constructor Detail

SongPart

public SongPart(int instrument,
                SongNode startNode)
Construct a SongPart

Parameters:
instrument - MIDI instrument (program)
startNode - where the song list starts from
Method Detail

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.