CircuitLord / NotReaper

A mapper for the VR rhythm game Audica
GNU General Public License v3.0
21 stars 14 forks source link

cues have 0 ticklength #71

Closed aggrogahu closed 4 years ago

aggrogahu commented 4 years ago

default ticklength for non sustain cues are currently 0, which creates issues of compatibility with converting back to midi:

image

since the cues will be represented as this tiny hard to see midi notes that are hard to select.

A default of 120 ticklength for regular targets would probably be good. 120 is the equivalent of a sixteenth note, and makes for good visibility in midi editors. In the event that a cue immediately following a cue happens before 120 ticks, this doesn't actually cause any issues with the game or in midi, afaik.

jukibom commented 4 years ago

Fixed in 1.0.5