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)
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
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)"
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).
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.)
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
Hmmm... I wanted investigate basically for curiosity but have exactly the same problem that rylleman using windows... Really somebody have could make it works?
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!
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.