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.
-
Uses of PitchPolicy in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return PitchPolicyModifier and TypeMethodDescriptionPABurstGranularSource.pitchPolicy()Reports that this source handles pitch internally.default PitchPolicyPASource.pitchPolicy()Returns a hint describing how an instrument should combine its pitch control with 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.