Class AudioBrushFileNamer.Result

java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushFileNamer.Result
Enclosing class:
AudioBrushFileNamer

public static class AudioBrushFileNamer.Result extends Object
Generated file names and relative link paths for an AudioBrush save set.
  • Field Details

    • sessionFile

      public final File sessionFile
      Session manifest file.
    • gestureFile

      public final File gestureFile
      Gesture data file.
    • configFile

      public final File configFile
      Configuration data file.
    • baseName

      public final String baseName
      Normalized base name shared by generated files.
    • linkedGesturePath

      public final String linkedGesturePath
      Relative path from the session file to the gesture file.
    • linkedConfigPath

      public final String linkedConfigPath
      Relative path from the session file to the configuration file.
  • Constructor Details