Uses of Package
net.paulhertz.pixelaudio.sampler
Packages that use net.paulhertz.pixelaudio.sampler
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.Granular synthesis classes for PixelAudio.
Package
net.paulhertz.pixelaudio.io provides JSON-based persistence for PixelAudio data structures.Digital audio sampling synthesis classes for PixelAudio, built on 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.Stores values used for SamplerBrush event staging, used in tutorial examples such as
TutorialOne_03_Drawing. -
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.io
-
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.Stores values used for SamplerBrush event staging, used in tutorial examples such as
TutorialOne_03_Drawing.SimpleADSR — software envelope generator with optional exponential curves.