Uses of Class
eu.bandm.music.entities.MSplitter
Package
Description
Prototypical realization of the "TabStaff+" design for
notating Tactie User Interfaces (TUIs) like the "Ableton Push",
as presented by L.Wilde and C.White on Tenor2024 in Zürich.
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 MSplitter in eu.bandm.music.applications.tabstaff
-
Uses of MSplitter in eu.bandm.music.demoMetric
-
Uses of MSplitter in eu.bandm.music.entities
Modifier and TypeFieldDescriptionprotected MSplitter
MetricConsumer.metricSplitter
The currently valid MetricSplitter, representing the currently valid metrum.Modifier and TypeMethodDescription(package private) void
MTree.add_free_sectioning
(Rational duration, boolean isSound, MSplitter msplitter) Convert a node into one or more notation symbols.static MetricConsumer
MetricConsumer.byDurations
(@Opt MSplitter metricSplitter, List<QualifiedRational> input) Factory method for a user.static MetricConsumer
MetricConsumer.byDurations
(@Opt MSplitter metricSplitter, List<Rational> input, boolean soundNotPause) Factory method for a user.static MetricConsumer
MetricConsumer.byStartPoints
(@Opt MSplitter metricSplitter, List<QualifiedRational> input) static MetricConsumer
MetricConsumer.byStartPoints
(@Opt MSplitter metricSplitter, List<Rational> input, boolean soundNotPause) Factory method for a user.void
MetricConsumer.changeMetrum
(MSplitter newms) Change the metric splitter and thus the meter to be used for the next splitting operations. -
Uses of MSplitter in eu.bandm.music.haken
-
Uses of MSplitter in eu.bandm.music.top
Modifier and TypeFieldDescriptionCwn_to_lilypond.metricSplitters
Local cache of one metric splitter each (with its internal cache) per metric tree specifications.Cwn_to_musicXml.metricSplitters
Local cache of one metric splitter each (with its internal cache) per metric tree specifications.Modifier and TypeMethodDescriptionprotected MSplitter
Cwn_to_lilypond.getMetricSplitter
(MTreeSpec mt) Get a metric splitter (with its internal cache) for the given metric tree specifications, or construct a new one.protected MSplitter
Cwn_to_musicXml.getMetricSplitter
(MTreeSpec mt) Get a metric splitter (with its internal cache) for the given metric tree specifications, or construct a new one.