Uses of Class
eu.bandm.music.entities.Tempo
Package
Description
All fundamental entities for modeling music.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of Tempo in eu.bandm.music.applications.myKdF
-
Uses of Tempo in eu.bandm.music.entities
Modifier and TypeFieldDescriptionprotected static final BiFunction<RationalDuration,
Integer, Tempo> Tempo.pack
Used for parsers.static final Translet.Parser<Tempo>
Tempo.parser
Accepts the standard notation as usual in printed sheet music, e.g.static final Translet.Parser<Tempo>
Tempo.prefixed_parser
Accepts the standard notation as usual in printed sheet music, e.g.Modifier and TypeMethodDescriptionstatic Tempo
Tempo.mm
(RationalDuration refDuration, int mm) Create a tempo with "mm" beats per minute, and one beat has the given "refDuration" as its logical abstract CWN duration.static Tempo
Tempo.mm
(RationalDuration refDuration, Rational mm) Create a tempo with "mm" beats per minute, and one beat has the given "refDuration" as its logical abstract CWN duration.static Tempo
Tempo.msecs
(RationalDuration refDuration, int msecs) Create a tempo in which a beat has the duration of "msecs" milliseconds, and one beat has the given "refDuration" as its logical abstract CWN duration.static Tempo
Tempo.msecs
(RationalDuration refDuration, Rational msecs) Create a tempo in which a beat has the duration of "msecs" milliseconds, and one beat has the given "refDuration" as its logical abstract CWN duration. -
Uses of Tempo in eu.bandm.music.top
Modifier and TypeFieldDescription(package private) Tempo
CwnToDoubleSig_basic.defaultInitialTempo
FIXME DOC(package private) Tempo
CwnToFloatSig_basic.defaultInitialTempo
FIXME DOCstatic Tempo
CwnToDoubleSig_basic.mm60
Default tempo 1/4=60static Tempo
CwnToFloatSig_basic.mm60
Default tempo 1/4=60Modifier and TypeFieldDescriptionScore_cwn.event2tempo
Maps events from the global "M" voice to a tempo indication.Modifier and TypeMethodDescriptionCwnToDoubleSig_basic.initialTempo()
CwnToFloatSig_basic.initialTempo()
Score_cwn.initialTempo()
DOCME