Uses of Enum Class
net.paulhertz.pixelaudio.granular.GestureGranularConfig.WarpShape
Packages that use GestureGranularConfig.WarpShape
Package
Description
Granular synthesis classes for PixelAudio.
Sample-accurate event scheduling, gesture-based time management, and audio utility functions.
-
Uses of GestureGranularConfig.WarpShape in net.paulhertz.pixelaudio.granular
Fields in net.paulhertz.pixelaudio.granular declared as GestureGranularConfig.WarpShapeModifier and TypeFieldDescriptionGestureGranularConfig.Builder.warpShapeTiming warp shape.GestureGranularConfig.warpShapeTiming warp shape used when warping is enabled.Methods in net.paulhertz.pixelaudio.granular that return GestureGranularConfig.WarpShapeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GestureGranularConfig.WarpShape[]GestureGranularConfig.WarpShape.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GestureGranularConfig.WarpShape in net.paulhertz.pixelaudio.schedule
Methods in net.paulhertz.pixelaudio.schedule with parameters of type GestureGranularConfig.WarpShapeModifier and TypeMethodDescriptionprivate static GestureScheduleGestureScheduleBuilder.warpScheduleTimesMs(GestureSchedule in, GestureGranularConfig.WarpShape shape, float exponent) private static floatGestureScheduleBuilder.warpU(float u, GestureGranularConfig.WarpShape shape, float exponent)