added early reflections

This commit is contained in:
2025-11-16 10:17:14 +01:00
parent 3d42b97c25
commit 99b1436080
3 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
class Plugin : public AudioEffectX
{
static const uint DELAY_MAX = 48000;
static const uint NUM_PARMS = 9;
static const uint NUM_PARMS = 14;
public:
Plugin(audioMasterCallback audioMaster);