Search
Search results
-
Using Jitter to store numerical data
... of large quantities of numerical data is exactly what Jitter is for. You might commonly think of the data in Jitter matrices as representing pixels of a video image, but in fact you can ...
Example - tozawa1 - 07/28/2019 - 09:51
-
Slideshow folders in Jitter
... To switch between folders of a slideshow in jitter ( explained here ) you can set the prefix or folder (i.e. the file ... and populate it. Chapter: Max , Jitter Keywords: slideshow , umenu , prefix , file ...
Example - cchadley - 10/15/2018 - 01:49
-
Upsampling & downsampling video using Jitter
... More information on this subject and can be found in Jitter Tutorial 14: Matrix Positioning on the Cycling 74 website. Chapter: Jitter Keywords: expr , jit.qt.movie , jit.matrix , ...
Example - garretbh - 11/06/2018 - 19:05
-
Networking Jitter matrices via TCP
... For large packets, it's best to put all the data into a Jitter matrix and send that via TCP. Of course, if you just send a jit_matrix ... the jit.net.recv object gets the data, it puts it into a Jitter matrix of its own, then sends out the address of that matrix. Note that ...
Example - cchadley - 10/26/2019 - 22:46
-
Upsampling number lists with Jitter
... numbers. This patch demonstrates a way to use Jitter to upsample a list of numbers by taking advantage of the interp attribute of the j it.matrix object. (Many other Jitter objects have this same interpolation capability.) Two objects that ...
Example - kpanthon - 07/30/2019 - 09:36
-
Play a QuickTime movie with Jitter
... playing it, loading its visual content into its internal Jitter matrix. But that matrix is only made visible when you send it a bang ... see also jit.movie .] Chapter: Jitter Keywords: metro , QuickTime , jit.qt.movie , ...
Example - alough - 01/28/2018 - 15:38
-
Play a movie in Jitter, fade in and out, and jump around
... This patch shows the basics of displaying a movie with Jitter, and also shows the use of movie attributes to learn and use important ... the movie. Chapter: Max , Jitter Keywords: metro , random , jit.qt.movie , ...
Example - cchadley - 12/20/2018 - 00:29
-
Color bit depth in Jitter
... jitterbitdepth.maxpat A Jitter matrix in which the cells represent colored pixels—such as a ... degrade an image (or a sound). Chapter: Jitter Keywords: jit.op , jit.cellblock , color ...
Example - garretbh - 11/23/2019 - 21:03
-
Some useful Jitter attributes
... and 2) it’s the name that GL 3D animation objects in Jitter can refer to as their drawing location. For that second purpose, it’s ... “ Using attributes to control video playback in Jitter ”. If I’m putting the window into ‘fullscreen’ mode, it’s ...
Example - mmicchel - 04/16/2018 - 21:15
-
Find the maximum of a jitter matrix column
... and jit.3m . Chapter: Jitter Keywords: jit.matrix , jit.noise , jit.3m , ...
Example - kpanthon - 04/16/2019 - 15:05