klystrack icon indicating copy to clipboard operation
klystrack copied to clipboard

Having LEN != 0x40 isn't well-implemented

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

Having LEN < 0x40 is ugly... Adding a new pattern still gives 40 lines and the 
pattern is too long in the pattern list.

Having LEN > 0x40 is also ugly, and broken too.  Or is it somehow a feature 
that you can add a pattern with 0x40 lines, but not edit past line 0x3F (though 
you can cursor-scroll to it)?

Original issue reported on code.google.com by [email protected] on 17 Aug 2014 at 2:20

GoogleCodeExporter avatar Mar 17 '15 21:03 GoogleCodeExporter

I assume LEN actually means STEP, otherwise this makes little sense. :)

The behavior you are seeing is probably due to how kt resizes the patterns so 
they are STEP steps long (only happens to empty patterns). Also, editing 
happens in "song space" so that if the song is only 16 steps long, you can't 
edit past that point even if the pattern is longer. Not sure if I understood 
the problem!

Original comment by [email protected] on 15 Dec 2014 at 2:56

GoogleCodeExporter avatar Mar 17 '15 21:03 GoogleCodeExporter