Uses of Class
net.paulhertz.pixelaudio.granular.GestureGranularParams.Builder
Packages that use GestureGranularParams.Builder
-
Uses of GestureGranularParams.Builder in net.paulhertz.pixelaudio.granular
Methods in net.paulhertz.pixelaudio.granular that return GestureGranularParams.BuilderModifier and TypeMethodDescriptionGestureGranularParams.Builder.autoBurstGainComp(boolean v) Enables or disables automatic gain compensation for burst grains.GestureGranularParams.builder()Creates a builder initialized with runtime defaults.GestureGranularParams.Builder.burstGrains(int v) Sets the number of grains generated for each scheduled event.GestureGranularParams.Builder.env(ADSRParams v) Sets the playback envelope.GestureGranularParams.Builder.gainLinear(float v) Sets the default linear gain.GestureGranularParams.Builder.grainLengthSamples(int v) Sets the grain length in samples.GestureGranularParams.Builder.grainWindow(ddf.minim.analysis.WindowFunction wf) Sets the grain amplitude window.GestureGranularParams.Builder.hopLengthSamples(int v) Sets the hop length in samples.GestureGranularParams.Builder.hopMode(GestureGranularParams.HopMode v) Sets the hop mode.GestureGranularParams.Builder.looping(boolean v) Sets whether the granular source path should loop.GestureGranularParams.Builder.pan(float v) Sets the default pan.GestureGranularParams.Builder.pitchRatio(float v) Sets the default pitch ratio.GestureGranularParams.Builder.targetCount(int v) Sets the target event count for resampling.GestureGranularParams.Builder.targetDurationMs(float v) Sets the target duration in milliseconds.GestureGranularParams.Builder.timeTransform(GestureGranularParams.TimeTransform v) Sets the primary timing transform label.GestureGranularParams.Builder.warpExponent(float v) Sets the timing warp exponent.GestureGranularParams.Builder.warpShape(GestureGranularParams.WarpShape v) Sets the timing warp shape.Constructors in net.paulhertz.pixelaudio.granular with parameters of type GestureGranularParams.Builder