Page 1 of 1
LOOP -- the RAM player :idea:
Posted: Thu May 26, 2005 5:12 pm
by janimatic
Hey! long time no see!
Here is a new release of my ram preview software "Loop",
optionally working as a plug in for moho.
To get previews from moho with a good framerate and audio !
WARNING !
.aif not supported today (please use .wav instead thanks)
Windows version :
http://animatic.no-ip.com/pub/dev/moho/ ... n32.tar.gz
Linux version (redhat 32 bit for now, requieres SDL)
http://animatic.no-ip.com/pub/dev/moho/ ... nux.tar.gz
Uncompress the archive for you system in the directory of your choice
and see the included readme.txt file for instructions.
Feedback veery welcome !
ps:
i just updated the lua script for linux version please replace your
"js_ram_preview.lua" in [moho]/Scripts/menu/
and configure your 3 variables
- platform
- mohoPath
- loopPath
LINUX:
http://animatic.no-ip.com/pub/dev/moho/ ... review.lua
WINDOWS :
http://animatic.no-ip.com/pub/dev/moho/ ... review.lua
PS2 :
here are the libs rpms for linux packaged together
http://animatic.no-ip.com/pub/dev/moho/ ... pms.tar.gz
see you!
Posted: Thu Jul 07, 2005 3:13 pm
by rylleman
stange that noone commented on this script yet...
I can't get it to work. in the lua console I get the following:
"...ram files\Moho\scripts\menu\Other\js_ram_preview.lua:217: attempt to concatenate global `loopDrive´ (a Nil Value)"
Re: LOOP -- the RAM player :idea:
Posted: Thu Jul 07, 2005 3:18 pm
by Rasheed
janimatic wrote:Here is a new release of my ram preview software "Loop", optionally working as a plug in for moho. To get previews from moho with a good framerate and audio !
I can't vote, because I can't see what the Lua script is supposed to do (I'm on Mac).
Posted: Thu Jul 07, 2005 3:26 pm
by Toontoonz
Maybe it is too complicated to set up.
Maybe no one needs it?
(I, too, tried it awhile back when first posted and gave up because it would not work. Is the script faulty or I don´t know what to do? I figured it was me not knowing how to set it up.)
Posted: Thu Aug 11, 2005 6:26 pm
by janimatic
hey!!
well it's not just a script but a software...
(the little script is just here to call the software from moho)
I wrote it for my own usage and it's verysimple and I really need it !
It's just a image sequence player with audio (i don't know another way to accurately preview with audio sync in moho)
If i have time later i'll make the configuration easier
Posted: Thu Aug 11, 2005 8:57 pm
by F.M.
Any chance of a Mac version?
Posted: Thu Aug 11, 2005 9:01 pm
by janimatic
hey!
yes big chances because i only used crossplatform libs which are available on mac linux and windows (and even irix etc..) namely SDL
But i don't have a mac so i cannot compile it under that platform... too bad
very sorry about this
Posted: Sat Apr 29, 2006 6:43 pm
by Rai López
Hmmm... I wanted investigate basically for curiosity but have exactly the same problem that rylleman using windows... Really somebody have could make it works?

Posted: Tue May 02, 2006 8:18 am
by Fazek
I think if you want to make such a tool it is better if you make it Open Source. Then other programmers can test (and debug!) it on other platforms and they can make other platform builds for the non-programmer users. I don't think that SDL is really required. Anyway, I am thinking on a purely lua playback tool (not sure it is possible), with support of external image sequences. Other solution is to embed one of the very good multi-platform playback softwares, like MPlayer. You can directly embed them into lua, so no additional software needed.
Go on! This function is really required and useful!
Posted: Wed May 10, 2006 3:44 am
by janimatic
hey!
nice to see the thread is not totally dead.
I'd be happy to share the c++ source, though i already send it to LM so he can integrate it inside moho (or make a better bridge between the tools)
Let me know if you want the source i'll post it here.
Happy animating
Julien
edit :
well here is the source :
http://animatic.no-ip.com/pub/dev/moho/loop_0.1_src.tar
happy programming then!
Posted: Thu Oct 09, 2008 4:19 pm
by janimatic
hey everyone,
my hard drive crashed, anyone have a copy of loop source code on his hard drive ? thanks
Julien
Posted: Fri Oct 10, 2008 8:29 pm
by Ovjeh
Here are the all related files from that time.
http://www.mediafire.com/?jjmwziky4n4
--
Posted: Fri Oct 10, 2008 11:14 pm
by synthsin75
Did anyone ever get this to work? Sounds useful if it could be made to work.