Uses of Class
eu.bandm.music.entities.Tempo
Packages that use Tempo
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
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
Fields in eu.bandm.music.applications.myKdF declared as TempoModifier and TypeFieldDescription(package private) TempoKdf.initialTempoThe value delivered from all voices. -
Uses of Tempo in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as TempoFields in eu.bandm.music.entities with type parameters of type TempoModifier and TypeFieldDescriptionprotected static final BiFunction<RationalDuration, Integer, Tempo> Tempo.packUsed for parsers.static final Translet.Parser<Tempo> Tempo.parserAccepts the standard notation as usual in printed sheet music, e.g.static final Translet.Parser<Tempo> Tempo.prefixed_parserAccepts the standard notation as usual in printed sheet music, e.g.Methods in eu.bandm.music.entities that return TempoModifier and TypeMethodDescriptionstatic TempoTempo.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 TempoTempo.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 TempoTempo.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 TempoTempo.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
Fields in eu.bandm.music.top declared as TempoModifier and TypeFieldDescription(package private) TempoCwnToDoubleSig_basic.defaultInitialTempoFIXME DOC(package private) TempoCwnToFloatSig_basic.defaultInitialTempoFIXME DOCstatic TempoCwnToDoubleSig_basic.mm60Default tempo 1/4=60static TempoCwnToFloatSig_basic.mm60Default tempo 1/4=60Fields in eu.bandm.music.top with type parameters of type TempoModifier and TypeFieldDescriptionScore_cwn.event2tempoMaps events from the global "M" voice to a tempo indication.Methods in eu.bandm.music.top that return TempoModifier and TypeMethodDescriptionCwnToDoubleSig_basic.initialTempo()CwnToFloatSig_basic.initialTempo()Score_cwn.initialTempo()DOCMEMethods in eu.bandm.music.top with parameters of type Tempo