Package net.paulhertz.pixelaudio.io
Class AudioBrushLibraryLoader.LoadResult
java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushLibraryLoader.LoadResult
- Enclosing class:
- AudioBrushLibraryLoader
Result of loading an AudioBrush library folder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSuccessfully loaded brush records.Human-readable load messages and errors.JSON files skipped because they were not loadable brush gestures. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
brushes
Successfully loaded brush records. -
skippedFiles
JSON files skipped because they were not loadable brush gestures. -
messages
Human-readable load messages and errors.
-
-
Constructor Details
-
LoadResult
public LoadResult()
-