Ratatouille is a Neural Model loader and mixer for Linux/Windows.
This release implement easier File switching. It's now possible to
switch the selected files via mouse wheel, via mouse button click and
via keyboard up/down keys. Right mouse button click will pop up the
file-list and allow to select a file directly.
Also, it implement lighter CPU usage for convolution (IR-File), on non
power-of-two buffer sizes, by using the multi threaded FFTConvolver engine.
Beside that the GUI was a bit overworked.
Ratatouille allow to load up to two neural model files and mix there
output. Those models could be /.nam files/ <https://tonehunt.org/all>/or
<https://cloud.aida-x.cc/all>/.json or .aidax files
<https://cloud.aida-x.cc/all>. So you could blend from clean to crunch
for example, or, go wild and mix different amp models, or mix a amp with
a pedal simulation.
The "Delay" control could add a small delay to the second model to
overcome phasing issues, or to add some color/reverb to the sound.
To round up the sound it allow to load up to two Impulse Response files
and mix there output as well. You could try the wildest combinations,
or, be conservative and load just your single preferred IR-File.
Each neural model may have a different expected Sample Rate, Ratatouille
will resample the buffer to match that.
Impulse Response Files will be resampled on the fly to match the session
Sample Rate.
Project Page (Source code):
https://github.com/brummer10/Ratatouille.lv2
<https://github.com/brummer10/Ratatouille.lv2>
Release Page (Binaries):
https://github.com/brummer10/Ratatouill ... s/tag/v0.6
<https://github.com/brummer10/Ratatouille.lv2/releases/tag/v0.6>