Skip to content

Commit

Permalink
Release notes for 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Nov 2, 2024
1 parent 31402ff commit d60e3c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Questions and help with implementing new synths wanted! Or if you have found a b
| Yamaha | reface DX | works | adaptation | |
| Yamaha | reface CP | beta | adaptation | Thanks to @milnak! |
| Yamaha | TX7 | works | adaptation | Thanks to Gerome S!|
| Yamaha | Yamaha YC61/YC73/YC88 | works | adaptation | Thanks to @milnak!|
| Zoom | MS Series (50G/60B/70CDR) | works | adaptation | Thanks to @nezetic |

Please get back to me if you encounter any issues, or also if you successfully test those marked as alpha or beta. The ones "in progress" are already nearly done and not part of the regular build yet, drop me a note if you want to accelerate.
Expand Down
18 changes: 18 additions & 0 deletions release_notes/2.4.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## New features:

* \#344 Send a message to all connected outputs from the MIDI Log view. This is useful for debugging and quickly checking
response of devices. This is an initial try for this functionality, please feel free to give feedback for more!

## Synths:

* **Yamaha YC series** implemented by @milnak, thanks for the contribution! This adds support for the Yamaha YC61/YC73/YC88.
* **Yamaha reface CP** updated by @milnak.

## Bug fixes:

* Fixed \#355: Creating synth banks with fill didn't work if there were less patches available than required to make a full synth bank.
Fixed by just repeating the last entry to make sure the entire bank is full.
* Fixed \#354: Deleted user banks are still visible in the UI but gone after restart
* Fixed \#352: The accidental jump back to page 1 on editing a category. This was a regression but introduced with \#310 back in April 2024 with the release of 2.3.0
* Fixed \#353: Renaming a patch would not set the patch to dirty in the synth bank, and therefore sending the changed bank to the synth
did not update that patch, failing to change the name in the synth. There is more to this issue, but the main problem is fixed.

0 comments on commit d60e3c9

Please sign in to comment.