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

![image](https://user-images.githubusercontent.com/90801921/236629742-0ee91a45-b700-4537-b843-c97bda0a4bb3.png)

Convert the current chart, bpms, and song metadata into .sm format

work:new-feature
scope:formats
scope:import/export

When the user opens an audio file we should store that file name on the project. Later when the project is exported we can save the audio file name in...

work:new-feature
scope:formats
scope:import/export

This should play a sound when a note crosses the receptor while the song is playing.

work:new-feature
scope:ui
scope:audio

Performing a reversible action adds it to the undo stack. If the user presses undo, the change is reversed, and it's moved to the redo stack. Likewise the user can...

work:new-feature
scope:ui

The user should be able to drag their cursor to select a group of notes. If the user is holding down shift or control, whatever is selected should be added...

work:new-feature
scope:notefield

The notefield only supports drawing tap notes at the moment. It should also draw holds. The user should also be able to place holds by holding down the column key...

work:new-feature
scope:notefield

- [x] Draw the beat line paths in bulk (one `beginPath` and `closePath` call for all measure lines, beat lines, fractional lines) - [ ] Resize the noteskin images when...

work:refactor/optimize
scope:notefield