s-n-s
(s-n-s)
October 26, 2010, 8:39am
48
fladd:
There is one thing I really don’t like about this tool right now: It is extremely slow!
I tested it on the first track of the demo song “Complex life forms” over the whole song, with effects and it took 11 minutes!!! That of course also means that I had to deal with the warning dialogue (that comes after 10 sec) 66 times!!! This is very annoying and I am unsure how to further optimize the script. I know that it loops over all the sings several times, but according to me this should still be way faster. So if anyone has some input on this I would appreciate it.
fladd
dont know if this will help you,but beatslaugter posted a snippet of code,that would change the lpd of tracks,and then taktik posted a modification of that code,that really speed it up,and sort of solved the warning dialogue
but dont know if the code is somehow useble in your script
heres the topic where beatslaugter posted the snippet
Needed a higher resolution for one of my songs and instead of changing everything manually i’ve written a small script which does the work for me and which also stretches out the automation envelopes correctly. Might be useful for someone else too maybe. This script will take a while to process, so be sure to answer “no” if Renoise asks you to abort it. Only thing one needs to adjust afterwards are any effects which use LPC as timebase.
local rs = renoise.song()
rs.transport.lpb = rs.tr…