|
|
@@ -4,9 +4,15 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. |
|
|
|
|
|
|
|
### 1.1.4 (in development) |
|
|
|
- Fix parameter smoothing of MIDI-Map. |
|
|
|
- Sort modules within plugin in the Module Browser according to plugin rather than alphabetically. |
|
|
|
- Fix bug where knobs sometimes jump while dragging. |
|
|
|
- Reimplement CPU meter to measure thread runtime, not real time. |
|
|
|
- Fix crashes when deleting/duplicating modules while dragging modules/cables in certain cases. |
|
|
|
- API |
|
|
|
- Add dsp::BiquadFilter. |
|
|
|
- Add dsp/approx.hpp with approximate math functions. |
|
|
|
- Add `dsp::BiquadFilter`. |
|
|
|
- Add `dsp/approx.hpp` with approximate math functions. |
|
|
|
- Add `simd::tan()`, `atan()`, and `atan2()`. |
|
|
|
- Add `string::toBase64()` and `fromBase64()`. |
|
|
|
|
|
|
|
### 1.1.3 (2019-07-23) |
|
|
|
- Include root certificate bundle for libcurl on all OS's. |
|
|
|