Uses of Interface
net.paulhertz.pixelaudio.voices.PASampler
Packages that use PASampler
Package
Description
Package
net.paulhertz.pixelaudio.voices provides a hierarchy of Java classes
for implementing digital audio sampling synthesis with support from the Minim library for Processing.-
Uses of PASampler in net.paulhertz.pixelaudio.voices
Classes in net.paulhertz.pixelaudio.voices 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.voices declared as PASamplerMethods in net.paulhertz.pixelaudio.voices that return PASamplerConstructors in net.paulhertz.pixelaudio.voices 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.