Uses of Enum Class
net.paulhertz.pixelaudio.sampler.SimpleADSR.Stage
Packages that use SimpleADSR.Stage
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 SimpleADSR.Stage in net.paulhertz.pixelaudio.sampler
Fields in net.paulhertz.pixelaudio.sampler declared as SimpleADSR.StageMethods in net.paulhertz.pixelaudio.sampler that return SimpleADSR.StageModifier and TypeMethodDescriptionstatic SimpleADSR.StageReturns the enum constant of this class with the specified name.static SimpleADSR.Stage[]SimpleADSR.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.