Table is too small for long strings #5

Closed
opened 5 years ago by Dennis · 1 comments
Dennis commented 5 years ago
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 5 years ago
Dennis commented 5 years ago
Poster
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.
Dennis referenced this issue from a commit 5 years ago
Dennis closed this issue 5 years ago
Sign in to join this conversation.
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
Loading…
There is no content yet.