Uses of Class
eu.bandm.music.entities.MTree.Parameters
Packages that use MTree.Parameters
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.Parameters in eu.bandm.music.demoMetric
Fields in eu.bandm.music.demoMetric declared as MTree.ParametersMethods in eu.bandm.music.demoMetric with parameters of type MTree.ParametersModifier and TypeMethodDescriptionstatic void
DemoMetric2.shuffleOptions
(MetricSplitterOptions mso, MTree.Parameters param_mt, MCover.Parameters_approximate param_app, MCover.Parameters_divide param_div, MSplitter.Parameters param_split) Transfer the command-line options into the different parameter collections for the different transformation steps. -
Uses of MTree.Parameters in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as MTree.ParametersModifier and TypeFieldDescriptionprotected MTree.Parameters
MTree.parameters
Parameters for the automated insertion of essential brackets and for the selection of beams, beamlets and flags.Methods in eu.bandm.music.entities with parameters of type MTree.ParametersModifier and TypeMethodDescriptionMStackingPlanner.div_plan
(PrimeFactors pf, MTree.Parameters bracketParameters) Split factor into a plan, according to global input parameters.static MTree
MTree.install
(MTreeSpec mt, MTree.Parameters params, MessageReceiver<SimpleMessage<?>> msg) Only factory method for a user to create an MTree.Constructors in eu.bandm.music.entities with parameters of type MTree.ParametersModifierConstructorDescriptionEssentialBracket
(@Opt MTree.EssentialBracket predec, int bracketDenominator, MTree.Parameters parameters, Rational endTime, boolean singleton) 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.Parameters parameters_brackets, MCover.Parameters_approximate parameters_approximate, MCover.Parameters_divide parameters_divide, MSplitter.Parameters parameters_explicit, MessageReceiver<SimpleMessage<?>> msg) Full constructor, specifying all parameters. -
Uses of MTree.Parameters in eu.bandm.music.haken
Fields in eu.bandm.music.haken declared as MTree.Parameters -
Uses of MTree.Parameters in eu.bandm.music.top
Fields in eu.bandm.music.top declared as MTree.ParametersModifier and TypeFieldDescriptionprotected final MTree.Parameters
Cwn_to_lilypond.parameters_beams
Parameter collection controlling metric split beams.protected final MTree.Parameters
Cwn_to_musicXml.parameters_beams
Parameter collection controlling metric split beams.Constructors in eu.bandm.music.top with parameters of type MTree.ParametersModifierConstructorDescriptionCwn_to_lilypond
(MessageReceiver<SimpleMessage<?>> msg, List<Score_cwn> scores, MTree.Parameters parameters_beams, MCover.Parameters_approximate parameters_approximate, MCover.Parameters_divide parameters_divide, MSplitter.Parameters parameters_splitter, boolean wholeMeasurePauses) Only constructor.Cwn_to_musicXml
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String sourceName, Score_cwn score, MTree.Parameters parameters_beams, MCover.Parameters_approximate parameters_approximate, MCover.Parameters_divide parameters_divide, MSplitter.Parameters parameters_split) Only constructor.