Skip to content

2.0.2 (Beta) - still more bug fixes

Compare
Choose a tag to compare
@christofmuc christofmuc released this 18 Feb 16:29

Thanks for all the feedback, keep it coming!

One new feature:

  • Allow to create a new user bank from an existing user bank by dragging the bank onto the add new bank item im the tree. This opens the dialog to specify which new bank this should become.

This one fixes the following bugs:

  • Fix the buttons of the synth bank panel sharing the program number (actually the subtitle) with other patch buttons
  • Fix the bank always sending to bank 0. This addresses the first part of #216
  • #217, Adaptations which have implemented nameFromDump() but not renamePatch() no longer show names. Made renamePatch() properly optional now.
  • Fix UI of edit bank dialog - do not show display bank selector, as retargeting a bank is currently disallowed. Addresses part of #216.
  • Addressing part of #224: Trimming the names hides whitespace differences when searching for duplicate names
  • Deactivating a synth clears the synth bank if it is still open. This addresses #222.