Class TScore

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

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.)

Created on 2024-09-03_21h38m28
by program bandm/metatools/umod, version 0.17
command line =
java bandm/metatools/umod --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.