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

xjrjyy/maidata-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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 等;123 之类的多押也允许)
    • BREAK 修饰符 Bb,
    • EX NOTES 修饰符 Bx, (3simai)
    • 强制星星形状修饰符 B$, B$$,
    • SLIDE 头修饰符 B@, B?xE, B!xE,
  • HOLD Bh[duration],
    • BREAK 修饰符 Bbh[duration], (3simai)
    • 无时值形式 Bh,
  • SLIDE FxE[duration],
    • 所有的星星轨迹形状 - ^ < > v p q s z pp qq V w
    • 共享一个星星头的多条轨迹 1-3[4:1]*-4[4:1]
    • 链接星星 1-4q7-2[1:2] (3simai)
    • BREAK 修饰符 1-2-3[2:1]b (3simai)
    • 特殊时值形式
      • [160#2.0]
      • [3.0##1.5]
      • [3.0##4:1]
      • [3.0##160#4:1]
  • TOUCH T, (3simai)
    • FIREWORK 修饰符 Tf,
  • TOUCH HOLD Th[duration], (3simai)
    • 无时值形式 Th,
  • BOTH/EACH note/note,
    • 支持任意个数的多押 (3simai)
    • 伪多押 1`2`3`4,

duration 格式:

  • 通常时值形式 [x:y]
  • 绝对长度时值形式 [#sec]
  • BPM 通常时值形式 [bpm#x:y]

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages