Difference between revisions of "IMPACT.CL Versions"
From SOUND4wiki
(Versions 1.1) |
|||
Line 1: | Line 1: | ||
+ | == 1.1 == | ||
+ | New license system, more flexible, allowing possible non-realtime processing. The previous license system will be progressively shut down, and definitely shut down on June 30th. | ||
+ | |||
+ | === 1.1.2 === | ||
+ | (In progress) | ||
+ | |||
+ | * Correct stopping web server when connections are active | ||
+ | * Library : added mono/stereo planar conversion | ||
+ | * Interface : do not add quotes to processor name (bug since 1.1.0) | ||
+ | |||
+ | === 1.1.1 === | ||
+ | (Testing 2023-03-20) | ||
+ | |||
+ | * Correct storage (preset load/save) (bug since 1.1.0) | ||
+ | * Library : added C++ dynamic library loader interface to avoid static linking | ||
+ | |||
+ | === 1.1.0 === | ||
+ | (Testing 2023-03-14) | ||
+ | |||
+ | * Processing | ||
+ | ** Input AGC can be in wideband | ||
+ | ** '''Final limiter Improvement''' | ||
+ | * Creates more presets on initialization | ||
+ | * Many web interface improvements | ||
+ | ** Access to parameters in bypassed blocks | ||
+ | ** Improved presets window | ||
+ | ** Various fixes | ||
+ | * Library | ||
+ | ** Fixed some stopping crashes | ||
+ | ** Added some I/O conversion tools | ||
+ | ** Support non-realtime processing if license allows | ||
+ | * New license system | ||
+ | |||
+ | BUG: storage is not working, so preset load/save is not possible | ||
+ | |||
+ | == 1.0 == | ||
+ | |||
===1.0.5=== | ===1.0.5=== | ||
(2023-01-30) | (2023-01-30) |
Revision as of 09:22, 24 March 2023
Contents
1.1
New license system, more flexible, allowing possible non-realtime processing. The previous license system will be progressively shut down, and definitely shut down on June 30th.
1.1.2
(In progress)
- Correct stopping web server when connections are active
- Library : added mono/stereo planar conversion
- Interface : do not add quotes to processor name (bug since 1.1.0)
1.1.1
(Testing 2023-03-20)
- Correct storage (preset load/save) (bug since 1.1.0)
- Library : added C++ dynamic library loader interface to avoid static linking
1.1.0
(Testing 2023-03-14)
- Processing
- Input AGC can be in wideband
- Final limiter Improvement
- Creates more presets on initialization
- Many web interface improvements
- Access to parameters in bypassed blocks
- Improved presets window
- Various fixes
- Library
- Fixed some stopping crashes
- Added some I/O conversion tools
- Support non-realtime processing if license allows
- New license system
BUG: storage is not working, so preset load/save is not possible
1.0
1.0.5
(2023-01-30)
- Interface improvements
- Fixed sorting of presets in Preset dialog
1.0.4
(2023-01-27)
- Interface improvements
- Fixed slider when using with keyboard
- Higher processing samplerate (uses more CPU)
1.0.3
(2022-12-05 - Testing)
- Implement Preset Libraries and Tags
- Interface improvements
- Stereo limiter enhancements
- Wide-AGC mode available
1.0.2
(2022-11-09 - Testing)
- Voice/Mono Detect : default to no auto-mono
- JSON API: can select wanted changes
- Library : parameters can be set by instance instead of environment variables
- Correct Band VUmeter display on top
- Correct authentication page
- Correct login/logout redirect behind a reverse proxy
1.0.1
(2022-11-08 - Testing)
- Correct Preset import
- Do not export undo/redo in presets
- Web interface improvements, with loudness history and band display
- Web interface : correct login redirect behind reverse proxy
- Library : corrections to be able to unload/reload instances
- Library : can get Web server status
- Library : new API to pass parameters per instance instead of using environment variables (but keep them by default)
- JSON : can filter wanted changes
1.0.0
(2022-10-26 - Testing)
- First version