Hallo!
I just started out with Pd for a vey specific project, but I'm pretty inept with computers so please be patient!
I'm trying to control and animate image sequences via MIDI, with the MIDI Clock signal (or a fraction therof) working as the framerate and using MIDI Note messages to select the animation, as well as MIDI CC messages to control visual effects (colour hue, rotation, inversion and so on).
I've managed to make a MIDI clock counter and tried using it to cycle through the images of a "pix_multiimage" object, but it won't cycle through the image sequence (only the first image of the sequence is displayed) as it is recieving a bang rather than a float.
I assume there is something missing between the clock output and the multiimage input. I've tried addind a "float" (and "float 0" and "float "1") message inbetween and the error message stops, but the image still doesn't cycle.
That's my main question for the moment, further down the line I'd also be greatful for any info on how I would go about setting up the "notein" values to select from a matrix of multiimage objects, ideally with the option to layer images when polyphonic input is recieved, and how to implement the CC controlled visual effects, but that would probably be asking too much.