Skip to content

Commit 2ec81f2

Browse files
committed
Preparing for release 2.7.2
1 parent 954b5df commit 2ec81f2

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Questions and help with implementing new synths wanted! Or if you have found a b
1717
| Alesis | Andromeda A6 | works | adaptation | Thanks to @markusschloesser |
1818
| Behringer | BCR2000 | in progess | native | |
1919
| Behringer | Deepmind 12 | works | adaptation | |
20+
| Behringer | Pro-800 | alpha | adaptation | Thanks to @Andy2No |
2021
| Behringer | RD-8 | in progress | adaptation | |
2122
| Behringer | RD-9 | in progress | adaptation | |
2223
| Behringer | Wave | works | adaptation | Thanks to @willxy! |

adaptations/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(adaptation_files
1212
"Akai_AX80.py"
1313
"AlesisAndromedaA6.py"
1414
"BC_Kijimi.py"
15-
"Behringer Deepmind 12.py" "Behringer_Wave.py"
15+
"Behringer Deepmind 12.py" "Behringer_Wave.py" "Behringer_Pro_800.py"
1616
"DSI Pro 2.py" "DSI Prophet 08.py" "DSI_Evolver.py" "DSI_Mopho.py" "DSI_Mopho_X4.py" "DSI_Tetra.py" "DSI Prophet 12.py"
1717
"ElectraOne.py"
1818
"Elektron_AnalogRytm.py" "Elektron_Digitone.py"

release_notes/2.7.2.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Features:
2+
3+
* **\#484** Added a new bank fill mode - From active patch - which will create a new bank filling it up with patches from the visible grid starting at the currently
4+
selected patch. If that is not visible, will fallback to fill from first element.
5+
* Switch Mac builds to build on Mac OS 14 on ARM architecture (still fat binary also including Intel chip support) becasue the Mac OS 13 builders are being retired by github
6+
7+
## Synths:
8+
9+
* **\#304** Experimental adaptation for the Behringer Pro 800. Sending to the synth is slow, this could benefit from sending the patch as a CC flood instead of real program dumps, which go into flash memory immediately.
10+
11+
## Bug fixes:
12+
13+
* Fixed crash of the software when encountering a database with a schema that is too new for it. Works only for this version and even newer databases,
14+
old versions will crash and you need to edit the settings file to prevent the software from opening the wrong file again on the next launch.
15+
* **\#485**, the MIDI Input Device and the Fixed Synth name on the Macros page were wrongly persisted in the settings file.
16+
* **\#482** Increased the length of patch names to max 50 from max 20 before. Note that if the synth implements renamePatch(), the name entered by the
17+
user will be run through renamePatch() and then nameFromDump(), so the name can only be something that can actually be stored in the synth. This includes limitations to character set and length.
18+
* **\#474** Address delete bug throwing a SQL exception on ambiguous column name.

0 commit comments

Comments
 (0)