Uses of Enum Class
net.paulhertz.pixelaudio.io.GestureGranularConfigIO.InstrumentType
Packages that use GestureGranularConfigIO.InstrumentType
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
JSON-based persistence for PixelAudio data structures supported by file i/o classes.
-
Uses of GestureGranularConfigIO.InstrumentType in net.paulhertz.pixelaudio.example
Methods in net.paulhertz.pixelaudio.example with parameters of type GestureGranularConfigIO.InstrumentTypeModifier and TypeMethodDescriptionBagatelle.makeBrush(PACurveMaker curve, GestureGranularConfig.Builder config, GestureGranularConfigIO.InstrumentType instrumentType) End point for all makeBrush(...) calls, applies cues and special fx. -
Uses of GestureGranularConfigIO.InstrumentType in net.paulhertz.pixelaudio.io
Fields in net.paulhertz.pixelaudio.io declared as GestureGranularConfigIO.InstrumentTypeModifier and TypeFieldDescriptionAudioBrushLibraryLoader.BrushData.instrumentTypeInstrument type declared by the brush configuration.AudioBrushSessionIO.BrushRecord.instrumentTypeInstrument type for the brush.AudioBrushSessionLoader.BrushData.instrumentTypeInstrument type declared by linked configuration data.GestureGranularConfigIO.Meta.instrumentTypeInstrument type for this configuration.GestureGranularConfigIO.Result.instrumentTypeInstrument type for this configuration.Methods in net.paulhertz.pixelaudio.io that return GestureGranularConfigIO.InstrumentTypeModifier and TypeMethodDescriptionAudioBrushSessionIO.BrushAdapter.instrumentTypeOf(B brush) Returns the enum constant of this class with the specified name.GestureGranularConfigIO.InstrumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.io with parameters of type GestureGranularConfigIO.InstrumentTypeModifier and TypeMethodDescriptionAudioBrushSessionIO.BrushFactory.create(PACurveMaker curve, GestureGranularConfig.Builder builder, GestureGranularConfigIO.InstrumentType instrumentType, AudioBrushSessionIO.BrushRecord record) Creates a brush from linked gesture/config files and its manifest record.Constructors in net.paulhertz.pixelaudio.io with parameters of type GestureGranularConfigIO.InstrumentTypeModifierConstructorDescriptionResult(GestureGranularConfig.Builder builder, String id, String name, String description, String notes, GestureGranularConfigIO.InstrumentType instrumentType, String linkedGesturePath) Creates a configuration read result.