Table is too small for long strings #5

Closed
opened 2018-07-30 22:31:38 +00:00 by Dennis · 1 comment
Owner

Table should hold at least the maximum size of a string under a pedal.

Table should hold at least the maximum size of a string under a pedal.
Dennis self-assigned this 2018-07-30 22:31:38 +00:00
Author
Owner

Changed table from

├──────────────────────────────────────────────────────────────┐
│                       Programmed Keys                        │
╞══════════════════════════════════════════════════════════════╡
│         012          │
├──────────────────────────────────────────────────────────────┤
│      < 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.

Changed table from ```bash ├──────────────────────────────────────────────────────────────┐ │ Programmed Keys │ ╞══════════════════════════════════════════════════════════════╡ │ 0 │ 1 │ 2 │ ├──────────────────────────────────────────────────────────────┤ │ < None > │ < None > │ < None > │ ├──────────────────────────────────────────────────────────────┘ ``` to ```bash ├───────────────────────────────────────────────────────┐ │ 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.
Sign in to join this conversation.
No Label
bug
feature
refactor
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dennis/footswitch-rs#5
No description provided.