Class PACurveMakerIO.Meta

java.lang.Object
net.paulhertz.pixelaudio.io.PACurveMakerIO.Meta
Enclosing class:
PACurveMakerIO

public static final class PACurveMakerIO.Meta extends Object
Optional metadata written with a gesture JSON file.
  • Field Details

    • id

      public String id
      Gesture identifier.
    • name

      public String name
      Gesture display name.
    • description

      public String description
      Gesture description.
    • notes

      public String notes
      Free-form gesture notes.
    • linkedConfigPath

      public String linkedConfigPath
      Relative path to a linked configuration file.
    • includeStyle

      public boolean includeStyle
      True to include display style fields in the JSON.
  • Constructor Details

    • Meta

      public Meta()
      Creates an empty metadata object.