Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerVoice
Packages that use PASamplerVoice
Package
Description
Digital audio sampling synthesis classes for PixelAudio, built on the
Minim library for Processing.
-
Uses of PASamplerVoice in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler with type parameters of type PASamplerVoiceMethods in net.paulhertz.pixelaudio.sampler 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.sampler that return types with arguments of type PASamplerVoiceModifier and TypeMethodDescriptionPASharedBufferSampler.getVoices()Read-only list of voices for GUI or debugging.