PKBeam / Edda

A beatmap editor for the VR rhythm game Ragnarock
GNU General Public License v3.0
34 stars 8 forks source link

fixed note shift transformation #42

Closed Nytilde closed 1 year ago

Nytilde commented 1 year ago

Horizontal movement: If a note is moved to the side, it was deleted. With simple mathematics, it can be moved to the other side.

Vertical movement The notes could only be moved within the global beat settings. I extracted a few functions from my RuneQuantification function to determine the beat position and the beat length.

PKBeam commented 1 year ago

Horizontal movement: If a note is moved to the side, it was deleted. With simple mathematics, it can be moved to the other side.

Is this the behaviour that people are expecting?

Nytilde commented 1 year ago

Horizontal movement: If a note is moved to the side, it was deleted. With simple mathematics, it can be moved to the other side.

Is this the behaviour that people are expecting?

this has at least one additional advantage, because if I want to delete a note, I can also remove it with 'Delete' in this case the note is not lost and can be moved endlessly to the side.

So yes, I would expect this behaviour. Don't you agree?