Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerVoice
Packages that use PASamplerVoice
Package
Description
Digital audio sampling synthesis classes for PixelAudio.
-
Uses of PASamplerVoice in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler with type parameters of type PASamplerVoiceModifier and TypeFieldDescriptionprivate final List<PASamplerVoice>PASharedBufferSampler.voicesVoice pool used for polyphonic sample playback.Methods 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.