Class AudioBrushSessionIO.BrushRecord

java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushRecord
Enclosing class:
AudioBrushSessionIO

public static final class AudioBrushSessionIO.BrushRecord extends Object
Per-brush manifest record linking gesture and configuration files.
  • Field Details

    • id

      public String id
      Brush identifier.
    • name

      public String name
      Brush display name.
    • description

      public String description
      Brush description.
    • notes

      public String notes
      Free-form brush notes.
    • instrumentType

      Instrument type for the brush.
    • gesturePath

      public String gesturePath
      Relative path to the gesture JSON file.
    • configPath

      public String configPath
      Relative path to the configuration JSON file.
  • Constructor Details

    • BrushRecord

      public BrushRecord()