Initial BEAMGRID VST3/AU spectrum analyzer

This commit is contained in:
opencode 2026-08-13 23:15:38 +02:00
commit 0a3fe6d853
15 changed files with 908 additions and 0 deletions

5
Source/GitVersion.h.in Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#define BEAMGRID_GIT_COMMIT "@GIT_COMMIT@"
#define BEAMGRID_GIT_DIRTY @GIT_DIRTY@
#define BEAMGRID_BUILD_DATE "@BUILD_DATE@"