Uses of Class
net.paulhertz.pixelaudio.curves.SamplerBrush
Packages that use SamplerBrush
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of SamplerBrush in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as SamplerBrushModifier and TypeFieldDescription(package private) SamplerBrushBagatelle.activeSamplerBrush(package private) SamplerBrushDeadBodyWorkFlow.activeSamplerBrush(package private) SamplerBrushTutorialOne_05_GesturePlayground.activeSamplerBrushFields in net.paulhertz.pixelaudio.example with type parameters of type SamplerBrushModifier and TypeFieldDescription(package private) ArrayList<SamplerBrush>Bagatelle.samplerBrushes(package private) ArrayList<SamplerBrush>DeadBodyWorkFlow.samplerBrushes(package private) ArrayList<SamplerBrush>TutorialOne_05_GesturePlayground.samplerBrushesMethods in net.paulhertz.pixelaudio.example that return SamplerBrushModifier and TypeMethodDescriptionBagatelle.generateSamplerBeatBrush(int count, int intervalMs) DeadBodyWorkFlow.generateSamplerBeatBrush(int count, int intervalMs) (package private) SamplerBrushBagatelle.toSamplerBrush(AudioBrush brush) Convert a brush explicitly to SamplerBrush.(package private) SamplerBrushDeadBodyWorkFlow.toSamplerBrush(AudioBrush brush) Convert a brush explicitly to SamplerBrush.(package private) SamplerBrushTutorialOne_05_GesturePlayground.toSamplerBrush(AudioBrush brush) Convert a brush explicitly to SamplerBrush.Methods in net.paulhertz.pixelaudio.example with parameters of type SamplerBrushModifier and TypeMethodDescription(package private) intBagatelle.appendSamplerBrush(SamplerBrush sb) Append a sampler brush and return its new index.(package private) intDeadBodyWorkFlow.appendSamplerBrush(SamplerBrush sb) Append a sampler brush and return its new index.(package private) intTutorialOne_05_GesturePlayground.appendSamplerBrush(SamplerBrush sb) Append a sampler brush and return its new index.Bagatelle.loopSamplerBrush(SamplerBrush sb, int repeats, int gapMs) DeadBodyWorkFlow.loopSamplerBrush(SamplerBrush sb, int repeats, int gapMs) (package private) voidBagatelle.scheduleSamplerBrushClick(SamplerBrush sb, int clickX, int clickY) (package private) voidBagatelle.scheduleSamplerBrushClick(SamplerBrush sb, int clickX, int clickY, PAControlCurve gainCurve) (package private) voidDeadBodyWorkFlow.scheduleSamplerBrushClick(SamplerBrush sb, int clickX, int clickY) (package private) voidDeadBodyWorkFlow.scheduleSamplerBrushClick(SamplerBrush sb, int clickX, int clickY, PAControlCurve gainCurve) (package private) voidTutorialOne_05_GesturePlayground.scheduleSamplerBrushClick(SamplerBrush sb, int clickX, int clickY) Bagatelle.startSamplerLoop(SamplerBrush sb, GestureSchedule sched, ADSRParams env, int noteLenSamples, int repeats, int gapMs, boolean animate) DeadBodyWorkFlow.startSamplerLoop(SamplerBrush sb, GestureSchedule sched, ADSRParams env, int noteLenSamples, int repeats, int gapMs, boolean animate)