Uses of Class
net.paulhertz.pixelaudio.sampler.PASamplerInstrument
Packages that use PASamplerInstrument
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 PASamplerInstrument in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PASamplerInstrumentModifier and TypeFieldDescription(package private) PASamplerInstrumentGesturePlayground_back.synth(package private) PASamplerInstrumentTutorialOne_01_FileIO.synth(package private) PASamplerInstrumentTutorialOne_02_Animation.synth -
Uses of PASamplerInstrument in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler with type parameters of type PASamplerInstrumentModifier and TypeFieldDescriptionprivate final List<PASamplerInstrument>PASamplerInstrumentPool.poolMethods in net.paulhertz.pixelaudio.sampler that return PASamplerInstrumentModifier and TypeMethodDescriptionprivate PASamplerInstrumentPASamplerInstrumentPool.getAvailableInstrument()Find a free instrument; otherwise least-busy; otherwise smooth-steal one.Methods in net.paulhertz.pixelaudio.sampler that return types with arguments of type PASamplerInstrument