Skip to content

Commit

Permalink
Font and char spacing improvements (SynthstromAudible#2408)
Browse files Browse the repository at this point in the history
* Font and char spacing improvements

Some font adjustments provided by @ok-reza

Also adjusted the char spacing logic to check the font size, regular font is spaced 1px apart, bigger font is spaced 2px apart

Updated some DX7 menu spacing and typo's as well

* Update some words

* Restore monospacing for apple font

Restored monospacing for smaller apple ][ font.

to do: break string into lines isn't working properly for monospacing yet

* Remove value rendering

Removed values from being rendered on submenu's. Replaced with ">"

* Fix break string into lines

Fixed break string into lines so it's working properly with monospaced font

* Cleanup

* format
  • Loading branch information
seangoodvibes authored Aug 12, 2024
1 parent ac4ff1c commit 32c4311
Show file tree
Hide file tree
Showing 15 changed files with 230 additions and 242 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ use the TRACK menu to select the specific track to record from
- For toggle (ON/OFF) menus, you can now view and toggle the ON/OFF status without entering the menu by simply pressing on the `SELECT` encoder while the menu is selected.
- 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.
- Submenus on OLED for automatable parameters (e.g. LPF Frequency) render the current parameter value at the end. You still need to click on `SELECT` to edit the parameter's value / edit modulation depth and patch cables.
- All other submenus on OLED are rendered with a ">" at the end to indicate that it is a submenu.
- Submenus on OLED are rendered with a ">" at the end to indicate that it is a submenu.
- Added ability to `AUTOMATE TEMPO` in arranger view
- Added `NEW CLIP TYPE` menu that opens on creation of a `NEW CLIP` in `SONG VIEW` which enables you to select the type of clip before the clip is created.
- In `SONG (GRID) VIEW`, this menu will only appear when you add a `NEW CLIP` to a `NEW TRACK` (empty column).
Expand Down
3 changes: 1 addition & 2 deletions docs/community_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ as the micromonsta and the dreadbox nymphes.
- ([#2345]) For toggle (ON/OFF) menu's, you can now view and toggle the ON/OFF status without entering the menu by simply pressing on the `SELECT` encoder while the menu is selected.
- 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 on OLED for automatable parameters (e.g. LPF Frequency) render the current parameter value at the end. You still need to click on `SELECT` to edit the parameters value / edit modulation depth and patch cables.
- All other submenu's on OLED are rendered with a ">" at the end to indicate that it is a submenu.
- Submenu's on OLED are rendered with a ">" at the end to indicate that it is a submenu.

#### 3.27 Updated UI for Creating New Clips in New Tracks in Song View
- ([#2299]) Added `NEW CLIP TYPE` menu that opens on creation of a `NEW CLIP` in `SONG VIEW` which enables you to select the type of clip before the clip is created.
Expand Down
Loading

0 comments on commit 32c4311

Please sign in to comment.