Releases: sdatkinson/NeuralAmpModelerPlugin
Releases Β· sdatkinson/NeuralAmpModelerPlugin
Version 0.7.13
Version 0.7.12
What's Changed
- Refactor settings page with
IContainerBaseWithNamedChildren
by @sdatkinson in #521 - [FEATURE] Display model sample rate on settings page by @sdatkinson in #522
- Rearrange about info by @sdatkinson in #523
- [FEATURE] Input level calibration by @sdatkinson in #525
- [FEATURE] Output calibration by @sdatkinson in #531
- [FEATURE] Backward-compatible unserialization to v0.7.3 by @sdatkinson in #532
- [FEATURE] Add tooltip for output mode by @sdatkinson in #537
Full Changelog: v0.7.11...v0.7.12
Version 0.7.11
What's Changed
- Fix the build by @sdatkinson in #499
- [FEATURE] Settings page by @sdatkinson in #497
- Upgrade core to v0.2.0 by @sdatkinson in #515
- Don't
SetLatency()
when it won't change the latency. by @sdatkinson in #516
Full Changelog: v0.7.10...v0.7.11
Version 0.7.10
What's Changed
- [ENHANCEMENT] Report latency when resampling by @sdatkinson in #457
- [ENHANCEMENT] Serialize plugin version by @sdatkinson in #458
makedist-win.bat
: Remove previous build log file by @sdatkinson in #474- Feature: UI Improvement Idea (issue #385) by @HuoDx in #387
- Remove resampling message by @sdatkinson in #476
- [FEATURE] Support loading serialized plug-in states from v0.7.9 by @sdatkinson in #487
- Clean up REAPER project by @sdatkinson in #488
- Fix bug reporting latency by @sdatkinson in #489
- Update NeuralAmpModelerCore by @sdatkinson in #493
New Contributors
Full Changelog: v0.7.9...v0.7.10
Version 0.7.9
What's Changed
- [REFACTOR] Move tone stack params to
OnParamChange()
by @sdatkinson in #443 - [REFACTOR] Tone stack abstraction by @sdatkinson in #444
- [BUGFIX] Fix resampler by @sdatkinson in #453
Full Changelog: v0.7.8...v0.7.9
Version 0.7.8
What's Changed
- [BUGFIX] Fix resampler bugs by @sdatkinson in #419
- [BUGFIX] Un-reverse message box string and caption on macOS by @sdatkinson in #427
- Update distribution license by @sdatkinson in #433
Full Changelog: v0.7.7...v0.7.8
Version 0.7.7
What's Changed
- [BUGFIX] Fix resampler bugs by @sdatkinson and @olilarkin in #408
Full Changelog: v0.7.6...v0.7.7
Version 0.7.6
What's Changed
- Apply high-pass filter to remove DC offset present in some models by @sdatkinson in #349
- Resample IR if sample rate changes by @sdatkinson in #352
- Enable touchscreen by @sdatkinson in #358
- Controls note failures to load model/IR on unserialization by @sdatkinson in #359
- Specify tail size based on DC blocker by @sdatkinson in #361
- Set model normalization on by default by @sdatkinson in #378
- [ENHANCEMENT] Support for different sample rates by @sdatkinson in #397
- Update
NeuralAmpModelerCore
to v0.1.0
Full Changelog: v0.7.5...v0.7.6
Version 0.7.5
What's Changed
- Update core by @sdatkinson in #301
- NAM models communicate expected sample rates by @sdatkinson in #303
- Use a NAM icon instead of the iPlug2 icon by @olilarkin in #309
- Cleanup naming of methods and variables by @olilarkin in #268
- Rework bitmap controls by @olilarkin in #270
- Revert "Rework bitmap controls" by @sdatkinson in #316
- Rework bitmap controls #2 by @olilarkin in #317
- Remove Ronduit ttf and license files by @sdatkinson in #319
- Correct one final occurence of RONDUIT_FN by @olilarkin in #321
- Update iPlug2 to fix some filename/unicode issues by @olilarkin in #322
- Remove old directory-style model advice by @sdatkinson in #329
- Display a warning if host sample rate isn't correct for the NAM model by @sdatkinson in #331
- Fix loading WAVs with subchunk1Size>16 by @sdatkinson in #335
- Send correct message to clear IR by @sdatkinson in #336
- Disable sample rate warning by default to avoid flash on UI open by @sdatkinson in #337
- Get expected sample rate from model for warning message by @sdatkinson in #338
Full Changelog: v0.7.4...v0.7.5
Version 0.7.4
What's Changed
- Correct .entitlements files by @olilarkin in #250
- Add NAMFileBrowserControl to group Model/IR loading controls by @olilarkin in #242
- Add a drawn text entry control by @olilarkin in #266
- Models and IR file browsers open to their last directory repsectively by @sdatkinson in #283
- Select file (model, IR) directory instead of a single file by @sdatkinson in #286
- Don't lose track of directory if an invalid file is attempted to be staged by @sdatkinson in #287
- Don't recurse down file directories when collecting files to iterate through by @sdatkinson in #289
- Update IPlug2 for new IDirBrowseControlBase argument by @olilarkin in #292
- Open files on all targets except macOS standalone by @sdatkinson in #297
- Fix memory issues by @sdatkinson in #298
- Set chosen item in popup menu by @olilarkin in #299
Full Changelog: v0.7.3...v0.7.4