Uses of Enum Class
net.paulhertz.pixelaudio.sampler.PitchPolicy
Packages that use PitchPolicy
Package
Description
Granular synthesis classes for PixelAudio.
Digital audio sampling synthesis classes for PixelAudio, built on the
Minim library for Processing.
-
Uses of PitchPolicy in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return PitchPolicyModifier and TypeMethodDescriptionPABurstGranularSource.pitchPolicy()default PitchPolicyPASource.pitchPolicy()Pitch policy hint for the instrument: should the instrument apply its pitch (playback rate) on top of this source? -
Uses of PitchPolicy in net.paulhertz.pixelaudio.sampler
Methods in net.paulhertz.pixelaudio.sampler that return PitchPolicyModifier and TypeMethodDescriptionstatic PitchPolicyReturns the enum constant of this class with the specified name.static PitchPolicy[]PitchPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.