Uses of Class
com.softsynth.jmsl.score.Track
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.util |
-
Uses of Track in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return Track Modifier and Type Method Description 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
Note. getTrack()
Track
Staff. getTrack(int n)
Methods in com.softsynth.jmsl.score with parameters of type Track Modifier and Type Method Description 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 Constructor Description Note(Track track, double dur, double pitch, double vel, double hold)
Constructor specifies playable info. -
Uses of Track in com.softsynth.jmsl.score.util
Constructors in com.softsynth.jmsl.score.util with parameters of type Track Constructor Description AutoBeamer(Track t)
AutoBeamer(Track t, boolean unbeamAllRests)
rests can break beam groups or not depending on value of unbeamAllRests.BeamGrouper(Track t, boolean unbeamAllRests)
rests break beam groups by default.BeamGrouper(Track t, BeamGroupCollection beamGroupCollection)