AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

CHANGELOG.md (5849B)


      1 # Changelog
      2 All notable changes to this project will be documented in
      3 this file.
      4 
      5 ## [2.11.4] - 2023-11-05
      6 - Fixed bug in Wow processing at high levels of "Depth".
      7 
      8 ## [2.11.3] - 2023-10-25
      9 - AAX: added support for ARM Mac.
     10 - Added "RK" preset pack.
     11 - Fixed issues with "Wow" processing at higher sample rates.
     12 - Fixed "Mix Group" being reset with preset changes.
     13 - Improved factory preset level normalization.
     14 - CLAP: Fixed UI scaling on Windows.
     15 - LV2: Changed channel configuration to only support stereo I/O.
     16 
     17 ## [2.11.1] - 2023-01-13
     18 - Improved graphics rendering performance.
     19 - Improved strategy for handling OpenGL option on Windows.
     20 - Adjusted clip guard for RK2 Hysteresis mode.
     21 - Fixed phase bound for Flutter processor.
     22 - Fixed main view scrolling when dragging sliders on iOS.
     23 
     24 ## [2.11.0] - 2022-07-14
     25 - Added multi-channel processing support.
     26 - Added stereo/mid-side "balance" controls.
     27 - Added CLAP plugin format support (with parameter modulation).
     28 - Added accessibility support, for using the plugin with screen reader software.
     29 - Added option to enable/disable OpenGL on Windows/Linux systems with sufficient OpenGL support.
     30 - Added host context menus for slider controls.
     31 - Improved presets system, and added new built-in presets from Carter and Cool WAV.
     32 - Improved UI scaling behaviour, especially for high-resolution screens.
     33 - Fixed V1 mode creating high-pitched tone with linear phase oversampling.
     34 - Fixed compatibility issue related to `xsimd::isnan`.
     35 
     36 ## [2.10.0] - 2021-12-05
     37 - Added support for AAX plugin format.
     38 - Added mid/side processing option.
     39 - Fixed linear phase oversampling affecting frequency response in STN mode.
     40 
     41 ## [2.9.0] - 2021-09-09
     42 - Added tape compression processor.
     43 - Improved hysteresis engine performance by ~1.5x.
     44 - Improved oversampling menu with choices for linear vs. minimum phase and real-time vs. offline rendering.
     45 - Made oversampling choices preset-agnostic.
     46 - Further improved performance for Hysteresis "STN" mode.
     47 
     48 ## [2.8.0] - 2021-04-20
     49 - Added support for iOS (AUv3) and Apple Silicon.
     50 - Added Azimuth parameter for playhead loss controls.
     51 - Added Variance and Drift parameters for Wow control.
     52 - Fixed stability issue in tone filters.
     53 - Fixed glitches when adjusting loss parameters at large buffer sizes.
     54 - Improved performance for Hysteresis "STN" mode.
     55 - Added sync options for Wow/Flutter rate.
     56 - Added Envelope parameter for Degrade section.
     57 - Added 0.1x control for Degrade "Depth" parameter.
     58 - Improved parameter names for automation menus.
     59 - Added arrows for preset menu.
     60 - Added support for OSX versions 10.9 and up.
     61 - Fixed an audio blowup when toggling the Input Filter makeup.
     62 - Fixed GUI freezing bug in Cakewalk.
     63 - Fixed gain staging bug in Renoise.
     64 - Migrated build pipeline to CMake.
     65 - Created installer packages for Windows/Mac.
     66 
     67 ## [2.7.0] - 2020-11-25
     68 - Added new hysteresis mode: State Transition Network (STN)
     69 - Updated Loss Filters to improve frequency response and phase response.
     70 - Added high/low-cut filters for the input section.
     71 - Updated presets menu: now supports saving presets, and managing user preset folder.
     72 - Tone section: added transition frequency control, and made bass/treble controls more extreme.
     73 - Added bypass switches for plugin sections.
     74 - Fixed loss filter issues at higher sample rates.
     75 - Added visualizations for Wow and Flutter.
     76 - Added buttons to snap tape speed to conventional values.
     77 - Added coloured circle on bottom bar to visualize mix group.
     78 - Added a new official user manual.
     79 
     80 ## [2.6.0] - 2020-09-29
     81 - Added Pre/post emphasis filters for the hysteresis stage.
     82 - Added "mix groups" to allow instances of the plugin to be synced across a mix.
     83 - Added Chew variance parameter to control the randomness of the chew dropouts.
     84 - Improved behavior for thickness slider.
     85 - Improved internal clipping characteristic (to preserve stability).
     86 - Improved DC blocker for hysteresis processor.
     87 
     88 ## [2.5.0] - 2020-08-23
     89 - Updated delay lines in wow/flutter processing to use 3-point
     90   Lagrange interpolation.
     91 - Change Newton-Raphson solver to use 4 or 8 iterations, in unrolled loop.
     92 - Adjust signal flow so that input/output gains apply only to the wet signal.
     93 - Added simple behavior to automatically check for updates.
     94 - Improved loss filter sliders.
     95 - Fixed tooltip name sometimes not appearing.
     96 - Fixed save/load bug for VST3 in Ableton.
     97 
     98 ## [2.4.0] - 2020-07-26
     99 - New "Hysteresis Mode" parameter: choose between Runge-Kutta or
    100   Newton-Raphson modes, or revert to Version 1.0-style processing.
    101 - New GUI design.
    102 - Added support for LV2 builds on Linux.
    103 - Fixed volume spike when loading plugin during playback.
    104 
    105 ## [2.3.4] - 2020-06-25
    106 - Fixed slider controls.
    107 - Fixed dry/wet phase cancellation issues.
    108 
    109 ## [2.3.3] - 2020-06-22
    110 - Fixed save/load bug in some DAWs.
    111 - More subtle flutter/wow controls.
    112 - Fixed issues with phase cancellation and reported latency.
    113 - Turned off JUCE app usage reporting.
    114 
    115 ## [2.3.0] - 2020-06-02
    116 - New 1x oversampling option.
    117 - New "Wow" processing.
    118 - Added presets.
    119 - Fixed Logic validation issues.
    120 - General bug fixes.
    121 
    122 ## [2.2.0] - 2020-05-06
    123 - Improved "chew" algorithm.
    124 - Much improved overall efficiency.
    125 - General bug fixes.
    126 
    127 ## [2.1.0] - 2020-04-20
    128 - New processors for modelling tape degradation and "chew".
    129 - New GUI (courtesy of [Foleys GUI Magic](https://github.com/ffAudio/foleys_gui_magic)).
    130 - Improved efficiency for loss filters.
    131 - General bug fixes. 
    132 
    133 ## [2.0.0] - 2019-12-11
    134 - New hysteresis processor, with much lower CPU consumption.
    135 - Updated playhead model.
    136 - Updated flutter processor with independent rate and
    137   depth controls.
    138 - New variable oversampling parameter (2x, 4x, 8x)
    139 - Improved overall stability.
    140 
    141 ## [1.0.0] - 2019-03-10
    142 - Initial release for CHOW Tape Model research and plugin. Available
    143   in VST, VST3, AU, and Standalone formats. Mac tested has been limited.