Releases: sdatkinson/NeuralAmpModelerPlugin
Releases · sdatkinson/NeuralAmpModelerPlugin
Version 0.7.3
What's Changed
- Support IRs with fact chunk by @sdatkinson in #220
- Updated iPlug2 submodule (fix broken reference) by @olilarkin in #210
- Skin-only implementation of Evan Heritages design by @fichl in #202
- macOS package universal binary fix by @Enver-Yilmaz in #188
- Fix macOS app resizing by @olilarkin in #226
- Support stereo inputs via summing by @sdatkinson in #166
- Apply Black to Python code by @sdatkinson in #229
- chore: adding pre commit configuration by @slowy07 in #150
- Clean up UI for new design by @olilarkin in #227
- Fix iOS compilation by @olilarkin in #230
- Correct Nam core code location in Xcode projects by @olilarkin in #231
- Improve rotated knob by @olilarkin in #234
- added IR bypass by @fichl in #224
- Specify mono->stereo I/O for standalone app build by @olilarkin in #236
- Cleanup IR bypass code, removing overlay control and using groups by @olilarkin in #235
- Run build action on push or pull_request by @mikeoliphant in #238
- Fix windows ci-build by @olilarkin in #248
- #246 - NamKnobControl values can be set via keyboard input by @olilarkin in #247
- Fix NAM model memory leaks by @sdatkinson in #249
New Contributors
- @fichl made their first contribution in #202
- @Enver-Yilmaz made their first contribution in #188
- @slowy07 made their first contribution in #150
Full Changelog: v0.7.2...v0.7.3
Version 0.7.2
What's Changed
- Added floating point denormal disabling by @mikeoliphant in #149
- Fixed denormal code issue on mac by @mikeoliphant in #155
- Don't clip output in DAW by @sdatkinson in #168
- Make sure __has_builtin is supported by @mikeoliphant in #171
- Normalize output loudness by @sdatkinson in #175
- Fast hyperbolic tangent activation functions by @sdatkinson in #178
- Added "Supported Platforms" to readme by @mikeoliphant in #179
- Update code style by @sdatkinson in #180
- Hide normalization toggle for model without loudness param by @pawelKapl in #192
- Fix loading models with special characters in the path by @mikeoliphant in #197
- Track last directory for models and IRs separately (macOS) by @sdatkinson in #198
- Set output normalization state disable state correctly on DAW startup by @sdatkinson in #200
- Handle utf8 characters in IR path by @mikeoliphant in #201
New Contributors
- @pawelKapl made their first contribution in #192
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
What's Changed
- Migrate core DSP into a separate repo by @sdatkinson in #128
- WAV improvements by @sdatkinson in #129
- Fix IR loudness (#100)
- Remember most recent model and IR paths separately in file picker (#72)
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
What's Changed
- Clean up implicit conversions by @sdatkinson in #61
- Remove support for directory-style models by @sdatkinson in #64
- Noise gate by @sdatkinson in #65
- Catch NaNs in WaveNet and RecursiveLinearFilter by @sdatkinson in #76
- Speed up wavenet activation tanh processing by @mikeoliphant in #89
- Add math.h include for Linux compilation by @mikeoliphant in #91
- Add fast tanh approximation by @mikeoliphant in #95
- Fix iOS build by @olilarkin in #92
- Noise gate toggle by @sdatkinson in #99
New Contributors
- @mikeoliphant made their first contribution in #89
Full Changelog: v0.6.2...v0.7.0
Version 0.6.2
What's Changed
- Support for single-file models by @sdatkinson in #50
- Update to latest iPlug2 API by @olilarkin in #52
- Plugin works with VST3 SDK's VST3PluginTestHost by @sdatkinson in #54
- Fill resizes with zeroes by @sdatkinson in #55
- Apply LLVM style by @sdatkinson in #56
- Mono input, mono/stereo output by @sdatkinson in #57
New Contributors
- @olilarkin made their first contribution in #52
Full Changelog: v0.6.1...v0.6.2
Version 0.6.1
What's Changed
- Switch that toggles the tone stack by @sdatkinson in #46
- Fix incorrect scaling with level knobs by @sdatkinson in #47
- Better error messages for IR loader failures by @sdatkinson in #48
Full Changelog: v0.6.0...v0.6.1
Version 0.6.0
What's Changed
- Refactor color scheme code by @sdatkinson in #28
- Input level meter by @sdatkinson in #29
- Treble/Middle/Bass EQ knobs by @sdatkinson in #30
- IR loader by @sdatkinson in #31
Full Changelog: v0.5.8...v0.6.0
Version 0.5.8
What's Changed
- Remove Notebook submodule by @sdatkinson in #20
- Fixes by @sdatkinson in #24
Full Changelog: v0.5.7...v0.5.8
Version 0.5.7
What's Changed
- Fix initialization issues by @sdatkinson in #12
- Implement anti-pop for WaveNet by @sdatkinson in #13
New Contributors
- @sdatkinson made their first contribution in #12
Full Changelog: v0.5.6...v0.5.7
Version 0.5.6
- UI Overhaul
- Installers for Windows and Mac