Uses of Class
net.paulhertz.pixelaudio.example.TutorialOne_04_Network.AudioBrushLite
Packages that use TutorialOne_04_Network.AudioBrushLite
-
Uses of TutorialOne_04_Network.AudioBrushLite in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as TutorialOne_04_Network.AudioBrushLiteModifier and TypeFieldDescriptionTutorialOne_04_Network.activeBrushTutorialOne_04_Network.BrushHit.brushTutorialOne_04_Network.hoverBrushFields in net.paulhertz.pixelaudio.example with type parameters of type TutorialOne_04_Network.AudioBrushLiteMethods in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_04_Network.AudioBrushLiteModifier and TypeMethodDescription(package private) intTutorialOne_04_Network.getBrushIndex(TutorialOne_04_Network.AudioBrushLite brush) (package private) ArrayList<processing.core.PVector>TutorialOne_04_Network.getPathPoints(TutorialOne_04_Network.AudioBrushLite b) Get the path points of a brushstroke, with the representation determined by the BrushConfig's path mode.TutorialOne_04_Network.getScheduleForBrush(TutorialOne_04_Network.AudioBrushLite b) Get a GestureSchedule (points + timing) for an AudioBrushLite instance.(package private) voidTutorialOne_04_Network.scheduleGranularBrushClick(TutorialOne_04_Network.AudioBrushLite b) Schedule a Granular brush audio / animation event.(package private) voidTutorialOne_04_Network.scheduleSamplerBrushClick(TutorialOne_04_Network.AudioBrushLite b) Schedule a Sampler brush audio / animation event.voidTutorialOne_04_Network.setBrushEpsilon(TutorialOne_04_Network.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_04_Network.AudioBrushLiteModifier and TypeMethodDescriptionvoidTutorialOne_04_Network.drawBrushes(List<TutorialOne_04_Network.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_04_Network.AudioBrushLite