Uses of Enum Class
net.paulhertz.pixelaudio.io.GestureGranularConfigIO.InstrumentType
Packages that use GestureGranularConfigIO.InstrumentType
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.Package
net.paulhertz.pixelaudio.io provides JSON-based persistence for PixelAudio data structures.-
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.DeadBodyWorkFlow.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.instrumentTypeAudioBrushSessionIO.BrushRecord.instrumentTypeAudioBrushSessionLoader.BrushData.instrumentTypeGestureGranularConfigIO.Meta.instrumentTypeGestureGranularConfigIO.Result.instrumentTypeMethods 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) 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)