Future<void> increaseFrequency({double step = 1}) async { double newFreq = currentFreq.value + step; await setFrequency(newFreq); }