Class TScore

java.lang.Object
eu.bandm.tscore.model.TScore

@Generated(generator="eu.bandm.tools.umod", version="", timestamp="2025-01-13_23h06m58") public class TScore extends Object
Umod main model class:
Generic score model for denotating time-based sequences of arbitrary events. All tscore packages are intended for, but not restricted, to conventional music notation.
See also the user documentation.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":1.1-288.5, see this pretty print.)

Generated on 2025-01-13_23h06m58
by program bandm model generator(=eu.bandm.tools.umod.Main), version 0.17
command line =
java eu.bandm.tools.umod.Main --visitordebug t --xmlgen t --monolithic false --swingtree t /mnt/c/Users/post/Documents/sig//src eu.bandm.tscore.model tscore.umod
Cf. the pretty-printed UMod source text.

  • Method Details

    • toFormat

      public static Format toFormat(Object e0)
      Yields a pretty-print format for arbitrary objects.
      Parameters:
      e0 - the object to render.
    • toFormat

      public static Format toFormat(Object e0, Integer mode)
      Yields a pretty-print format for arbitrary objects.
      Parameters:
      e0 - the object to render.
      mode - an integer mode selector read by the $switch$mode.. construct in format definitions. This allows small variants in the generated pretty-print.