Uses of Interface
net.paulhertz.pixelaudio.sampler.PAPlayable
Packages that use PAPlayable
Package
Description
Digital audio sampling synthesis classes for PixelAudio.
-
Uses of PAPlayable in net.paulhertz.pixelaudio.sampler
Subinterfaces of PAPlayable in net.paulhertz.pixelaudio.samplerModifier and TypeInterfaceDescriptioninterfaceSpecialized playable interface for sample-based instruments.Classes in net.paulhertz.pixelaudio.sampler that implement PAPlayableModifier 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.