Search
Search results
-
Checkerboard pattern in a matrix
... This example shows a way to set the contents of a 2D Jitter matrix. The task in this case is to fill the matrix with a checkerboard ... pattern with jit.gen ". Chapter: Jitter Keywords: uzi , & , setcell , jit.matrix ...
Example - tozawa1 - 01/05/2019 - 11:58
-
Calculating the mean of each cell of a series of matrices
... To calculate the mean value of each cell of a series of Jitter matrices, you can keep the running sums in a matrix, and then divide by ... is being held in each one. Chapter: Jitter Keywords: mean , jit.matrix ...
Example - cchadley - 12/31/2018 - 14:38
-
Checkerboard pattern with jit.gen
... This example shows a way to set the contents of a 2D Jitter matrix algorithmically in jit.gen . The task in this case is to fill ... pattern in a matrix ". Chapter: Jitter Keywords: jit.matrix , jit.gen ...
Example - dobrian - 01/05/2019 - 12:06
-
Attributes example
... attributesexample.maxpat Most Jitter objects have internal states, known as attributes, and you can get and ... by jit.qt.movie . Chapter: Jitter Keywords: jit.qt.movie , attribute , message ...
Example - tozawa1 - 04/29/2019 - 15:08
-
Using audio to trigger the display of a frame of video
... in an MSP audio signal, and use that to trigger something in Jitter. This patch demonstrates one case of that. It uses an event in an audio ... per second (Hz). Chapter: MSP , Jitter Keywords: phasor~ , delta~ , edge~ , ...
Example - garretbh - 07/28/2019 - 12:03
-
GL alpha blending
... This patch shows how to use gl objects in Jitter to fade the color of a rendered sphere between two values. Chapter: Max , Jitter Keywords: GL , alpha , blending , ...
Example - cchadley - 03/06/2019 - 16:04
-
Interference
... signal, with scope~ or by creating your own scope with Jitter. Chapter: MSP , Jitter Keywords: interference , delta~ , edge~ , ...
Example - cchadley - 03/15/2019 - 12:09
-
Play a movie
... This patch demonstrates a simple way to play a movie in Jitter. Chapter: Max , Jitter Keywords: jit.qt.window , jit.qt.movie , ...
Example - cchadley - 03/11/2019 - 13:52
-
Using the Hénon attractor
... y values are stored in a jit.matrix object, and that Jitter matrix is used to provide spatial coordinates to jit.gl.multiple , ... of jit.gl.render . Chapter: Jitter , MSP Keywords: Henon , iterative , ...
Example - dobrian - 09/11/2021 - 11:20
-
Blur a float32 matrix
... To blur an image in a Jitter matrix, one cheap and easy way is to downsample the image, then ... matrix in the right inlet. Chapter: Jitter Keywords: blur , jit.convolve , float32 , ...
Example - tozawa1 - 12/27/2018 - 12:10