Uses of Enum Class
net.paulhertz.pixelaudio.granular.GranularPaths.EdgeMode
Packages that use GranularPaths.EdgeMode
-
Uses of GranularPaths.EdgeMode in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return GranularPaths.EdgeModeModifier and TypeMethodDescriptionstatic GranularPaths.EdgeModeReturns the enum constant of this class with the specified name.static GranularPaths.EdgeMode[]GranularPaths.EdgeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.granular with parameters of type GranularPaths.EdgeModeModifier and TypeMethodDescriptionprivate static longGranularPaths.applyEdgeMode(long idx, int len, GranularPaths.EdgeMode mode, long dir) static GranularPathGranularPaths.fixedHopReport(long startIndex, int numGrains, int hopSamples, int grainLengthSamples, float pitchHint, float gain, float pan, long startOffsetSamples, long hopOffsetSamples, int sourceLengthSamples, GranularPaths.EdgeMode edgeMode)