/// <summary> /// Add a filter to the list of filters at the end, with zero gain. /// Calls the <see cref="EqualizerChanged"/> event handler. /// </summary> public void AddFilter() { if (CurrentFile == null) { return; } CurrentFile.AddFilter(); }