1
0
mirror of synced 2024-11-12 01:30:52 +01:00
A jubeat chart set description format based on json
Go to file
2021-10-07 23:48:37 +02:00
.github/workflows Fix sphinx config path 2021-10-07 23:48:37 +02:00
docs Add sphinx rtd theme to requirements.txt 2020-11-22 18:13:15 +01:00
tests Fix sphinx config path 2021-10-07 23:48:37 +02:00
.gitignore Fix sphinx config path 2021-10-07 23:48:37 +02:00
.readthedocs.yml Fix sphinx config path 2021-10-07 23:48:37 +02:00
README.md Update README.md 2020-02-19 23:36:02 +01:00
schema.json Add tests 2021-04-07 12:12:12 +02:00

.memon

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 bare description of the format using draft-07 JSON Schema

Features

  • Metadata (soon to be extended for use in games)
    • song title
    • artist
    • music file path
    • album cover path
    • single BPM and offset (ETA for multiple timing points support is 1.0.0)
  • Multiple charts per file
  • Long notes

Implementations

  • A reference parser is available here
  • F.E.I.S is a GUI jubeat chart editor that supports .memon files
  • jujube is a jubeat simulator that supports .memon files