Skip to content

Conversation

@sdatkinson
Copy link
Owner

This PR updates NeuralAmpModelerCore to v0.4.0.rc1.

Builders looking to upgrade from v0.3.0 to 0.4.0 can consult this to see what high-level changes to expect to do. The main one is the change to multi-input, multi-output models. The other is that there are new source & header files to track.

With this PR, the plugin should (fingers crossed) be able to support Architecture A2 at full size; slimmability is still to come.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants