Uses of Class
net.paulhertz.pixelaudio.voices.PASamplerInstrument
Packages that use PASamplerInstrument
Package
Description
Package
net.paulhertz.pixelaudio.voices 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.voices
Fields in net.paulhertz.pixelaudio.voices with type parameters of type PASamplerInstrumentModifier and TypeFieldDescriptionprivate final List<PASamplerInstrument>PASamplerInstrumentPool.poolMethods in net.paulhertz.pixelaudio.voices that return PASamplerInstrumentModifier and TypeMethodDescriptionprivate PASamplerInstrumentPASamplerInstrumentPool.getAvailableInstrument()Find a free instrument; otherwise least-busy; otherwise smooth-steal one.Methods in net.paulhertz.pixelaudio.voices that return types with arguments of type PASamplerInstrument