File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " scan-chart " : patch
3
+ ---
4
+
5
+ Update README
Original file line number Diff line number Diff line change @@ -451,13 +451,13 @@ const noteFlags = {
451
451
} as const
452
452
453
453
interface IniChartModifiers {
454
- song_length: number // Default: 0
455
- hopo_frequency: number // Default: 0
456
- eighthnote_hopo: boolean // Default: false
457
- multiplier_note: number // Default: 0
458
- sustain_cutoff_threshold: number // Default: -1
459
- chord_snap_threshold: number // Default: 0
460
- five_lane_drums: boolean // Default: false
461
- pro_drums: boolean // Default: false
454
+ song_length: number // Default: 0
455
+ hopo_frequency: number // Default: 0
456
+ eighthnote_hopo: boolean // Default: false
457
+ multiplier_note: number // Default: 0
458
+ sustain_cutoff_threshold: number // Default: -1
459
+ chord_snap_threshold: number // Default: 0
460
+ five_lane_drums: boolean // Default: false
461
+ pro_drums: boolean // Default: false
462
462
}
463
463
```
You can’t perform that action at this time.
0 commit comments