Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.35 KB

memon logo

memo + json

Docs

.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

Features

  • 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

Projects that use memon

  • 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