Uses of Interface
net.paulhertz.pixelaudio.sampler.PASamplerPlayable
Packages that use PASamplerPlayable
Package
Description
Digital audio sampling synthesis classes for PixelAudio, built on the
Minim library for Processing.
-
Uses of PASamplerPlayable in net.paulhertz.pixelaudio.sampler
Classes in net.paulhertz.pixelaudio.sampler 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.