top of page
Search

NeuralAmpModelerCore documentation and demo integrations are live

  • Steve
  • Jan 22
  • 1 min read

In order to assist with Stage 2 of the Architecture A2's development, I've (finally!) created documentation for the real-time library, and I've integrated v0.4.0 into NeuralAmpModelerPlugin.


Core library documentation


I've completed a first pass at documentation for the library. You can access it online here:



Aside from the usual API documentation, I've written a more in-depth description of how the WaveNet actually works, complete with a few diagrams at the various levels of the model. Hopefully this makes it much more clear what's going on in the model--and why. This is well worth studying.


NeuralAmpModelerPlugin implementation


If you want to see the differences in implementing NeuralAmpModelerCore v0.4.0 compared to 0.3.0 in a plugin, check out this PR, which highlights the key differences:



I've verified that the results are numerically equal between versions--which seems obvious from the plugin level, but is a real relief given the amount of changes in the implementation. One other nice thing is that v0.4.0 seems to be about 10% faster than 0.3.0 was (and 0.3.0 was also a little faster than what's in NeuralAmpModelerPlugin v0.7.13, the current latest version as of this blog post). Expect a few new plugin versions in the near future as all this gets out there.

 
 

Recent Posts

See All
A2 is released

Today, I'm releasing Architecture "A2", NAM's new standard neural network recipe for modeling guitar and bass amps. Check out this YouTube video for a walkthrough: If you want a pre-made plugin that p

 
 
Security notice: PyTorch Lightning 2.6.2 and 2.6.3

Published: April 30, 2026 NAM impact: NAM’s training code depends on PyTorch Lightning. Users who installed the affected Lightning versions should take action. Overview A supply-chain security inciden

 
 
NeuralAmpModelerCore v0.5.0 is released

We're one step closer to A2 today, and I've released an update to NeuralAmpModelerCore, version 0.5.0: https://github.com/sdatkinson/NeuralAmpModelerCore/releases/tag/v0.5.0 Builders interested in how

 
 

NEURAL AMP MODELER

©2026 by Steven Atkinson

bottom of page