Uses of Class
net.paulhertz.pixelaudio.example.DeadBodyWorkFlow.InstrumentLoop
Packages that use DeadBodyWorkFlow.InstrumentLoop
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of DeadBodyWorkFlow.InstrumentLoop in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example with type parameters of type DeadBodyWorkFlow.InstrumentLoopModifier and TypeFieldDescription(package private) final ArrayList<DeadBodyWorkFlow.InstrumentLoop>DeadBodyWorkFlow.activeLoopsMethods in net.paulhertz.pixelaudio.example that return DeadBodyWorkFlow.InstrumentLoopModifier and TypeMethodDescriptionDeadBodyWorkFlow.loopGranularBrush(GranularBrush gb, int repeats, int gapMs) DeadBodyWorkFlow.loopSamplerBrush(SamplerBrush sb, int repeats, int gapMs) DeadBodyWorkFlow.startGranularLoop(GranularBrush gb, float[] buf, GestureSchedule sched, GestureGranularParams params, GestureEventParams eventParams, int repeats, int gapMs, boolean animate) DeadBodyWorkFlow.startSamplerLoop(SamplerBrush sb, GestureSchedule sched, ADSRParams env, int noteLenSamples, int repeats, int gapMs, boolean animate)