. anyone using direct_media_change?
Posted: Mon Jul 14, 2008 3:58 am
. hello again!
. i've been working on a module that takes a keyword via OSC and looks for images in a directory based on that keyword. if there are images in there, i want to load the images in banks 7 and 8.
. i have the full path and filename, but don't understand how direct_media_change is supposed to work.
. when i print tuple (called loadData) it looks like this:
('/Users/vj/google_images/keyword/010.jpg', 96)
. 96 being the id of the upper left media slot of bank 7 (right?) and try to load the image:
modul8.setValue('direct_media_change',loadData)
. but nothing happens. any ideas, modul8 gurus? am i using the new keyword correctly? did i mess up my tuple?
. thanks!
-james
(a nomad. )
. i've been working on a module that takes a keyword via OSC and looks for images in a directory based on that keyword. if there are images in there, i want to load the images in banks 7 and 8.
. i have the full path and filename, but don't understand how direct_media_change is supposed to work.
. when i print tuple (called loadData) it looks like this:
('/Users/vj/google_images/keyword/010.jpg', 96)
. 96 being the id of the upper left media slot of bank 7 (right?) and try to load the image:
modul8.setValue('direct_media_change',loadData)
. but nothing happens. any ideas, modul8 gurus? am i using the new keyword correctly? did i mess up my tuple?
. thanks!
-james
(a nomad. )