From 99c7a977cd58d3574c36edae332572c1e2bf01e1 Mon Sep 17 00:00:00 2001 From: Greg Shiner Date: Tue, 10 Mar 2026 22:57:48 -0400 Subject: [PATCH] Add submodules --- .gitmodules | 6 ++++++ dsp | 1 + test_interface | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 dsp create mode 160000 test_interface diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e771ada --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "test_interface"] + path = test_interface + url = https://github.com/GregShiner/unnamed-synth-test-interface +[submodule "dsp"] + path = dsp + url = https://github.com/GregShiner/unnamed-synth-dsp diff --git a/dsp b/dsp new file mode 160000 index 0000000..a533063 --- /dev/null +++ b/dsp @@ -0,0 +1 @@ +Subproject commit a5330630e56d2616c8450acdd2926200660584b3 diff --git a/test_interface b/test_interface new file mode 160000 index 0000000..2a69717 --- /dev/null +++ b/test_interface @@ -0,0 +1 @@ +Subproject commit 2a6971754dd461cd097af47c2e8533fa48edc479