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 TrackStaff. addTrack()add a new Track to this staff.TrackStaff. addTrack(Instrument ins)add a new Track to this staff, handing it indicated instrument.TrackNote. getTrack()TrackStaff. getTrack(int n)Methods in com.softsynth.jmsl.score with parameters of type Track Modifier and Type Method Description static booleanBeamRenderer. containsDursBiggerThanEighth(Track t, int start, int end)voidNote. 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)