Uses of Class
com.softsynth.jmsl.util.RunRange
Package | Description |
---|---|
com.softsynth.jmsl.score |
-
Uses of RunRange in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return RunRange Modifier and Type Method Description static RunRange
BeamRenderer. findDurationRun(java.util.Vector notes, int startIndex, int duration)
duration in terms of 8th, 16th, 32, 64, 128 .
Durations match upwards, ie, if scanning for 16th, then notes with 16, 32, 64, 128 durs match
beamsBreak flag true if you want beams on consecutive non-rest notes only.