From 5bf2e4b8f30f6b50e904ea17a8c42c24f7ed7798 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Thu, 9 Mar 2023 14:01:25 -0800 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e97eba7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# neural-amp-modeler-lv2 + +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. Currently the model path is hardcoded in the plugin code.