hi all,
just a quick question. Is it possible to display an image dynamically with gem? I want to be able to choose the file to open (eg with pix_image) while the patch is running. Is this possible?
Please help!
-Tim
You can use the pix_multiimage object which lets you select from a range of images that are loaded on startup, you simply select each image then as you want it
Rory.
--- Timothy Nicol trnic1@student.monash.edu wrote:
hi all,
just a quick question. Is it possible to display an image dynamically with gem? I want to be able to choose the file to open (eg with pix_image) while the patch is running. Is this possible?
Please help!
-Tim
Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
If you send an "open [filename]" message to the pix_image it will load that image, this does not effect rendering, it will simply come up when it loads. What do you want to trigger your images?
I think multiimage stores the images in memory so they are called up faster, but I never had a speed problem loading images with pix_image, depends on the frequency.
you can always use openpanel to supply the filename.
Ben
On Wed, 29 May 2002, Timothy Nicol wrote:
hi all,
just a quick question. Is it possible to display an image dynamically with gem? I want to be able to choose the file to open (eg with pix_image) while the patch is running. Is this possible?
Please help!
-Tim