MCPcopy Create free account
hub / github.com/audacity/audacity / OnInvert

Method OnInvert

src/effects/EqualizationUI.cpp:808–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808void EqualizationUI::OnInvert(wxCommandEvent & WXUNUSED(event))
809{
810 mBands.Invert();
811}
812
813void EqualizationUI::OnGridOnOff(wxCommandEvent & WXUNUSED(event))
814{

Callers

nothing calls this directly

Calls 1

InvertMethod · 0.45

Tested by

no test coverage detected