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

View file

@ -0,0 +1,4 @@
#include "BeamgridLookAndFeel.h"
const juce::Colour BeamgridLookAndFeel::tealBase { 0xff558899 };
const juce::Colour BeamgridLookAndFeel::peakBase { 0xff996655 };