Add new alias: bendstep
This commit is contained in:
parent
9ef7a60984
commit
dcc7ac0472
3 changed files with 656 additions and 640 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -120,7 +120,7 @@ end_region_oncc:
|
|||
opcode = absl::StrCat("off_", group(1));
|
||||
goto end_region;
|
||||
}
|
||||
"bend" ("up"|"down") END {
|
||||
"bend" ("up"|"down"|"step") END {
|
||||
opcode = absl::StrCat("bend_", group(1));
|
||||
goto end_region;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@ TEST_CASE("[Opcode] Normalization")
|
|||
{"offmode", "off_mode"},
|
||||
{"bendup", "bend_up"},
|
||||
{"benddown", "bend_down"},
|
||||
{"bendstep", "bend_step"},
|
||||
{"filtype", "fil1_type"},
|
||||
{"fil21type", "fil21_type"},
|
||||
// ARIA aliases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue