Image folder skip button and randomize button
-
- Posts: 1
- Joined: Sun May 14, 2023 7:16 pm
Image folder skip button and randomize button
I would like the ability to randomize an image folder playlist and have the ability to skip to the next image manual. A hot key option for this skip button and the skip button for the video playlist would be a very helpful addition.
Re: Image folder skip button and randomize button
This can be done already.
Add a Random Trigger to the Index of the JPEGFolder. After that, add an expression with the following: (x*imagecount)+counter*10
where...
imagecount = a global recording the number of images, and
counter = a global
After the JPEGFolder, insert a Reset node.
Now, with the mouse, you can select a random image by clicking reset and you can move through sequentially by increasing the counter. You could control both with MIDI or OSC.
Add a Random Trigger to the Index of the JPEGFolder. After that, add an expression with the following: (x*imagecount)+counter*10
where...
imagecount = a global recording the number of images, and
counter = a global
After the JPEGFolder, insert a Reset node.
Now, with the mouse, you can select a random image by clicking reset and you can move through sequentially by increasing the counter. You could control both with MIDI or OSC.