Uses of Package
net.paulhertz.pixelaudio.sampler
Packages that use net.paulhertz.pixelaudio.sampler
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
Granular synthesis classes for PixelAudio.
JSON-based persistence for PixelAudio data structures supported by file i/o classes.
Digital audio sampling synthesis classes for PixelAudio.
-
Classes in net.paulhertz.pixelaudio.sampler used by net.paulhertz.pixelaudio.exampleClassDescriptionValue object for Minim ADSR parameters.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.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.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.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.Mix-density normalization profiles for polyphonic sampler output, used to control noise and distortion.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.