Uses of Class
net.paulhertz.pixelaudio.voices.PASamplerVoice
Packages that use PASamplerVoice
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 PASamplerVoice in net.paulhertz.pixelaudio.voices
Fields in net.paulhertz.pixelaudio.voices with type parameters of type PASamplerVoiceMethods in net.paulhertz.pixelaudio.voices that return PASamplerVoiceModifier and TypeMethodDescriptionprivate PASamplerVoicePASharedBufferSampler.getAvailableVoice()Get a free voice, or recycle the oldest active one if at the polyphony limit.Methods in net.paulhertz.pixelaudio.voices that return types with arguments of type PASamplerVoiceModifier and TypeMethodDescriptionPASharedBufferSampler.getVoices()Read-only list of voices for GUI or debugging.