Uses of Class
net.paulhertz.pixelaudio.granular.GestureEventParams
Packages that use GestureEventParams
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.Granular synthesis classes for PixelAudio.
-
Uses of GestureEventParams in net.paulhertz.pixelaudio.example
Methods in net.paulhertz.pixelaudio.example that return GestureEventParamsModifier and TypeMethodDescriptionBagatelle.prepareGranularGesture(float[] buf, GestureSchedule sched, GestureGranularParams params) Bagatelle.prepareGranularGesture(float[] buf, GestureSchedule sched, GestureGranularParams params, PAControlCurve gainCurve) DeadBodyWorkFlow.prepareGranularGesture(float[] buf, GestureSchedule sched, GestureGranularParams params) DeadBodyWorkFlow.prepareGranularGesture(float[] buf, GestureSchedule sched, GestureGranularParams params, PAControlCurve gainCurve) Methods in net.paulhertz.pixelaudio.example with parameters of type GestureEventParamsModifier and TypeMethodDescriptionvoidBagatelle.playGranularGesture(float[] buf, GestureSchedule sched, GestureGranularParams params, GestureEventParams eventParams) Primary method for playing a granular synthesis audio event.voidDeadBodyWorkFlow.playGranularGesture(float[] buf, GestureSchedule sched, GestureGranularParams params, GestureEventParams eventParams) Primary method for playing a granular synthesis audio event.Bagatelle.startGranularLoop(GranularBrush gb, float[] buf, GestureSchedule sched, GestureGranularParams params, GestureEventParams eventParams, int repeats, int gapMs, boolean animate) DeadBodyWorkFlow.startGranularLoop(GranularBrush gb, float[] buf, GestureSchedule sched, GestureGranularParams params, GestureEventParams eventParams, int repeats, int gapMs, boolean animate) -
Uses of GestureEventParams in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return GestureEventParamsModifier and TypeMethodDescriptionGestureEventParams.Builder.build()static GestureEventParamsGestureEventParams.ofStartIndices(int[] startIndices) Create a params object with required indices only.GestureEventParams.withGain(float[] newGain) Return a copy with updated gain array (other fields preserved).GestureEventParams.withPan(float[] newPan) Return a copy with updated pan array (other fields preserved).GestureEventParams.withPitchRatio(float[] newPitchRatio) Return a copy with updated pitchRatio array (other fields preserved).GestureEventParams.withStartIndices(int[] newStartIndices) Return a copy with updated startIndices (other fields preserved).Methods in net.paulhertz.pixelaudio.granular with parameters of type GestureEventParamsModifier and TypeMethodDescriptionvoidPAGranularInstrumentDirector.playGestureAtSampleTime(float[] monoBuf, GestureSchedule schedule, GestureGranularParams params, GestureEventParams evtParams, long startSampleTime) voidPAGranularInstrumentDirector.playGestureAtSampleTimeTransformed(float[] monoBuf, GestureSchedule transformedSchedule, GestureGranularParams params, GestureEventParams evtParams, long startSampleTime) voidPAGranularInstrumentDirector.playGestureNow(float[] monoBuf, GestureSchedule schedule, GestureGranularParams params, GestureEventParams evtParams) private voidPAGranularInstrumentDirector.scheduleEvents(float[] monoBuf, GestureSchedule sched, GestureGranularParams params, GestureEventParams evtParams, ddf.minim.analysis.WindowFunction wf, long startSampleTime)