Hi, I'm fairly new to pure data.
I wanted to create a patch where every time a midi key is hit, a picture would be displayed.
Can anyone point me in the right direction of what programmes to use for the picture display, and what i would need to include in my patch to enable such an instruction.
thanks
-
Picture output
-
You should use [pix_image] and a message box for each picture you want to change... [open pict01.jpeg( - [open pict02.jpeg( and so on... than you can bang those messages with a midi note, a computer keyboard key, a handclap and so on...
You can do everything with pd and gem, give a look at [pix_texture], [rectangle], [pix_image], and [midiin] for the midi input