Uses of Class
net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.AudioBrushLite
Packages that use TutorialOne_06_WindowBuffer.AudioBrushLite
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
-
Uses of TutorialOne_06_WindowBuffer.AudioBrushLite in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as TutorialOne_06_WindowBuffer.AudioBrushLiteModifier and TypeFieldDescriptionTutorialOne_06_WindowBuffer.activeBrushTutorialOne_06_WindowBuffer.BrushHit.brushTutorialOne_06_WindowBuffer.hoverBrushFields in net.paulhertz.pixelaudio.example with type parameters of type TutorialOne_06_WindowBuffer.AudioBrushLiteMethods in net.paulhertz.pixelaudio.example that return TutorialOne_06_WindowBuffer.AudioBrushLiteModifier and TypeMethodDescriptionTutorialOne_06_WindowBuffer.initCurveMakerAndAddBrush()Initializes a PACurveMaker instance with allPoints as an argument to the factory method PACurveMaker.buildCurveMaker() and then fills in PACurveMaker instance variables from variables in the calling class (TutorialOneDrawing, here).Methods in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_06_WindowBuffer.AudioBrushLiteModifier and TypeMethodDescription(package private) ArrayList<processing.core.PVector>TutorialOne_06_WindowBuffer.getPathPoints(TutorialOne_06_WindowBuffer.AudioBrushLite b) Get the path points of a brushstroke, with the representation determined by the BrushConfig's path mode.(package private) GestureScheduleTutorialOne_06_WindowBuffer.getPlaybackScheduleForBrush(TutorialOne_06_WindowBuffer.AudioBrushLite b) TutorialOne_06_WindowBuffer.getScheduleForBrush(TutorialOne_06_WindowBuffer.AudioBrushLite b) Get a GestureSchedule (points + timing) for an AudioBrushLite instance.(package private) voidTutorialOne_06_WindowBuffer.scheduleGranularBrushClick(TutorialOne_06_WindowBuffer.AudioBrushLite b) Schedule a Granular brush audio / animation event.(package private) voidTutorialOne_06_WindowBuffer.scheduleSamplerBrushClick(TutorialOne_06_WindowBuffer.AudioBrushLite b) Schedule a Sampler brush audio / animation event.voidTutorialOne_06_WindowBuffer.setBrushCurveSteps(TutorialOne_06_WindowBuffer.AudioBrushLite b, int cs) Sets epsilon value for the PACurveMaker associated with an AudioBrushLite instance.voidTutorialOne_06_WindowBuffer.setBrushEpsilon(TutorialOne_06_WindowBuffer.AudioBrushLite b, float e) Sets epsilon value for the PACurveMaker associated with an AudioBrushLite instance.voidTutorialOne_06_WindowBuffer.storeSamplerCurveTL(TutorialOne_06_WindowBuffer.AudioBrushLite b, GestureSchedule sched, int startTime) Store scheduled sampler synth / animation events for future activation.Method parameters in net.paulhertz.pixelaudio.example with type arguments of type TutorialOne_06_WindowBuffer.AudioBrushLiteModifier and TypeMethodDescriptionvoidTutorialOne_06_WindowBuffer.drawBrushes(List<TutorialOne_06_WindowBuffer.AudioBrushLite> list) Draw brushstrokes on the display image.Constructors in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_06_WindowBuffer.AudioBrushLiteModifierConstructorDescriptionBrushHit(TutorialOne_06_WindowBuffer.AudioBrushLite brush, int index)