Uses of Enum Class
eu.bandm.tscore.base.Modifiers.Reaction
Packages that use Modifiers.Reaction
Package
Description
All fundamental entities for modeling music.
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of Modifiers.Reaction in eu.bandm.music.entities
Methods in eu.bandm.music.entities with parameters of type Modifiers.ReactionModifier and TypeMethodDescriptionMTreeSpec.initialize(Modifiers.Reaction redundantDuration) Deprecated, for removal: This API element is subject to removal in a future version.MTreeSpec.initialize(Modifiers.Reaction redundantDuration, MessageReceiver<SimpleMessage<?>> msg) May only be called for the topmost node, representing a complete metric tree/ measure.protected voidMTreeSpec.propagateToAlts(Rational dura, Set<MTreeSpec> visited, Modifiers.Reaction redundantDuration, MessageReceiver<SimpleMessage<?>> msg) Distribute found duration to all alternatives,protected voidMTreeSpec.propagateToChilds(Set<MTreeSpec> visited, Modifiers.Reaction redundantDuration, MessageReceiver<SimpleMessage<?>> msg) Either all children do not have a duration, then the duration is distributed equally among them, or only one child does not have a duration and gets the rest.protected voidMTreeSpec.react(Modifiers.Reaction react, MessageReceiver<SimpleMessage<?>> msg, String txt, Object... args) Generates maybe a message with the given text and arguments, either as error or as warning, depending on "react". -
Uses of Modifiers.Reaction in eu.bandm.tscore.base
Fields in eu.bandm.tscore.base declared as Modifiers.ReactionModifier and TypeFieldDescriptionModifiers.beatNotBeatenWhen an event appears few lines after a time line's beat column, but no event is exactly on this column, --- defaults toreject.Modifiers.beatNotBeaten_narrowWhen an event appears exactly one column after a time line beat column, but no event is exactly on this column, --- defaults toreject.Modifiers.closingParenthesisBeyondRightTpWhen the closing parenthesis is found right of the right-most column in the ruling time-line, --- defaults towarn.Modifiers.emptyParameterLineWhen a parameter name is followed by a blank input line defaults towarn.Modifiers.eventOnRightmostTpThe possibility to write an event under the very last Tp of an accolade is only necessary when the Tps are STRICTLY increasing.Modifiers.nondetParameterValueWhen more than one parse tree is found for a parameter value, defaults toreject.Modifiers.repeatedParameterNamesWhen a particular parameter name appears more than once in the same voice, defaults towarn.Methods in eu.bandm.tscore.base that return Modifiers.ReactionModifier and TypeMethodDescriptionstatic Modifiers.ReactionReturns the enum constant of this class with the specified name.static Modifiers.Reaction[]Modifiers.Reaction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tscore.base with parameters of type Modifiers.ReactionModifier and TypeMethodDescriptionprotected voidRawParser.react(Modifiers.Reaction react, Location<XMLDocumentIdentifier> loc, String txt) Generates possibly a message with the given text and arguments, referring to the explicitly given location, either as error or as warning, depending on "react".protected voidRawParser.react(Modifiers.Reaction react, Location<XMLDocumentIdentifier> loc, String txt, Object... args) Generates possibly a message with the given text, arguments and location, either as error or as warning, depending on "react".protected voidRawParser.react(Modifiers.Reaction react, String txt, Object... args) Generates possibly a message with the given text and arguments, referring to the next location, either as error or as warning, depending on "react".
MTreeSpec.initialize(Reaction, MessageReceiver)instead.