Package net.paulhertz.pixelaudio.io
Class AudioBrushSessionIO.BrushRecord
java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushRecord
- Enclosing class:
- AudioBrushSessionIO
Per-brush manifest record linking gesture and configuration files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionRelative path to the configuration JSON file.Brush description.Relative path to the gesture JSON file.Brush identifier.Instrument type for the brush.Brush display name.Free-form brush notes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Brush identifier. -
name
Brush display name. -
description
Brush description. -
notes
Free-form brush notes. -
instrumentType
Instrument type for the brush. -
gesturePath
Relative path to the gesture JSON file. -
configPath
Relative path to the configuration JSON file.
-
-
Constructor Details
-
BrushRecord
public BrushRecord()
-