Skip to content

Phichain v0.2.0

Compare
Choose a tag to compare
@Ivan-1F Ivan-1F released this 21 Jul 12:15
· 303 commits to master since this release
30f5811

新增

新的时间线 (#1)

  • 不同的时间线现在可以被自由组合
  • 通过拖拽两条时间线中间的分割线可以调整不同时间线的占比
  • 添加了音符所属侧筛选器:对于音符时间线,现在可以选择仅展示上方或下方的音符
  • 现在在时间线上的拖拽选择可以跨时间线,同时选择事件和音符
  • 事件和 Hold 音符现在可以通过拖拽两端来修改开始时间和结束时间

谱面格式

  • 将 Phichain 谱面转换为官谱时支持变速

修改

  • 事件在创建时将自动继承相邻事件的开始值和结束值
  • 垂直参考线数量上限提升至 64

修复

  • 修复了 BPM 列表在进行一些修改后不会自动应用修改
  • 修复了拍数的等值检查前不会自动化简
  • 修复了谱面没有音符时分数显示为 NaN
  • 修复了保存谱面后判定线顺序与编辑器内的不一致

News

The New Timeline (#1)

  • Different timelines can now be composed freely
  • The proportion of timelines can be adjusted by dragging the divider between them
  • Added a note side filter: for the note timelines, you can now choose to display only the notes above or below
  • Drag selection on the timeline tab now supports cross-timeline selection. Both notes and events can now be selected with one drag
  • Events and Hold notes can now be dragged on start and end to adjust time

Chart Format

  • Added support for multiple BPM when converting phichain chart to official chart

Changes

  • Events will now automatically inherit the start and end values from sibling events when created
  • Increased the maximum number of vertical lanes to 64

Fixes

  • Fixed the BPM list would not automatically apply changes after some modifications.
  • Fixed the beat count would not automatically simplify before equivalence checking.
  • Fixed the score would display as NaN when there were no notes in the chart
  • Fixed the order of line chart exported
cross-timeline-selection draggable-timeline-separator draggable-hold-and-event