Uses of Class
com.softsynth.jmsl.score.Track

Packages that use Track
com.softsynth.jmsl.score   
 

Uses of Track in com.softsynth.jmsl.score
 

Methods in com.softsynth.jmsl.score that return Track
 Track Staff.addTrack()
          add a new Track to this staff.
 Track Staff.addTrack(Instrument ins)
          add a new Track to this staff, handing it indicated instrument.
 Track Staff.getActiveTrack()
           
 Track Note.getTrack()
           
 Track Staff.getTrack(int n)
           
 

Methods in com.softsynth.jmsl.score with parameters of type Track
static boolean BeamRenderer.containsDursBiggerThanEighth(Track t, int start, int end)
           
 void Note.setTrack(Track track)
           
 

Constructors in com.softsynth.jmsl.score with parameters of type Track
Note(Track track, double dur, double pitch, double vel, double hold)
          Constructor specifies playable info.