Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPool
Packages that use PASamplerInstrumentPool
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.-
Uses of PASamplerInstrumentPool in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PASamplerInstrumentPoolModifier and TypeFieldDescription(package private) PASamplerInstrumentPoolGesturePlayground_back.pool(package private) PASamplerInstrumentPoolGesturePlayground.pool(package private) PASamplerInstrumentPoolTutorialOne_03_Drawing.pool(package private) PASamplerInstrumentPoolTutorialOne_04_Network.pool(package private) PASamplerInstrumentPoolTutorialOne_06_WindowBuffer.pool -
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