setChannels(16) generates warning

You can suppress a single warning, see Annoying warnings on Windows build (engine/Port.hpp) - #15 by Ahornberg

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Warray-bounds"
    voltages[c] = 0.f;
#pragma GCC diagnostic pop
2 Likes