|
Re: Progress bar
I downloaded the 1.1 zip and it sounds like the Playback code is what you were talking about.
The thing to realize is that variable nodes are one of the most expensive memory hogs in LV. Wires are always better.
If it isn't guaranteed that the local used to give the datatype to the file read is empty, don't use it. Right click on it and create a constant. Empty the constant and wire that instead. Next delete the variable used to get the array size. Instead get the array size of the data coming from the file read. Similarly, the next sequence frame reads it again. Delete the variable and use the wire to index. Variables without much data in them aren't a big deal, but with a big array, each one matters.
Greg McKaskle
|