The length seems to fuck with everything. Results so far.
this is play mode: ONCE
length 0, only frame 0 plays.
length 1, frame 0, then F
length 2: 0, 7, F
length 3: 0, 5, A, F
length 4: 0, 3, 7, B, F
length 5: 0, 3, 6, 9, C, F
length 6: 0, 2, 5, 7, A, D, F
length 7: 0, 2, 4, 6, 9, B, D, F
length 8: 0, 1, 3, 5, 7, 9, B, D, F
length 9: 0, 1, 3, 5, 7, 8, 9, C, E, F
length A: 0, 1, 3, 4, 6, 7, 9, B, C, E, F
length B: 0, 1, 2, 4, 5, 7, 8, A, B, D, E, F
length C: 0, 1, 2, 3, 5, 6, 7, 9, A, B, D, E, F
length D: 0, 1, 2, 3, 4, 6, 7, 8, 9, B, C, D, E, F
length E: 0, 1, 2, 3, 4, 5, 6, 7, 9, A, B, C, D, E, F (all but frame 8)
length F: ALL FRAMES
See the pattern? What's it's doing is splitting up the 16 frames evenly between how many frames you want. So a length of 5 has 6 frames (because zero counts as 1) that are evenly spaced between 0 and F. Not the most intuitive thing, but definitely a pattern.
OK, so LOOP mode, the key here is the REPEAT command.
REPEAT: 0 plays through all the frames depending on your length (see above) and just holds out your last frame.
REPEAT: 1 plays through frames and loops your last 2 frames,
REPEAT: 2 plays through frames and loops your last 3 frames.
and so on.
SO, if you want loop just loop through the frames you want, set repeat to the same number as your length or higher, then it will just loop through them all. If you set the repeat higher than the length number it doesn't do anything extra, it just loops through the full length.
PINGPONG MODE! It loops, but when it reaches the end it plays through those same frames backwards.
REPEAT also affects this the same way.
So,
repeat 0: holds out the final frame
repeat 1: plays through frames and alternates between final two frames
repeat:2: plays through frames and then ping pongs between last 3 frames
repeat 3: plays through frames and then ping pongs between last 4 frames...
AGAIN to ping pong between all the frames you want (length), just set the repeat to same value as the length or higher. Again repeat values higher than the length don't do anything different.
SPEED, F is the slowest, 0 is the highest.
BOOOOYAHHHHHHHHHHHHHHHHH
Last edited by danimal cannon (Jan 28, 2012 3:52 am)