commit 99c7a977cd58d3574c36edae332572c1e2bf01e1 Author: Greg Shiner Date: Tue Mar 10 22:57:48 2026 -0400 Add submodules 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