gitextract_1yly5gbz/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── LICENSE ├── README.md ├── files/ │ └── tw40_california_clean_deerinkstudios.json ├── src/ │ ├── 3rd-party.cpp │ ├── Biquad.cpp │ ├── Biquad.h │ ├── DistrhoPluginCommon.hpp │ ├── Semaphore.hpp │ ├── TwoStageThreadedConvolver.hpp │ ├── Widgets.hpp │ ├── aidadsp-plugin.cpp │ ├── aidadsp-ui.cpp │ ├── model_variant.hpp │ ├── plugin/ │ │ └── DistrhoPluginInfo.h │ └── standalone/ │ ├── DistrhoPluginInfo.h │ ├── Files.cpp │ ├── Graphics.cpp │ └── Makefile └── utils/ ├── Info.plist ├── ax-mod.html ├── ax.html ├── ax.icns ├── ax.rc ├── inno/ │ └── win64.iss ├── macos-installer-welcome.txt ├── windows-installer-welcome.rtf └── windows-installer.sh