I want users to be able to change a configuration at runtime. Is a global variable right for this situation?
I have a C++ struct, Spectrum
, which is a thin wrapper around std::vector<float>
:
I have a C++ struct, Spectrum
, which is a thin wrapper around std::vector<float>
: