Uses of Interface
net.paulhertz.pixelaudio.voices.PAPlayable
Packages that use PAPlayable
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 PAPlayable in net.paulhertz.pixelaudio.voices
Subinterfaces of PAPlayable in net.paulhertz.pixelaudio.voicesModifier and TypeInterfaceDescriptioninterfaceSpecialized playable interface for sample-based instruments.Classes in net.paulhertz.pixelaudio.voices that implement PAPlayableModifier 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.