Uses of Class
eu.bandm.music.entities.MTree.CheckedParameters
Package
Description
Code and additional resources for the jnlp/java-web-start demonstration of the
MetricSplit algorithm.
All fundamental entities for modeling music.
Composition project which translates polyphonic sequences of abstract
"hook signs" (="Haken" = "hkn") into scores for different instruments, like
Viola, Voice, electronic sound synthesis or abstract graphical movies; see
the project documentation (in German).
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of MTree.CheckedParameters in eu.bandm.music.demoMetric
Modifier and TypeFieldDescription(package private) MTree.CheckedParameters
DemoMetric2.AllOptions.checked_mtree
-
Uses of MTree.CheckedParameters in eu.bandm.music.entities
Modifier and TypeFieldDescription(package private) MTree.CheckedParameters
MTree.parameters
Parameters for the automated insertion of essential brackets and for the selection of beams, beamlets and flags.Modifier and TypeMethodDescriptionMStackingPlanner.div_plan
(PrimeFactors pf, MTree.CheckedParameters bracketParameters) Split factor into a plan, according to global input parameters.static MTree
MTree.install
(MTreeSpec mt, MTree.CheckedParameters params) Only factory method for a user to create an MTree.ModifierConstructorDescriptionEssentialBracket
(@Opt MTree.EssentialBracket predec, int bracketDenominator, MTree.CheckedParameters parameters, Rational endTime, boolean singleton, boolean vanishing) Effekt of an EB: multiply the written duration (=note symbols=note heads, flags etc.) by proportion n/d to get the meant duration.MSplitter
(MTreeSpec metricTreeSpec, MTree.CheckedParameters parameters_brackets, MCover.CheckedParameters_approximate parameters_approximate, MCover.CheckedParameters_divide parameters_divide, MSplitter.CheckedParameters parameters_explicit, MessageReceiver<SimpleMessage<?>> msg) Full constructor, specifying all parameters. -
Uses of MTree.CheckedParameters in eu.bandm.music.haken
Modifier and TypeFieldDescriptionprotected MTree.CheckedParameters
LilypondGenerator.mtreeParameters
-
Uses of MTree.CheckedParameters in eu.bandm.music.top
Modifier and TypeFieldDescriptionprotected final MTree.CheckedParameters
Cwn_to_lilypond.parameters_beams
Parameter collection controlling metric split beams.protected final MTree.CheckedParameters
Cwn_to_musicXml.parameters_beams
Parameter collection controlling metric split beams.ModifierConstructorDescriptionCwn_to_lilypond
(MessageReceiver<SimpleMessage<?>> msg, List<Score_cwn> scores, MTree.CheckedParameters parameters_beams, MCover.CheckedParameters_approximate parameters_approximate, MCover.CheckedParameters_divide parameters_divide, MSplitter.CheckedParameters parameters_splitter, boolean wholeMeasurePauses) Only constructor.Cwn_to_musicXml
(MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, String sourceName, Score_cwn score, MTree.CheckedParameters parameters_beams, MCover.CheckedParameters_approximate parameters_approximate, MCover.CheckedParameters_divide parameters_divide, MSplitter.CheckedParameters parameters_split) Only constructor.