Table should hold at least the maximum size of a string under a pedal.
Changed table from
├──────────────────────────────────────────────────────────────┐ │ Programmed Keys │ ╞══════════════════════════════════════════════════════════════╡ │ 0 │ 1 │ 2 │ ├──────────────────────────────────────────────────────────────┤ │ < None > │ < None > │ < None > │ ├──────────────────────────────────────────────────────────────┘
to
├───────────────────────────────────────────────────────┐ │ Programmed Keys │ ╞═══════════════════════════════════════════════════════╡ │ Pedal 0 │ < None > │ │ ──────────┼───────────────────────────────────────── │ │ Pedal 1 │ < None > │ │ ──────────┼───────────────────────────────────────── │ │ Pedal 2 │ < None > │ ├───────────────────────────────────────────────────────┘
The latter can hold all strings up to 38 byte, which is the maximum which can be programmed to the footswitch.
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Table should hold at least the maximum size of a string under a pedal.
Changed table from
to
The latter can hold all strings up to 38 byte, which is the maximum which can be programmed to the footswitch.