Uses of Interface
net.paulhertz.pixelaudio.voices.PASamplerPlayable
Packages that use PASamplerPlayable
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 PASamplerPlayable in net.paulhertz.pixelaudio.voices
Classes in net.paulhertz.pixelaudio.voices that implement PASamplerPlayableModifier and TypeClassDescriptionclassPASamplerInstrument Represents a playable instrument that uses a PASampler instantiated as a PASharedBufferSampler to trigger audio playback from a shared buffer that is (currently) a Minim MultiChannelBuffer.classPASamplerInstrumentPool Manages a group of PASamplerInstruments sharing the same source buffer and audio output.classPASamplerInstrumentPoolMulti Manages multiple PASamplerInstrumentPool instances, each keyed by name.