From 86bdba9508fd1556ef3af56e1cba814f1151fb04 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 22 Oct 2025 17:14:47 +0000 Subject: [PATCH] Upload files to "Source" --- Source/NeuralSharedParams.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/NeuralSharedParams.h b/Source/NeuralSharedParams.h index 451c844..270744c 100644 --- a/Source/NeuralSharedParams.h +++ b/Source/NeuralSharedParams.h @@ -137,10 +137,6 @@ struct NeuralSharedParams std::atomic* filterOn{}; std::atomic* eqOn{}; - // ==== Wavetable controls ==== - std::atomic* wtOn{}; // 0/1 (AudioParameterBool appears as float raw value) - std::atomic* wtMorph{}; // 0..15 (continuous frame index) - // EQ + Master std::atomic* lowGainDbls{}; std::atomic* midGainDbls{};