Uses of Class
net.paulhertz.pixelaudio.granular.GestureEventParams
Packages that use GestureEventParams
-
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)