mon / 0x40-web

Pretty images and colours
http://0x40.mon.im/
MIT License
390 stars 38 forks source link

New line at beat functions in an unintuitive or broken fashion #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Expected behaviour: the editor's textbox creates new lines after every specified number of beats/characters.

Observed behaviour: At it's default of 16, 64 beats are on each line. (4 beats to a... beat???) Lowering the number to 15 results in 60 beats (again, 4 beats to a beat?) Lowering it to 14 results in 70 beats, 13 to 65, 12 to 72, etc.

I'm sure there's some logic behind how it works this out, but it doesn't make any sense to me. In my mind, this should be a literal count of each beat. If 16 is inputted, a new line should be created after 16 characters.