Skip to content

Ratatouille is a Neural Model loader and mixer for Linux/Windows

License

Notifications You must be signed in to change notification settings

brummer10/Ratatouille.lv2

Repository files navigation

Ratatouille.lv2

Ratatouille is a Neural Model loader and mixer for Linux/Windows.

It can load two models, which can be *.nam files with the Neural Amp Modeler module, or *.json or .aidax files with the RTNeural module.

You can also load just a single model file, in that case the "Blend" control will do nothing. When you've loaded a second model, the "Blend" control will blend between the two models and mix them to simulate your specific tone.

Ratatouille using parallel processing for the neural models, so, loading a second neural model wouldn't be remarkable on the dsp load.

The "Delay" control could add a small delay to overcome phasing issues, or to add some color/reverb to the sound. The 'ctrl' key activate fine tuning to dial in a sample accurate delay.

To round up your sound you can load two Impulse Response Files and mix them to your needs. IR-files could be normalised on load, so that they didn't influence the loudness.

Ratatouille.lv2 supports resampling when needed to match the expected sample rate of the loaded models. Both models and the IR Files may have different expectations regarding the sample rate.

MOD Desktop

You could find a Ratatouille GUI made by David Germain here for using it on the MOD Desktop

Dependencies

  • libsndfile1-dev
  • libcairo2-dev
  • libx11-dev
  • lv2-dev

build

Building from source code