Uses of Class
net.paulhertz.pixelaudio.granular.GestureGranularConfig
Packages that use GestureGranularConfig
Package
Description
Gesture, path, and Bézier curve modeling classes for PixelAudio.
Example Processing sketches and demonstrations of PixelAudio library functionality.
Granular synthesis classes for PixelAudio.
Sample-accurate event scheduling, gesture-based time management, and audio utility functions.
-
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) Builds aGestureSchedulefor aPACurveMakerbrush and a snapshot of aGestureGranularConfigTutorialOne_05_GesturePlayground.loadGestureSchedule(PACurveMaker brush, GestureGranularConfig snap) Builds aGestureSchedulefor aPACurveMakerbrush and a snapshot of aGestureGranularConfigvoidBagatelle.storeSamplerBrushEvents(GestureSchedule sched, GestureGranularConfig snap, int startTime, PAControlCurve gainCurve) Adds audio/animation events tosamplerBrushEvents -
Uses of GestureGranularConfig in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return GestureGranularConfigModifier and TypeMethodDescriptionGestureGranularConfig.Builder.build()Builds an immutable snapshot safe to pass into scheduling and rendering code.static GestureGranularConfigGestureGranularConfig.defaultConfig()Creates the default immutable gesture granular configuration. -
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) Builds a gesture schedule from a curve and granular playback configuration.private GestureScheduleGestureScheduleBuilder.getBaseSchedule(PACurveMaker brush, GestureGranularConfig cfg) voidGesturePerformer.play(PACurveMaker curve, GestureGranularConfig config) Deprecated.