jit.qt.movie

Using audio to trigger the display of a frame of video

One way to make video respond to audio in Max, is to detect some significant event 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 stream to trigger the display of a frame of a movie. Every time the phasor~ jumps down to 0, a bang is sent to the jit.qt.movie causing it to display the current frame of the movie loaded into it.

Attributes example

Most Jitter objects have internal states, known as attributes, and you can get and set their values. The list of messages on the right hand side of the example are a few of the attributes of a jit.qt.movie object. When you click on one of the attribute-getting messages, its value is reported from the right outlet of jit.qt.movie.