Package net.paulhertz.pixelaudio.io
Class AudioBrushLibraryLoader.BrushData
java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushLibraryLoader.BrushData
- Enclosing class:
- AudioBrushLibraryLoader
Data loaded for one brush JSON file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionGranular configuration builder, when available.Gesture curve data, when available.Brush identifier derived from the file or metadata.Instrument type declared by the brush configuration.Display name for the brush.Source JSON file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sourceFile
Source JSON file. -
curve
Gesture curve data, when available. -
config
Granular configuration builder, when available. -
instrumentType
Instrument type declared by the brush configuration. -
id
Brush identifier derived from the file or metadata. -
name
Display name for the brush.
-
-
Constructor Details
-
BrushData
public BrushData()
-