Skip to content

brummer10/Ratatouille.lv2

Repository files navigation

Ratatouille.lv2

Ratatouille

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.

To round up your sound you can load two Impulse Response Files and mix them to your needs.

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.

Dependencies

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

build

Building from source code