Package net.paulhertz.pixelaudio.io
Class AudioBrushFileNamer.Result
java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushFileNamer.Result
- Enclosing class:
- AudioBrushFileNamer
Generated file names and relative link paths for an AudioBrush save set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringNormalized base name shared by generated files.final FileConfiguration data file.final FileGesture data file.final StringRelative path from the session file to the configuration file.final StringRelative path from the session file to the gesture file.final FileSession manifest file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sessionFile
Session manifest file. -
gestureFile
Gesture data file. -
configFile
Configuration data file. -
baseName
Normalized base name shared by generated files. -
linkedGesturePath
Relative path from the session file to the gesture file. -
linkedConfigPath
Relative path from the session file to the configuration file.
-
-
Constructor Details
-
Result
-