memo + json
.memon
is a new json-based jubeat chart set format designed to be easier to parse than existing "memo-like" formats (memo, youbeat, etc ...). The goal of this format is to allow for easier and faster creation of tools and simulators.
This repo provides a description of the format using draft 2020-12 JSONSchema
Documentation is available here.
The documentation goes over the format in a more human-friendly way and gives some more information for those willing to create programs that read or write memon files
- Multiple charts per file
- Long notes
- BPM Changes
- Per-chart and Per-file timing
- Hakus (Beats Markers)
- Metadata
- song title
- artist
- music file path
- album cover path
- jujube, a jubeat simulator
- F.E.I.S, a GUI jubeat chart editor
- jubeatools, a CLI tool to convert between many different jubeat chart formats
- memoncpp, a C++ parser