Skip to content

[WIP] Rust library for working with maidata.txt files from the simai community

Notifications You must be signed in to change notification settings

xen0n/maidata-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maidata-rs

English

解析 simaimaidata.txt 文件格式的库。simai 是 maimai 自制谱谱师群体所常用的工具。

项目目前处于很早的阶段,尚未施工完成,不能保证兼容,不要用。

支持的 maidata.txt 特性

文件格式的通用特性:

  • 基本的元数据字段
  • 注释 ||xxx\n
  • 转义序列 \& \+ \% \¥
  • active message 字段

谱面定义指令:

  • BPM 设置 (float)
  • x 分音符设置 {4}
    • 通常形式 {4}
    • 绝对长度时值形式 {#0.25}
  • 谱面结束标记 E
  • TAP B,
    • BOTH/EACH TAP 简化形式 (16 38 etc.; 123 之类的多押也允许)
    • BREAK 修饰符 Bb,
    • 强制星星形状修饰符 B$, Bb$, B$b, B$$,
  • HOLD Bh[length],
    • 通常时值形式 [x:y]
    • 绝对长度时值形式 [#float]
  • SLIDE FxE[length],
    • 所有的星星轨迹形状 - ^ < > v p q s z pp qq V w
    • 共享一个星星头的多条轨迹 1-3[4:1]*-4[4:1]
    • 绝对长度时值形式
      • [#1.5]
      • [160#2]
      • [3##1.5]
  • BOTH/EACH note/note,
    • 支持任意个数的多押 (3simai)

maimai DX (3simai) 特性基本都没做。

About

[WIP] Rust library for working with maidata.txt files from the simai community

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages