NeuralRack v0.1.6 released

NeuralRack is a Neural Model and Impulse Response File loader for Linux/Windows.

It supports *.nam files and, or *.json or .aidax files by using the NeuralAudio engine.

For Impulse Response File Convolution it use FFTConvolver

Resampling is done by Libzita-resampler

This release introduce a modernised UX.

NeuralRack

Neuralrack allow to load up to two model files and run them serial.
The input/output could be controlled separate for each model.
For tone sharping a 6 band EQ could be enabled.
Additional it allow to load up a separate Impulse Response file for each output channel (stereo).
Neuralrack provide a buffered Mode which introduce a one frame latency when enabled.
It could move one Neural Model, or the complete processing into a background thread. That will reduce the CPU load when needed.
The resulting latency will be reported to the host so that it could be compensated.

Release Page(binaries):

Project Page:

10 Likes

Thank you very much!
What’s the difference between versions v0.1.6 and v3-v0.1.6?

I guess it is related to processor optimisation, as it is in the case of “Ratatouille”, another Hermann’s plugin.

From the Ratatouille release page:

Attached been ready to use binaries, note please that Ratatouille.lv2-v3-v0.9.10-linux-x86_64.tar.xz is a fully optimized version using the x86-64-v3 optimisation, you could check if your system supports that by running the command
/usr/lib64/ld-linux-x86-64.so.2 --help 2>/dev/null | grep 'x86-64-v3 (supported'
if that return nothing, your system can’t use this, in that case you should choose Ratatouille.lv2-v0.9.10-linux-x86_64.tar.xz

[ Release Ratatouille.lv2 v0.9.10 released · brummer10/Ratatouille.lv2 · GitHub ]

1 Like

@brummer answered this in the 1.4 announcement

1 Like

I like it a lot! A couple of things…

  1. How do I save my “patch”?
  2. Perhaps an option to always display knob values (not just on roll-over)

Very nice! I’m using the standalone at the moment.

Hi @ardourwlk
I’m just working on a save/load preset system for the stand-alone version. I’ll push it within the next days to the repository. Should be include MIDI control to switch presets.

Maybe I’ll add a menu bar on top to make options like that available.

4 Likes