Uses of Class
net.paulhertz.pixelaudio.curves.GranularBrush
Packages that use GranularBrush
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of GranularBrush in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as GranularBrushModifier and TypeFieldDescription(package private) GranularBrushBagatelle.activeGranularBrush(package private) GranularBrushDeadBodyWorkFlow.activeGranularBrush(package private) GranularBrushTutorialOne_05_GesturePlayground.activeGranularBrushFields in net.paulhertz.pixelaudio.example with type parameters of type GranularBrushModifier and TypeFieldDescription(package private) ArrayList<GranularBrush>Bagatelle.granularBrushes(package private) ArrayList<GranularBrush>DeadBodyWorkFlow.granularBrushes(package private) ArrayList<GranularBrush>TutorialOne_05_GesturePlayground.granularBrushesMethods in net.paulhertz.pixelaudio.example that return GranularBrushModifier and TypeMethodDescriptionBagatelle.generateGranularBeatBrush(int count, int intervalMs) DeadBodyWorkFlow.generateGranularBeatBrush(int count, int intervalMs) (package private) GranularBrushBagatelle.toGranularBrush(AudioBrush brush) Convert a brush explicitly to GranularBrush.(package private) GranularBrushDeadBodyWorkFlow.toGranularBrush(AudioBrush brush) Convert a brush explicitly to GranularBrush.(package private) GranularBrushTutorialOne_05_GesturePlayground.toGranularBrush(AudioBrush brush) Convert a brush explicitly to GranularBrush.Methods in net.paulhertz.pixelaudio.example with parameters of type GranularBrushModifier and TypeMethodDescription(package private) intBagatelle.appendGranularBrush(GranularBrush gb) Append a granular brush and return its new index.(package private) intDeadBodyWorkFlow.appendGranularBrush(GranularBrush gb) Append a granular brush and return its new index.(package private) intTutorialOne_05_GesturePlayground.appendGranularBrush(GranularBrush gb) Append a granular brush and return its new index.Bagatelle.loopGranularBrush(GranularBrush gb, int repeats, int gapMs) DeadBodyWorkFlow.loopGranularBrush(GranularBrush gb, int repeats, int gapMs) voidBagatelle.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY) voidBagatelle.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY, PAControlCurve gainCurve) Schedules a response to a mouse click or hover + spacebar on a granular brush.voidDeadBodyWorkFlow.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY) voidDeadBodyWorkFlow.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY, PAControlCurve gainCurve) Schedules a response to a mouse click or hover + spacebar on a granular brush.(package private) voidTutorialOne_05_GesturePlayground.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY) 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)