1
0
mirror of synced 2025-02-03 13:13:26 +01:00

README.md: Restructure 'notes' part of table

This commit is contained in:
Viv 2023-07-27 15:16:09 -04:00
parent c0442f3721
commit e126494496

View File

@ -66,25 +66,26 @@ If there is an unsupported feature that you would like support for, please make
> **Legend**: `✅` = Fully supported, `⚪️` = Ignored, `⚠️` = Incorrect behavior, `❌` = Not supported > **Legend**: `✅` = Fully supported, `⚪️` = Ignored, `⚠️` = Incorrect behavior, `❌` = Not supported
| | tja 2 fumen | tja 2 bin | Comment | | | tja 2 fumen | tja 2 bin | Comment |
|--------------------------------------------------|-------------|-----------|---------------------------------------------------------------------------------------------------------------| |----------------------------------------------|-------------|-----------|---------------------------------------------------------------------------------------------------------------|
| `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9` | `✅` | `✅` | | | `0`, `1`, `2`, `3`, `4` | `✅` | `✅` | |
| `A`, `B` | `✅` | `❌` | | | `5008,`, `6008,`, `7008,` | `✅` | `✅` | |
| `C`, `D`, `E`, `F`, `G`, `H`, `I` | `⚠️` | `❌` | Replaced by normal notes/rolls in tja2fumen. | | `9008,` | `✅` | `⚠️` | |
| `9000,`<br>`9008,` | `⚪️` | `⚠️` | Double Kusudama note treated as 1 drumroll by tja2fumen, but 2 overlapping drumrolls by tja2bin. | | `9000,`<br>`9008,` | `⚪️` | `⚠️` | Double Kusudama note treated as 1 drumroll by tja2fumen, but 2 overlapping drumrolls by tja2bin. || `A`, `B` | `✅` | `❌` | |
| `#START`, `#END` | `✅` | `✅` | | | `C`, `D`, `E`, `F`, `G`, `H`, `I` | `⚠️` | `❌` | Replaced by normal notes/rolls in tja2fumen. |
| `#START P1`, `#START P2` | `✅` | `❌` | | | `#START`, `#END` | `✅` | `✅` | |
| `#BPMCHANGE` | `✅` | `⚠️` | See [#16](https://github.com/Fluto/TakoTako/issues/16) | | `#START P1`, `#START P2` | `✅` | `❌` | |
| `#MEASURE` | `✅` | `✅` | | | `#BPMCHANGE` | `✅` | `⚠️` | See [#16](https://github.com/Fluto/TakoTako/issues/16) |
| `#SCROLL` | `✅` | `✅` | | | `#MEASURE` | `✅` | `✅` | |
| `#GOGOSTART`, `#GOGOEND` | `✅` | `✅` | | | `#SCROLL` | `✅` | `✅` | |
| `#BARLINEOFF`, `#BARLINEON` | `✅` | `✅` | | | `#GOGOSTART`, `#GOGOEND` | `✅` | `✅` | |
| `#DELAY` | `✅` | `❌` | See [#27](https://github.com/Fluto/TakoTako/issues/27) | | `#BARLINEOFF`, `#BARLINEON` | `✅` | `✅` | |
| `#BRANCHSTART`, `#BRANCHEND` | `✅` | `✅` | | | `#DELAY` | `✅` | `❌` | See [#27](https://github.com/Fluto/TakoTako/issues/27) |
| `#N`, `#E`, `#M` | `✅` | `✅` | | | `#BRANCHSTART`, `#BRANCHEND` | `✅` | `✅` | |
| `#SECTION` | `⚠️` | `❌` | See [#53](https://github.com/vivaria/tja2fumen/issues/53), [#27](https://github.com/Fluto/TakoTako/issues/27) | | `#N`, `#E`, `#M` | `✅` | `✅` | |
| `#LEVELHOLD` | `✅` | `❌` | | | `#SECTION` | `⚠️` | `❌` | See [#53](https://github.com/vivaria/tja2fumen/issues/53), [#27](https://github.com/Fluto/TakoTako/issues/27) |
| `#BMSCROLL`, `#LYRIC`,<br>`#DIRECTION`, etc. | `⚪️` | `❌` | Other simulator-specific chart commands are currently ignored. | | `#LEVELHOLD` | `✅` | `❌` | |
| `#BMSCROLL`, `#LYRIC`,<br>`#DIRECTION`, etc. | `⚪️` | `❌` | Other simulator-specific chart commands are currently ignored. |
## Reporting bugs ## Reporting bugs