Releases: asb2m10/dexed
Releases · asb2m10/dexed
v0.9.8
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
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
- @showlabor made their first contribution in #331
- @haenkel made their first contribution in #334
- @olicash made their first contribution in #282
- @voidshine made their first contribution in #346
- @FulopNandor made their first contribution in #417
Full Changelog: v0.9.6...v0.9.7
Release 0.9.6
- 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
- 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
** 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
- 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
- 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
- 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