Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
808
void EqualizationUI::OnInvert(wxCommandEvent & WXUNUSED(event))
809
{
810
mBands.Invert();
811
}
812
813
void EqualizationUI::OnGridOnOff(wxCommandEvent & WXUNUSED(event))
814
{
Callers
nothing calls this directly
Calls
1
Invert
Method · 0.45
Tested by
no test coverage detected