Random Except Previous Number
This example shows how you can continue to output random numbers without duplicating.
This example shows how you can continue to output random numbers without duplicating.
This example shows a simple way to calculate the difference between an incoming value, and the previously received value (for integers).
This example demonstrates how to iterate through elements of a message with a delay interval.
This example show 2 ways to increase and decrease a value on a number box. One uses a set of trigger, textbutton, int, and + objects, the other simply uses the incdec object.
Upon patch initialization, one might be tempted to use multiple loadbang objects attached to delay objects in order to control the order of operations. A different approach, however, would be to use a single loadbang at the top level and use send or forward to send the messages you want, where you want, and in the order you want.
What if I want to use a counter to drive a step sequencer and add a palindrome, always counting from 1 to 16, and from 16 to 1 again so that it will be kept in sync.
For this example to work properly, you will also need to download the small text file subtitles.txt.
One way to combine text and video is to write text in jit.lcd as demonstrated in the example “Draw shapes and text
The jit.lcd object understands a variety of command messages for drawing simple things such as lines, geometric shapes, text, and pictures any place in a matrix.