Uses of Enum Class
net.paulhertz.pixelaudio.granular.GestureGranularConfig.PathMode
Packages that use GestureGranularConfig.PathMode
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
Granular synthesis classes for PixelAudio.
-
Uses of GestureGranularConfig.PathMode in net.paulhertz.pixelaudio.example
Methods in net.paulhertz.pixelaudio.example with parameters of type GestureGranularConfig.PathModeModifier and TypeMethodDescription(package private) voidSampleAccurateDemo.drawBrushPathOverlay(PACurveMaker curve, GestureGranularConfig.PathMode pathMode, boolean highlighted, int strokeColor) -
Uses of GestureGranularConfig.PathMode in net.paulhertz.pixelaudio.granular
Fields in net.paulhertz.pixelaudio.granular declared as GestureGranularConfig.PathModeModifier and TypeFieldDescriptionGestureGranularConfig.Builder.pathModeStrategy for choosing gesture points for the schedule.GestureGranularConfig.pathModeStrategy for choosing the gesture points that become scheduled events.Methods in net.paulhertz.pixelaudio.granular that return GestureGranularConfig.PathModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GestureGranularConfig.PathMode[]GestureGranularConfig.PathMode.values()Returns an array containing the constants of this enum class, in the order they are declared.