Skip to content

Update submenu rendering for toggle's and automatable param's#2345

Merged
sapphire-arches merged 3 commits into
SynthstromAudible:communityfrom
seangoodvibes:Update-Submenu-Rendering
Jul 28, 2024
Merged

Update submenu rendering for toggle's and automatable param's#2345
sapphire-arches merged 3 commits into
SynthstromAudible:communityfrom
seangoodvibes:Update-Submenu-Rendering

Conversation

@seangoodvibes

Copy link
Copy Markdown
Collaborator

Update Toggle Menu's

Updated UI for interacting with toggle (ON/OFF) menu's on OLED and 7SEG

  • OLED renders a checkbox that shows current ON/OFF status. Selecting that menu with select encoder will toggle the checkbox as opposed to entering the menu
  • 7SEG renders a dot at the end of the menu item to show current ON/OFF status. Selecting that menu with select encoder will toggle the dot as opposed to entering the menu.
IMG_0038.mov
IMG_0037.mov

Update Param Menu's

Renders the current value for all automatable unpatched / patched parameters while in the menu

IMG_0061.mov

Update Submenu's

Submenu's are also now rendered with a ">" at the end to indicate that it is a submenu.

Outstanding

There are a couple edge case menu's (e.g. CV / Gate Output, Community Features) that do not inherit these changes but I think those can be addressed as part of a separate PR as they are built differently (they don't use the submenu class).

Updated UI for interacting with toggle (ON/OFF) menu's on OLED and 7SEG
- OLED renders a checkbox that shows current ON/OFF status. Selecting that menu with select encoder will toggle the checkbox as opposed to entering the menu
- 7SEG renders a dot at the end of the menu item to show current ON/OFF status. Selecting that menu with select encoder will toggle the dot as opposed to entering the menu.

Submenu's are also now rendered with a ">" at the end to indicate that it is a submenu.

There are a couple edge case menu's (e.g. CV / Gate Output, Community Features) that do not inherit these changes but I think those can be addressed as part of a separate PR as they are built differently (don't use toggle or submenu classes).
Submenu's for editing Unpatched and Patched param values now display the current value at the end of each submenu line item
@github-actions

github-actions Bot commented Jul 28, 2024

Copy link
Copy Markdown
Contributor

Test Results

75 tests  ±0   75 ✅ ±0   1s ⏱️ -1s
13 suites ±0    0 💤 ±0 
13 files   ±0    0 ❌ ±0 

Results for commit 4eabcae. ± Comparison against base commit 0f4dd7c.

♻️ This comment has been updated with latest results.

@sapphire-arches sapphire-arches added this pull request to the merge queue Jul 28, 2024
Merged via the queue into SynthstromAudible:community with commit 08a7713 Jul 28, 2024
seangoodvibes added a commit to seangoodvibes/DelugeFirmware that referenced this pull request Aug 3, 2024
…tromAudible#2345)

* Update Menu UI for interacting with toggle menu's

Updated UI for interacting with toggle (ON/OFF) menu's on OLED and 7SEG
- OLED renders a checkbox that shows current ON/OFF status. Selecting that menu with select encoder will toggle the checkbox as opposed to entering the menu
- 7SEG renders a dot at the end of the menu item to show current ON/OFF status. Selecting that menu with select encoder will toggle the dot as opposed to entering the menu.

Submenu's are also now rendered with a ">" at the end to indicate that it is a submenu.

There are a couple edge case menu's (e.g. CV / Gate Output, Community Features) that do not inherit these changes but I think those can be addressed as part of a separate PR as they are built differently (don't use toggle or submenu classes).

* Render Automatable Param Values in Submenu's

Submenu's for editing Unpatched and Patched param values now display the current value at the end of each submenu line item

* Fix PR links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants