OpenChart-web icon indicating copy to clipboard operation
OpenChart-web copied to clipboard

A web-based editor for rhythm game charts/maps. (Etterna, osu!mania, Stepmania, Quaver)

Results 14 OpenChart-web issues
Sort by recently updated
recently updated
newest added

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...

work:refactor/optimize
scope:audio

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...

work:new-feature
scope:ui

When the user presses the backspace or delete key while notes are selected those notes should be removed.

work:new-feature
scope:ui

Resources: - https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event#see_also - https://github.com/GoogleChromeLabs/page-lifecycle

work:new-feature
scope:ui