Uses of Class
eu.bandm.tscore.model.TimeScape
Package
Description
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.
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.Umod main model class: Generic score model for
denotating time-based sequences of arbitrary events.
-
Uses of TimeScape in eu.bandm.music.haken
Modifier and TypeMethodDescriptionstatic Map<String,
Score_hkn_sig_v00> Score_hkn_sig_v00.fromTimeScape
(TimeScape ts, String topName, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, @Opt Score_hkn.Parameters parameters) FIXME DOCstatic Map<String,
Score_hkn_svg_v00> Score_hkn_svg_v00.fromTimeScape
(TimeScape ts, String topName, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, @Opt Score_hkn.Parameters parameters) FIXME DOCstatic Map<String,
Score_hkn_vla_v00> Score_hkn_vla_v00.fromTimeScape
(TimeScape ts, String topName, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, @Opt Score_hkn.Parameters parameters) FIXME DOCstatic Map<String,
Score_hkn_vox_v00> Score_hkn_vox_v00.fromTimeScape
(TimeScape ts, String topName, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, @Opt Score_hkn.Parameters parameters) FIXME DOC -
Uses of TimeScape in eu.bandm.music.top
Modifier and TypeMethodDescriptionScore_cwn.multipleParts
(TimeScape ts, String lang, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msgr) Service providing main factory method for converting all "PART" sections in the given tscore input Timescape.Convert raw data into haiku input events.ModifierConstructorDescriptionScore_cwn
(TimeScape ts, String lang, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msgr) Service providing main factory method for converting the one and only "PART" section of the given tscore input Timescape. -
Uses of TimeScape in eu.bandm.tscore.base
Modifier and TypeMethodDescriptionRawParser.parse
(antlr.TokenStream tokenStream, Modifiers modifiers, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg) Deprecated.RawParser.parse
(Supplier<Token> tokenStream, Modifiers modifiers, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg) Top-level parser for
timeScape ::= conform? timeless* voxParams* part* EOF
.static TimeScape
Util.parseTimeScape
(File in, Modifiers modifiers, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg) CallsUtil.parseTimeScape(InputStream,String,Modifiers,MessageReceiver)
with the canonical file name.static TimeScape
Util.parseTimeScape
(InputStream in, String sourceIndication, Modifiers modifiers, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg) Applies tscore-raw-layer parser and delivers an tscore umod data model.static TimeScape
Util.parseTimeScape
(Reader in, String inputFileName, Modifiers modifiers, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg) Applies tscore-raw-layer parser and delivers an tscore umod data model.Modifier and TypeMethodDescriptionTimelesses.findToplevel
(TimeScape ts, String topId) static boolean
Util.noUnknownVoices
(TimeScape ts, @Opt MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, boolean generateErrors, String... voiceNames) Checks whether no voice object exists with a name not explicitly given.protected boolean
Parser function (=test, consume and return) for
pars ::= PARS ident_or_stringconst conform timeless* voiceparams accolade*
Util.partsToScores
(TimeScape ts, String topName, @Opt String scoreNameTemplate, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, P parameters, Function4<String, Part, MessageReceiver, P, D> constructorCall) Translate every "PART" section in a time scape object into one single score object each.Deliver the only part of the timescape object, if any, otherwise null.static boolean
Util.voicesExist
(TimeScape ts, @Opt MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, boolean generateErrors, String... voiceNames) Checks whether for each given voice name a voice object exists. -
Uses of TimeScape in eu.bandm.tscore.model
Modifier and TypeFieldDescriptionprotected TimeScape
Part.context
The score this part is part of.Modifier and TypeMethodDescriptionTimeScape.doclone()
Clones this object.__SAX_Parser.fill_TimeScape
(Object res) Part.get_context()
The score this part is part of.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_TimeScape()
Modifier and TypeMethodDescriptionprotected void
void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
void
__SAX_Writer.dumpfields
(TimeScape e0) void
__SAX_Parser.XMLPARSER_TimeScape.fillFields
(TimeScape newobj) void
Dump.follow_parts
(TimeScape element) void
Match.follow_parts
(TimeScape element) void
SingleMatch.follow_parts
(TimeScape element) void
Dump.follow_partsBySource
(TimeScape element) void
Match.follow_partsBySource
(TimeScape element) void
SingleMatch.follow_partsBySource
(TimeScape element) void
MATCH_ONLY_00.followAll_parts
(TimeScape element) void
MATCH_ONLY_00.followAll_partsBySource
(TimeScape element) void
void
__SAX_Parser.XMLPARSER_TimeScape.parsefields
(TimeScape newobj) protected void
protected void
protected void
Dump.printscalars
(TimeScape e0) protected Format