Package net.paulhertz.pixelaudio.io
Class AudioBrushLibraryLoader
java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushLibraryLoader
Read AudioBrush library JSON format.
Used in the example sketch
Bagatelle.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classData loaded for one brush JSON file.static classResult of loading an AudioBrush library folder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadGestureLibrary(File folder) Loads all gesture JSON files in a folder, following linked configuration files when present.private static String
-
Constructor Details
-
AudioBrushLibraryLoader
private AudioBrushLibraryLoader()
-
-
Method Details
-
loadGestureLibrary
Loads all gesture JSON files in a folder, following linked configuration files when present.- Parameters:
folder- folder containing AudioBrush JSON files- Returns:
- load result with brushes, skipped files, and messages
-
stripJson
-