OpenChart-web
OpenChart-web copied to clipboard
A web-based editor for rhythm game charts/maps. (Etterna, osu!mania, Stepmania, Quaver)
The WebAudio API gives us more control over the music playback. For example, we can schedule when the music should start playing, which would help fix an issue where sometimes...
Pasting notes should place them at the current scroll position. For now, let's just remove any notes in the paste region before pasting, and not worry about trying to merge...
When the user presses the backspace or delete key while notes are selected those notes should be removed.
Resources: - https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event#see_also - https://github.com/GoogleChromeLabs/page-lifecycle