isModified property

bool get isModified

Whether any band is modified from flat

Implementation

bool get isModified => bands.any((b) => b.gain != 0.0) || preampGain != 0.0;