Uses of Interface
net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushAdapter
Packages that use AudioBrushSessionIO.BrushAdapter
Package
Description
JSON-based persistence for PixelAudio data structures supported by file i/o classes.
-
Uses of AudioBrushSessionIO.BrushAdapter in net.paulhertz.pixelaudio.io
Methods in net.paulhertz.pixelaudio.io with parameters of type AudioBrushSessionIO.BrushAdapterModifier and TypeMethodDescriptionstatic <B> voidAudioBrushSessionIO.writeSession(File sessionFile, List<B> brushes, AudioBrushSessionIO.BrushAdapter<B> adapter, AudioBrushSessionIO.SessionMeta meta, String gestureDirName, String configDirName) Writes a session manifest and its linked gesture/configuration files.