Uses of Class
net.paulhertz.pixelaudio.curves.AudioBrush
Packages that use AudioBrush
Package
Description
Package
net.paulhertz.pixelaudio.curves implements light weight classes for Bezier curve modeling.-
Uses of AudioBrush in net.paulhertz.pixelaudio.curves
Subclasses of AudioBrush in net.paulhertz.pixelaudio.curves -
Uses of AudioBrush in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as AudioBrushModifier and TypeFieldDescriptionprivate AudioBrushGesturePlayground_back.activeBrushprivate AudioBrushGesturePlayground.activeBrush(package private) final AudioBrushGesturePlayground_back.BrushHit.brush(package private) final AudioBrushGesturePlayground.BrushHit.brushprivate AudioBrushGesturePlayground_back.hoverBrushAudioBrush wraps a PACurveMaker (gesture) and a GestureGranularConfig.Builder (granular synthesis parameters)private AudioBrushGesturePlayground.hoverBrushAudioBrush wraps a PACurveMaker (gesture) and a GestureGranularConfig.Builder (granular synthesis parameters)Methods in net.paulhertz.pixelaudio.example that return AudioBrushModifier and TypeMethodDescriptionGesturePlayground_back.initCurveMakerAndAddBrush()Initializes a PACurveMaker instance with allPoints as an argument to the factory method PACurveMaker.buildCurveMaker() and then fills in PACurveMaker instance variables.GesturePlayground.initCurveMakerAndAddBrush()Initializes a PACurveMaker instance with allPoints as an argument to the factory method PACurveMaker.buildCurveMaker() and then fills in PACurveMaker instance variables.(package private) AudioBrushGesturePlayground.toggleActiveBrushType()Toggle the currently active brush between SamplerBrush and GranularBrush.(package private) AudioBrushGesturePlayground.toggleBrushType(AudioBrush brush) Convert a brush to the opposite type, reusing the same PACurveMaker and the same GestureGranularConfig.Builder instance.(package private) AudioBrushGesturePlayground.toggleHoveredBrushType()Toggle the currently hovered brush between SamplerBrush and GranularBrush.Methods in net.paulhertz.pixelaudio.example with parameters of type AudioBrushModifier and TypeMethodDescription(package private) ArrayList<processing.core.PVector>GesturePlayground_back.getPathPoints(AudioBrush b) (package private) ArrayList<processing.core.PVector>GesturePlayground.getPathPoints(AudioBrush b) GesturePlayground_back.getScheduleForBrush(AudioBrush b) GesturePlayground.getScheduleForBrush(AudioBrush b) (package private) booleanGesturePlayground_back.isBrushInteractable(AudioBrush b) (package private) booleanGesturePlayground.isBrushInteractable(AudioBrush b) (package private) voidGesturePlayground.removeGranularBrush(AudioBrush gb, int idx) Remove a granular brush using index when reliable, else by object.(package private) voidGesturePlayground.removeSamplerBrush(AudioBrush sb, int idx) Remove a sampler brush using index when reliable, else by object.(package private) voidGesturePlayground.replaceBrush(AudioBrush oldBrush, AudioBrush newBrush, int oldIndex) Remove oldBrush from its current typed list, insert newBrush into the opposite typed list, and preserve hover/active state.(package private) voidGesturePlayground_back.setActiveBrush(AudioBrush brush) (package private) voidGesturePlayground_back.setActiveBrush(AudioBrush brush, int idx) (package private) voidGesturePlayground.setActiveBrush(AudioBrush brush) (package private) voidGesturePlayground.setActiveBrush(AudioBrush brush, int idx) (package private) voidGesturePlayground.syncDrawingModeToBrush(AudioBrush brush) Change the current DrawingMode to suit the brush passed as an argument.(package private) AudioBrushGesturePlayground.toggleBrushType(AudioBrush brush) Convert a brush to the opposite type, reusing the same PACurveMaker and the same GestureGranularConfig.Builder instance.(package private) GranularBrushGesturePlayground.toGranularBrush(AudioBrush brush) Convert a brush explicitly to GranularBrush.(package private) SamplerBrushGesturePlayground.toSamplerBrush(AudioBrush brush) Convert a brush explicitly to SamplerBrush.Method parameters in net.paulhertz.pixelaudio.example with type arguments of type AudioBrushModifier and TypeMethodDescriptionvoidGesturePlayground_back.drawBrushes(List<? extends AudioBrush> brushes, int readyColor, int hoverColor, int selectedColor) voidGesturePlayground.drawBrushes(List<? extends AudioBrush> brushes, int readyColor, int hoverColor, int selectedColor) Constructors in net.paulhertz.pixelaudio.example with parameters of type AudioBrushModifierConstructorDescription(package private)BrushHit(AudioBrush brush, int index) (package private)BrushHit(AudioBrush brush, int index)