Uses of Enum Class
net.paulhertz.pixelaudio.voices.SimpleADSR.Stage
Packages that use SimpleADSR.Stage
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 SimpleADSR.Stage in net.paulhertz.pixelaudio.voices
Fields in net.paulhertz.pixelaudio.voices declared as SimpleADSR.StageMethods in net.paulhertz.pixelaudio.voices 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.