diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-09-23 11:44:50 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-09-23 11:44:50 -0400 |
commit | f41cfe8196909c6ace58a9dc7e5a7b4cb24c23ba (patch) | |
tree | 959b82ca52c5a9a049681b5c8bd11986b853a9db /.gitmodules | |
parent | 54e1e399ee8079a8b9d9f9093dd8330e27ccbdc9 (diff) |
add frequency plot
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 57329a9..2decf58 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "gui/source/ImGuiColorTextEdit"] path = gui/source/ImGuiColorTextEdit url = https://github.com/BalazsJako/ImGuiColorTextEdit +[submodule "gui/kissfft"] + path = gui/kissfft + url = https://github.com/mborgerding/kissfft |