Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPool
Packages that use PASamplerInstrumentPool
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.Digital audio sampling synthesis classes for PixelAudio, built on the
Minim library for Processing.
-
Uses of PASamplerInstrumentPool in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PASamplerInstrumentPoolModifier and TypeFieldDescription(package private) PASamplerInstrumentPoolBagatelle.pool(package private) PASamplerInstrumentPoolDeadBodyWorkFlow.pool(package private) PASamplerInstrumentPoolTutorialOne_03_Drawing.pool(package private) PASamplerInstrumentPoolTutorialOne_04_Network.pool(package private) PASamplerInstrumentPoolTutorialOne_05_GesturePlayground.pool(package private) PASamplerInstrumentPoolTutorialOne_06_WindowBuffer.pool(package private) PASamplerInstrumentPoolTutorialOneWindowBuffer.poolDeprecated, for removal: This API element is subject to removal in a future version.(package private) PASamplerInstrumentPoolWaveSynthEditor.pool(package private) PASamplerInstrumentPoolWaveSynthSequencer.pool(package private) PASamplerInstrumentPoolBigWaveSynthAudio.synth -
Uses of PASamplerInstrumentPool in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler with type parameters of type PASamplerInstrumentPoolModifier and TypeFieldDescriptionprivate final Map<String,PASamplerInstrumentPool> PASamplerInstrumentPoolMulti.poolsMethods in net.paulhertz.pixelaudio.sampler that return PASamplerInstrumentPoolModifier and TypeMethodDescriptionprivate PASamplerInstrumentPoolPASamplerInstrumentPoolMulti.current()Returns the currently active sub-pool (may be null).PASamplerInstrumentPoolMulti.getPoolByTag(String tag) Methods in net.paulhertz.pixelaudio.sampler that return types with arguments of type PASamplerInstrumentPool