Uses of Package
net.paulhertz.pixelaudio.sampler
Packages that use net.paulhertz.pixelaudio.sampler
Package
Description
Package
net.paulhertz.pixelaudio.sampler provides a hierarchy of Java classes
for implementing digital audio sampling synthesis with support from the Minim library for Processing.-
Classes in net.paulhertz.pixelaudio.sampler used by net.paulhertz.pixelaudio.exampleClassDescriptionValue object for Minim ADSR parameters.PASamplerInstrument 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.PASamplerInstrumentPool Manages a group of PASamplerInstruments sharing the same source buffer and audio output.
-
Classes in net.paulhertz.pixelaudio.sampler used by net.paulhertz.pixelaudio.granularClassDescriptionValue object for Minim ADSR parameters.PitchPolicy Determines how PASamplerInstrument / PASamplerVoice should interpret their pitch parameter in combination with a given PASource.SimpleADSR — software envelope generator with optional exponential curves.
-
Classes in net.paulhertz.pixelaudio.sampler used by net.paulhertz.pixelaudio.samplerClassDescriptionValue object for Minim ADSR parameters.Generic interface for anything that can be "played." Provides a minimal playback API plus backward-compatible overloads for sampler instruments and other PAPlayable classes.Backend engine contract for sampler implementations.PASamplerInstrument 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.PASamplerInstrumentPool Manages a group of PASamplerInstruments sharing the same source buffer and audio output.Specialized playable interface for sample-based instruments.PASamplerVoice — a single playback "voice" reading from a shared mono buffer.PitchPolicy Determines how PASamplerInstrument / PASamplerVoice should interpret their pitch parameter in combination with a given PASource.SimpleADSR — software envelope generator with optional exponential curves.