Skip to content

Releases: asb2m10/dexed

v1.0.1

29 Nov 18:57
bce5dee

Choose a tag to compare

Fixes scaling issues from version 0.9.9. We are now with 1.0.x versions so the DAW plugin reported version will follow dexed releases.

What's Changed

  1. Remove default scaling detection. Fixes #501
  2. CLAP scaling issue. Fixes #413
  3. Assign dialog window to plugin component. Fixes #268

v0.9.9

16 Nov 04:06

Choose a tag to compare

Please note that this version has an initial installation scaling detection issue on some computer screen configuration. A new release is planned to be released to fix this issue.

What's Changed

New Contributors

Full Changelog: v0.9.8...v0.9.9

v0.9.8

09 Oct 03:22
fe6efbc

Choose a tag to compare

What's Changed

  • Accessibility implementation (including keyboard shortcuts)
  • UI component refresh
  • Mono/Poly parameter is now a plugin parameter
  • Copy/paste operator values are now text based (and system wide)
  • Fix Apple Logic startup issue
  • corrections of graphs for Algorithms 15 and 14 by @FulopNandor in #436
  • code cleanup for MidiMonitor by @FulopNandor in #442
  • corrections for DexedTheme v2 by @FulopNandor in #443

Full Changelog: v0.9.7...v0.9.8

v0.9.7

13 Jul 04:26

Choose a tag to compare

What's new

  • MTS-ESP microtuning support
  • CLAP plugin support (sadly scaling is not available for now, but we are working on this)
  • Scalable UI upgrade (better resolution), optimized UI redraw
  • More accurate VU meter. Thanks @FulopNandor
  • Releases are now notarized for macOS
  • Fix for VST3 automation (again)
  • For developers: cmake is now the build system

Internal changes

  • Adjust feedback for algorithm 32 in Mk I engine by @showlabor in #331
  • Initial cmake support by @showlabor in #332
  • Fix a Linux build error by @haenkel in #334
  • Don't display JUCE splash screen by @showlabor in #333
  • JUCE as a submodule by @haenkel in #335
  • More CMake changes and less warnings by @haenkel in #336
  • Use buses API for channel configuration by @showlabor in #337
  • Clap Implementation for DEXED by @baconpaul in #353
  • Flush denormals by @haenkel in #349
  • Fix a Windows CLAP linker error by @baconpaul in #354
  • Add MTS-ESP support by @olicash in #282
  • Make VST3 and ALSA skippable in cmake by @haenkel in #341
  • Fix parameter remote control in Bitwig by using name as parameter ID by @voidshine in #346
  • Merging Scaling2x by @asb2m10 in #356
  • Corrections of unhandled exceptions/illegal file contents and sizes related to some ''.scl'' and ''.kbm'' files by @FulopNandor in #417
  • adding 200%, 300% and 400% scaling options by @FulopNandor in #426
  • implement faster dB-based VUMeters and a tricolor main VUMeter by @FulopNandor in #429

New Contributors

Full Changelog: v0.9.6...v0.9.7

Release 0.9.6

05 Mar 03:43

Choose a tag to compare

  • Apple Silicon M1 builds
  • Fix VST3 automation issues
  • Fix to apply UI scaling only when applicable
  • Fix hang notes on program changes

Release 0.9.5

24 Sep 03:26

Choose a tag to compare

  • Added support for SCL/KBM microtuning
  • Added initial support for MPE performance
  • A Collection of small UI changes, including higher contrast GUI assets, better sub-window management, and mouse wheel support
  • UI can be scaled to 150%; work in progress
  • Better accuracy on DX7 envelopes
  • VST3 support

VST2 has been drop because of licensing issues. Because of this, we provides 64-bit builds only.

Release 0.9.4

19 Mar 01:47

Choose a tag to compare

** HF1 : fix for extended midi message that played with the pitchbend

  • Standalone application version of Dexed
  • Midi learn support for midi CC messages
  • More accurate detune for operators
  • More accurate EG envelopes. thanks @jeremybernstein
  • Pitchbend now listen to any channels
  • Fixed 'clicking' in mono mode
  • Fixed implementation for Midi CC 0x78 and 0x7B (All Sound Off / All Notes Off)
  • Windows/macOS installers

Release 0.9.3

11 Mar 16:32

Choose a tag to compare

  • Preliminary live operator level update
  • Support for incoming parameter change messages
  • More permissive on cartridge sysex type; the validation is now done on size (4104/4096 bytes)
  • Midi 'All Note Off; 0x7B' support
  • Breakpoint values are now shown as notes. thanks @tico-tico
  • Fixed op feedback calibrated for Mark I engine
  • Fixed for breakpoint levels. thanks @Sentinel77
  • Fixed LFO delay issue issues upon large values
  • Fixed for receiving sysex cartridge. thanks @Sentinel77
  • Fixed operator switch changes are now sent via sysex

Release 0.9.2

22 Sep 02:30

Choose a tag to compare

  • Mark I engine is now the default engine
  • Added operator mute switch
  • Added Tune (MASTER TUNE ADJ) knob
  • Correct feedback implementation for Algo 4 and 6
  • Single click program select
  • Fix sysex issue with wrong machine ID
  • Fix for parameter hosts values. thanks @Sentinel77

Release 0.9.1

19 Jan 03:57

Choose a tag to compare

  • Mark I engine now uses 10-bit sine/exp tables. Still a work in progress but we are getting there
  • More accurate FM feedback on the Mark I and OPL Series engine
  • Wheel, Foot, Breath, Aftertouch modulation support
  • Fixed the display of some more 'complex' algorithms
  • Drop of .syx files in the cartridge manager
  • Dexed data directory can now optionally reside in the same location where the binary is installed
  • 'Send current program to DX7' in Cartridge Manager works as designed
  • Support for sysex streams (multiple sysex messages in one .syx file)
  • falkTX upstream fixes for Linux