Uses of Class
eu.bandm.music.entities.BarRelativeRationalPosition
-
Uses of BarRelativeRationalPosition in eu.bandm.music.entities
Modifier and TypeMethodDescriptionprotected static BarRelativeRationalPosition
BarRelativeRationalPosition.rat2rel
(SortedMap<Rational, BigDecimal> startpos2barnum, SortedMap<BigDecimal, Rational> barnum2startpos, Rational rat) Find the lowest measure containing the Rational value, and convert this into aBarRelativeRationalPosition
.Modifier and TypeMethodDescriptionBarRelativeRationalPosition.ratonal2relative
(SortedMap<BigDecimal, Rational> barnum2startpos, SortedMap<Rational, BigDecimal> startpos2barnum) Combine both directions of vonversion into one object.