fadeTime

From TidalCycles userbase
Jump to: navigation, search

Type: fadeTime :: Pattern Double -> ControlPattern

fadeTime sets the fade in and fade out times for audio grains within an orbit. The default is "0.001" which, due to its shortness, can cause unwanted clicks. fadeTime is useful in combination with cut to truncate samples cleanly.

d1 $ s "wobble*8" # cut 1 # fadeTime "1"

If using begin at a position in the sample other than 0, fadeInTime sets the fade in time, fadeTime continues to set the fade out time.