Uses of Interface
net.paulhertz.pixelaudio.sampler.PASampler
Packages that use PASampler
Package
Description
Digital audio sampling synthesis classes for PixelAudio, built on the
Minim library for Processing.
-
Uses of PASampler in net.paulhertz.pixelaudio.sampler
Classes in net.paulhertz.pixelaudio.sampler that implement PASamplerModifier and TypeClassDescriptionclassUGen-based sampler that plays multiple PASamplerVoice instances from a single shared mono buffer (channel 0 of a MultiChannelBuffer) which is an array of floating point samples over (-1.0..1.0).Fields in net.paulhertz.pixelaudio.sampler declared as PASamplerMethods in net.paulhertz.pixelaudio.sampler that return PASamplerConstructors in net.paulhertz.pixelaudio.sampler with parameters of type PASamplerModifierConstructorDescriptionPASamplerInstrument(ddf.minim.MultiChannelBuffer buffer, ddf.minim.AudioOutput out, PASampler sampler, ADSRParams defaultEnv, float bufferSampleRate) Full constructor with explicit buffer sample rate, custom sampler, and envelope.