/* ============================================================================== NeuralSharedParams.h Created: 21 Jun 2025 7:53:02am Author: timot ============================================================================== */ #pragma once #include struct NeuralSharedParams { std::atomic waveform{ -1 }; std::atomic* attack; std::atomic* decay; std::atomic* sustain; std::atomic* release; };