double getMultibandEqGain(int bandIndex) { if (_engine == ffi.nullptr) return 0.0; return _getMultibandEqGain(_engine, bandIndex); }