On Jun 21, 2004, at 10:09 AM, kerim seiler wrote:
do i have understanding right: e.g.: message: "RAM"+ "space" + "path" to pix_film...
cgc wrote:
Actually, it's a little simpler than that. Load the film using 'open /path/to/movie' then hit 'ram' at any time to load it into RAM.
ok thanks...but there is no method for send a message ram
to pix_film... (sorry, i
m a newbie in pd)..perhaps i don`t have it understanding right.
could you send me a little example?
perhaps its because i work on windos xp?
thanks... greetings moritz
On Jun 22, 2004, at 8:54 AM, moritz seiler wrote:
ok thanks...but there is no method for send a message
ram
topix_film... (sorry, i
m a newbie in pd)..perhaps i don`t have it understanding right. could you send me a little example? perhaps its because i work on windos xp? thanks... greetings moritz
Oh, I see what the problem is - there is no 'ram' message implemented under windows, but the LoadRam() function is there. Strange that the code to do it is sitting there without a way to call it!
I don't have a Windows compiler setup to build GEM, so someone else will have to do it after the code changes (I'm guessing Johannes will do this). So I suppose the next release of a CVS binary will have this fixed.
cgc