From e4a1ccc09383e08dcf9b013216178b2ab5f8d0f6 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sat, 11 Mar 2023 13:29:31 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb0b218..924dc02 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Bare-bones implementation of [Neural Amp Modeler](https://github.com/sdatkinson/neural-amp-modeler) (NAM) models in an LV2 plugin. -There is no user interface. Setting the model to use requires that you LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do. +There is no user interface. Setting the model to use requires that your LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do. To get the intended behavior, you must run your audio host at the same sample rate the model was trained at (usually 48kHz) - no resampling is done by the plugin. From dadbb6fae80beab9760dc9c85819c7fb0788bde1 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sat, 11 Mar 2023 13:44:49 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 924dc02..9cd8236 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Bare-bones implementation of [Neural Amp Modeler](https://github.com/sdatkinson/ There is no user interface. Setting the model to use requires that your LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do. -To get the intended behavior, you must run your audio host at the same sample rate the model was trained at (usually 48kHz) - no resampling is done by the plugin. +To get the intended behavior, **you must run your audio host at the same sample rate the model was trained at** (usually 48kHz) - no resampling is done by the plugin. + +For amp-only models (the most typical), you will need to run an impulse reponse after this plugin to model the cabinet. ### Compiling From 35f41e79bd9be066a1c308daeb663bc06662faf5 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sat, 11 Mar 2023 13:45:20 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cd8236..1d0d2c1 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Bare-bones implementation of [Neural Amp Modeler](https://github.com/sdatkinson/neural-amp-modeler) (NAM) models in an LV2 plugin. -There is no user interface. Setting the model to use requires that your LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do. +**There is no user interface**. Setting the model to use requires that your LV2 host supports atom:Path parameters. Reaper does not. Carla and Ardour do. To get the intended behavior, **you must run your audio host at the same sample rate the model was trained at** (usually 48kHz) - no resampling is done by the plugin. -For amp-only models (the most typical), you will need to run an impulse reponse after this plugin to model the cabinet. +For amp-only models (the most typical), **you will need to run an impulse reponse after this plugin** to model the cabinet. ### Compiling