Class GestureGranularConfigIO.Meta

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

public static final class GestureGranularConfigIO.Meta extends Object
Optional metadata written with a brush configuration JSON file.
  • Field Details

    • id

      public String id
      Configuration identifier.
    • name

      public String name
      Configuration display name.
    • description

      public String description
      Configuration description.
    • notes

      public String notes
      Free-form configuration notes.
    • instrumentType

      Instrument type for this configuration.
    • linkedGesturePath

      public String linkedGesturePath
      Relative path to a linked gesture file.
  • Constructor Details

    • Meta

      public Meta()