From a401cfd00699504198f97442587bb2417516d0fc Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Mon, 13 Mar 2023 09:21:07 -0700 Subject: [PATCH] Create CREDITS.md --- CREDITS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CREDITS.md diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 0000000..e8f2c92 --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,9 @@ +This repository uses code from a number of sources: + +https://github.com/sdatkinson/NeuralAmpModelerPlugin + +https://gitlab.com/libeigen/eigen + +https://github.com/lv2/lv2 + +In addition, the CMake structure and LV2 plugin structure are based on code from https://github.com/Dougal-s/Aether.