Support NeuralAmpModelerCore v0.5.1#614
Merged
sdatkinson merged 19 commits intomainfrom Apr 20, 2026
Merged
Conversation
…e to C++20 - Update C++ standard to C++20 in common-win.props and common-mac.xcconfig (required by NeuralAmpModelerCore dependency) - Add missing NAM source/header files to Visual Studio projects: - conv1d.cpp/h, ring_buffer.cpp/h - film.h, gating_activations.h, registry.h (header-only) - Updated: vst3, app, aax projects - Add missing files to macOS Xcode project: - film.h, gating_activations.h, registry.h (header-only) - Add missing files to iOS Xcode project: - conv1d.cpp/h, ring_buffer.cpp/h - film.h, gating_activations.h, registry.h (header-only) All new files from NeuralAmpModelerCore are now properly included in build configurations.
Drop VST2 Visual Studio projects, macOS scheme and plist, and trim VST2-related scripts and shared config. Bump NeuralAmpModelerCore pointer and align Windows/macOS project files. Made-with: Cursor
Re-add the macOS VST2 Xcode target (with current NAM sources, container, and a2_fast), the macOS-VST2 scheme, plist, and shared xcconfig/props used for VST2 preprocessor paths. Restore packaging and version scripts that reference VST2. Regenerate the Windows VST2 Visual Studio project from the current VST3 project so it builds the same NeuralAmpModelerCore sources with IPlugVST2 instead of the obsolete local dsp layout. Made-with: Cursor
Bring back the pre-removal NeuralAmpModeler-vst2 Visual Studio projects as-is to keep the branch diff small for review; macOS VST2 remains the supported path. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrade NeuralAmpModelerCore to v0.5.1.
PR Checklist
format.bash?Unserialization.cpp.)