sdatkinson / NeuralAmpModelerCore

Core DSP library for NAM plugins
MIT License
304 stars 61 forks source link

Define `nam::DSP::Reset` and `nam::DSP::ResetAndPrewarm` #111

Closed sdatkinson closed 2 months ago

sdatkinson commented 2 months ago

This function will handle e.g. pre-allocation duties. It will not run nam::DSP::prewarm(). For that, use ResetAndPrewarm() (TBD)

Resolves #96.