-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31402ff
commit d60e3c9
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |