jit.slide
Description
The jit.slide object performs cellwise temporal envelope following.`
Examples

Discussion
The jit.slide object uses the equation
y(n) = y (n-1) + ((x (n) - y (n-1))/slide)
For example, given a slide up/down value of 1, the output will always equal the input. Given a slide value of 10, the slide up/down value output will only change 1/10th as quickly as the input.
Matrix Operator
matrix inputs:1, matrix outputs:1
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 1 | 1 | 1 | 1 | 1 | char long float32 float64 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
slide_down [float]
The slide down factor (default = 1.) Note that down refers not to spatial change along the y axis, but rather with respect to amplitude (e.g. brightness of color channel for image data).
slide_up [float]
The slide up factor (default = 1.) Note that up refers not to spatial change along the y axis, but rather with respect to amplitude (e.g. brightness of color channel for image data).
Common Box Attributes
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.scanslide | |
slide | |
slide~ |