Uses of Class
net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.AudioBrushLite
Packages that use TutorialOne_03_Drawing.AudioBrushLite
-
Uses of TutorialOne_03_Drawing.AudioBrushLite in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as TutorialOne_03_Drawing.AudioBrushLiteModifier and TypeFieldDescriptionTutorialOne_03_Drawing.activeBrushTutorialOne_03_Drawing.BrushHit.brushTutorialOne_03_Drawing.hoverBrushFields in net.paulhertz.pixelaudio.example with type parameters of type TutorialOne_03_Drawing.AudioBrushLiteMethods in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_03_Drawing.AudioBrushLiteModifier and TypeMethodDescription(package private) ArrayList<processing.core.PVector>TutorialOne_03_Drawing.getPathPoints(TutorialOne_03_Drawing.AudioBrushLite b) Get the path points of a brushstroke, with the representation determined by the BrushConfig's path mode.TutorialOne_03_Drawing.getScheduleForBrush(TutorialOne_03_Drawing.AudioBrushLite b) Get a GestureSchedule (points + timing) for an AudioBrushLite instance.(package private) voidTutorialOne_03_Drawing.scheduleGranularBrushClick(TutorialOne_03_Drawing.AudioBrushLite b) Schedule a Granular brush audio / animation event.(package private) voidTutorialOne_03_Drawing.scheduleSamplerBrushClick(TutorialOne_03_Drawing.AudioBrushLite b) Schedule a Sampler brush audio / animation event.voidTutorialOne_03_Drawing.setBrushEpsilon(TutorialOne_03_Drawing.AudioBrushLite b, float e) Sets epsilon value for the PACurveMaker associated with an AudioBrushLite instance.Method parameters in net.paulhertz.pixelaudio.example with type arguments of type TutorialOne_03_Drawing.AudioBrushLiteModifier and TypeMethodDescriptionvoidTutorialOne_03_Drawing.drawBrushes(List<TutorialOne_03_Drawing.AudioBrushLite> list, int readyColor, int hoverColor, int selectedColor) Draw brushstrokes on the display image.Constructors in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_03_Drawing.AudioBrushLite