Uses of Class
net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.AudioBrushLite
Packages that use TutorialOne_03_Drawing.AudioBrushLite
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
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 that return TutorialOne_03_Drawing.AudioBrushLiteModifier and TypeMethodDescriptionTutorialOne_03_Drawing.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_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.(package private) GestureScheduleTutorialOne_03_Drawing.getPlaybackScheduleForBrush(TutorialOne_03_Drawing.AudioBrushLite b) 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_06_WB_Retrofit.scheduleGranularBrushClick(TutorialOne_03_Drawing.AudioBrushLite b) Brush granular playback uses the full backing signal and backing indices.(package private) voidTutorialOne_03_Drawing.scheduleSamplerBrushClick(TutorialOne_03_Drawing.AudioBrushLite b) Schedule a Sampler brush audio / animation event.voidTutorialOne_03_Drawing.setBrushCurveSteps(TutorialOne_03_Drawing.AudioBrushLite b, int cs) Sets epsilon value for the PACurveMaker associated with an AudioBrushLite instance.voidTutorialOne_03_Drawing.setBrushEpsilon(TutorialOne_03_Drawing.AudioBrushLite b, float e) Sets epsilon value for the PACurveMaker associated with an AudioBrushLite instance.voidTutorialOne_03_Drawing.storeSamplerCurveTL(TutorialOne_03_Drawing.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_03_Drawing.AudioBrushLiteModifier and TypeMethodDescriptionvoidTutorialOne_03_Drawing.drawBrushes(List<TutorialOne_03_Drawing.AudioBrushLite> list) Draw brushstrokes on the display image.Constructors in net.paulhertz.pixelaudio.example with parameters of type TutorialOne_03_Drawing.AudioBrushLite