Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPool
Packages that use PASamplerInstrumentPool
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
Digital audio sampling synthesis classes for PixelAudio.
-
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) PASamplerInstrumentPoolTutorialOne_03_Drawing.pool(package private) PASamplerInstrumentPoolTutorialOne_04_Network.pool(package private) PASamplerInstrumentPoolTutorialOne_05_GesturePlayground.pool(package private) PASamplerInstrumentPoolTutorialOne_06_WindowBuffer.pool(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) Returns a named pool.Methods in net.paulhertz.pixelaudio.sampler that return types with arguments of type PASamplerInstrumentPool