Uses of Class
eu.bandm.music.entities.MSplitter
Packages that use MSplitter
Package
Description
Prototypical realization of the »TabStaff+« design for
notating Tactile 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
Fields in eu.bandm.music.applications.tabstaff declared as MSplitter -
Uses of MSplitter in eu.bandm.music.demoMetric
Fields in eu.bandm.music.demoMetric declared as MSplitter -
Uses of MSplitter in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as MSplitterModifier and TypeFieldDescriptionprotected MSplitterMetricConsumer.metricSplitterThe currently valid MetricSplitter, representing the currently valid metrum.Methods in eu.bandm.music.entities with parameters of type MSplitterModifier and TypeMethodDescription(package private) voidMTree.add_free_sectioning(Rational duration, boolean isSound, MSplitter msplitter) Convert a node into one or more notation symbols.static MetricConsumerMetricConsumer.byDurations(@Opt MSplitter metricSplitter, List<QualifiedRational> input) Factory method for a user.static MetricConsumerMetricConsumer.byDurations(@Opt MSplitter metricSplitter, List<Rational> input, boolean soundNotPause) Factory method for a user.static MetricConsumerMetricConsumer.byStartPoints(@Opt MSplitter metricSplitter, List<QualifiedRational> input) static MetricConsumerMetricConsumer.byStartPoints(@Opt MSplitter metricSplitter, List<Rational> input, boolean soundNotPause) Factory method for a user.voidMetricConsumer.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
Fields in eu.bandm.music.haken declared as MSplitter -
Uses of MSplitter in eu.bandm.music.top
Fields in eu.bandm.music.top with type parameters of type MSplitterModifier and TypeFieldDescriptionCwn_to_lilypond.metricSplittersLocal cache of one metric splitter each (with its internal cache) per metric tree specifications.Cwn_to_musicXml.metricSplittersLocal cache of one metric splitter each (with its internal cache) per metric tree specifications.Methods in eu.bandm.music.top that return MSplitterModifier and TypeMethodDescriptionprotected MSplitterCwn_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 MSplitterCwn_to_musicXml.getMetricSplitter(MTreeSpec mt) Get a metric splitter (with its internal cache) for the given metric tree specifications, or construct a new one.