Uses of Class
net.paulhertz.pixelaudio.granular.GestureGranularConfig
Packages that use GestureGranularConfig
Package
Description
Gesture, path, and Bézier curve modeling classes for PixelAudio.
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.Granular synthesis classes for PixelAudio.
Package
net.paulhertz.pixelaudio.schedule provides sample-accurate event scheduling,
gesture-based time management, and audio utility functions for the PixelAudio library.-
Uses of GestureGranularConfig in net.paulhertz.pixelaudio.curves
Methods in net.paulhertz.pixelaudio.curves that return GestureGranularConfigModifier and TypeMethodDescriptionAudioBrush.snapshot()Returns an immutable snapshot of the current configuration state. -
Uses of GestureGranularConfig in net.paulhertz.pixelaudio.example
Methods in net.paulhertz.pixelaudio.example with parameters of type GestureGranularConfigModifier and TypeMethodDescriptionBagatelle.loadGestureSchedule(PACurveMaker brush, GestureGranularConfig snap) DeadBodyWorkFlow.loadGestureSchedule(PACurveMaker brush, GestureGranularConfig snap) TutorialOne_05_GesturePlayground.loadGestureSchedule(PACurveMaker brush, GestureGranularConfig snap) voidBagatelle.storeSamplerBrushEvents(GestureSchedule sched, GestureGranularConfig snap, int startTime, PAControlCurve gainCurve) voidDeadBodyWorkFlow.storeSamplerBrushEvents(GestureSchedule sched, GestureGranularConfig snap, int startTime, PAControlCurve gainCurve) -
Uses of GestureGranularConfig in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return GestureGranularConfigModifier and TypeMethodDescriptionGestureGranularConfig.Builder.build()Build an immutable snapshot safe to pass into scheduler/renderer threads.static GestureGranularConfigGestureGranularConfig.defaultConfig() -
Uses of GestureGranularConfig in net.paulhertz.pixelaudio.schedule
Methods in net.paulhertz.pixelaudio.schedule with parameters of type GestureGranularConfigModifier and TypeMethodDescriptionGestureScheduleBuilder.build(PACurveMaker brush, GestureGranularConfig cfg, float sampleRate) private GestureScheduleGestureScheduleBuilder.getBaseSchedule(PACurveMaker brush, GestureGranularConfig cfg) voidGesturePerformer.play(PACurveMaker curve, GestureGranularConfig config) Deprecated.