Search
Search results
-
Video crossfade
... mixing, and it applies the concept to the contents of two Jitter matrices. In its two inlets it expects to receive Jitter matrices, and it uses its ‘xfade’ attribute to scale and add those ...
Example - mmicchel - 06/24/2019 - 20:38
-
Add text to video in GL
... a video ". That shows hot to use the jit.lcd object in Jitter, and add its output to that of a jit.movie object. Another method ... on the graphics card of the computer instead of within a Jitter matrix on the computer’s CPU. In this example, notice that ...
Example - ocostaha - 12/10/2018 - 00:35
-
Crossfade and blur movie files using jit.xfade and jit.matrix
... This example shows a couple of different Jitter techniques. It shows how you can very simply use a MIDI control value to alter a Jitter attribute. In this case, the MIDI values from a modulation wheel ...
Example - garretbh - 06/04/2019 - 14:15
-
3D animation of a MIDI note
... in 3D, you need to learn about the jit.gl.* family of Jitter objects. To animate MIDI notes as 3D objects, you’ll need to decide ... location of a sphere. Chapter: Jitter Keywords: 3D , OpenGL , sphere , animation ...
Example - dobrian - 01/17/2019 - 22:49
-
Linear interpolation over time
... as a multiplier to control the brightness of an image in a Jitter matrix. The pack object takes in several numbers (three in this ... its jit_matrix . Chapter: Max , Jitter Keywords: jit.matrix , jit.op , kslider , ...
Example - alough - 05/21/2019 - 15:23
-
Alphablend a videoplane in OpenGL
... between two videos is particularly easy to accomplish in Jitter using OpenGL. (One can also blend two videos without GL, using the ... the plane that's in layer 1. Chapter: Jitter Keywords: video , alpha blending , ...
Example - garretbh - 09/28/2019 - 08:17
-
Oscillators controlled by cellular automata
... oscillators based on the on-off state of a row of cells in a Jitter matrix that is generated by some very simple rules of a cellular ... that for added processing. Chapter: Jitter , MSP Keywords: accum , oscbank~ , automata ...
Example - cchadley - 09/11/2021 - 10:53
-
32-bit versus 64-bit
... large numbers correctly, while the float64 data type in Jitter should deal with them correctly. Chapter: Jitter Keywords: 64-bit , precision ...
Example - kpanthon - 01/17/2019 - 13:58
-
Moving video using x y coordinates
... and rotation position of an image or video displayed using Jitter. The x-y orientation of the image is manipulated via the rotate ... sent to jit.gl.render . Chapter: Jitter Keywords: qmetro , if , then , counter , ...
Example - garretbh - 12/20/2018 - 19:50
-
View image pixel by pixel
... This example uses Jitter to reveal text pixel by pixel. The text is written into the jit.lcd ... out of the jit.matrix . Chapter: Jitter Keywords: counter , jit.lcd , jit.matrix , ...
Example - garretbh - 12/20/2018 - 19:53