Uses of Enum Class
net.paulhertz.pixelaudio.sampler.PASharedBufferSampler.MixProfile
Packages that use PASharedBufferSampler.MixProfile
Package
Description
Digital audio sampling synthesis classes for PixelAudio.
-
Uses of PASharedBufferSampler.MixProfile in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler declared as PASharedBufferSampler.MixProfileModifier and TypeFieldDescriptionprivate PASharedBufferSampler.MixProfilePASamplerInstrumentPool.mixProfilePool-wide sampler mix profile propagated to pooled instruments.private PASharedBufferSampler.MixProfilePASharedBufferSampler.mixProfileMethods in net.paulhertz.pixelaudio.sampler that return PASharedBufferSampler.MixProfileModifier and TypeMethodDescriptionPASamplerInstrument.cycleMixProfile()Convenience: cycle to the next available sampler mix profile.PASamplerInstrumentPool.cycleMixProfile()Convenience: advance to the next mix profile and apply it pool-wide.PASamplerInstrument.getMixProfile()PASamplerInstrumentPool.getMixProfile()PASharedBufferSampler.getMixProfile()Returns the enum constant of this class with the specified name.static PASharedBufferSampler.MixProfile[]PASharedBufferSampler.MixProfile.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.sampler with parameters of type PASharedBufferSampler.MixProfileModifier and TypeMethodDescriptionvoidPASamplerInstrument.setMixProfile(PASharedBufferSampler.MixProfile profile) Pass-through to the underlying PASharedBufferSampler mix behavior.voidPASamplerInstrumentPool.setMixProfile(PASharedBufferSampler.MixProfile profile) Set the sampler bus mix behavior for every instrument in the pool.voidPASharedBufferSampler.setMixProfile(PASharedBufferSampler.MixProfile profile) Sets the mix normalization profile.