Releases: quamplex/geonkick
Releases · quamplex/geonkick
Version 3.3.0
Features
- Windows: Use ISS script for installer
- Windows: Add plugin custom paths for installer
Improvements
- Core DSP: Mix the playing sounds instead cutting it on note off
Version 3.2.0
Fixes
- Windows: Fixed installation of presets.
- Windows: Linked statically all dependencies.
- Windows: Removed installation of dependencies' DLLs and environment variable path from the installer.
- Fixed the path to the config folder.
Features
- Windows: Added scaling for GUI.
- Windows: Added logical disks for file browser.
Version 3.1.1
Fixes
- For Windows: Fix GUI getting slow after a time of working (fix release of DC after destroy of the Cairo win32 surface)
- Fix shading of effects group box by the global and noise group box
Version 3.1.0
Features
- Add envelope for filter resonance
- Logarithmic apply for the entire line segment of OSC pitch and filter cutoff envelope
Fixes
- Some fixes in the filter DSP
- Correct the shading of the envelope area affected by the information box displaying point coordinates.
- Other small fixes and improvements related to building
Warning: This version is not backward compatible. It is not recommended to use it in already existing projects.
Version 3.0.1
[3.0.1]
Fixes
- Fix for VST3 plugin that caused fails to load in many hosts
- Fix the VST3 plugin window size that on some hosts cause problems
- Fix oscillator frequency envelope for <=20 Hz
Improvements
- Disable building the vst3sdk examples and gui (merge request from Christian Heusel @christian-heusel)
- Pipelines scripts cleanups related to vst3sdk
Version 3.0.0
Features
- Windows port of LV2 and VST3
Fixes
- Added GEONKICK_OS_GNU preprocessor to enable memory lock for standalone on GNU/Linux
Improvements
- Removed OpenSSL, using own code for Base64 encoding
Other
- For Windows, export to audio file is turned off (available only through SFZ/WAV export)
- Added config files for pipeline builds
Version 2.10.2
Fixes
- Added lock memory for standalone.
- Added external sub directory path to VST3 SDK for building.
- Error check on parsing JSON.
- Fixed info about vst plugin.
Features
- Added Geonkick Bells presets.
Other
- Cleanups, adding new info
Version 2.10.1
Fixes
- Use OpenSSL for base64 encoding/decoding and eliminated third-party code related to base64.
- Generate PNG resources during the build process and removed the generated C files from the repository.
- Sanitized all SVG images by removing sensitive data.
- Relocated the 'redkite,' 'dsp,' 'plugin,' and 'standalone' folders to the 'src' directory.
- Eliminated the '3rdparty' folder and excluded 'vst3sdk' from the repository.
- Introduced a CMake option to specify the path to the VST3 SDK.
- Additional clean-up to remove sensitive data and unnecessary files.
- Added licensing (CC0) information for all images, documentation, and other non-code materials.
Note: While it shouldn't have any impact, it is advisable the user to back up its projects before proceeding with the upgrade to this version.