Uses of Interface
net.paulhertz.pixelaudio.sampler.PASamplerPlayable
Packages that use PASamplerPlayable
Package
Description
Digital audio sampling synthesis classes for PixelAudio.
-
Uses of PASamplerPlayable in net.paulhertz.pixelaudio.sampler
Classes in net.paulhertz.pixelaudio.sampler that implement PASamplerPlayableModifier and TypeClassDescriptionclassRepresents 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.classManages a group of PASamplerInstruments sharing the same source buffer and audio output.classPASamplerInstrumentPoolMulti Manages multiple PASamplerInstrumentPool instances, each keyed by name.