IOhannes m zmoelnig a écrit : ...
iirc, my goal was rather to be in sync with the gemchain. so if you send an "open" message to [pix_image] you should be guaranteed, that in the next render cycle the image is loaded. the object might block this render cycle untill it has finished loading the image. i think this is better than adding another outlet.
i think nothing should block the render cycle.
currently, loading images is done on an other thread, but there is still a small time where rendering is stop. this mean that i need to load all media before the beginning of a performance.
cyrille