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.
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
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.