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

Method OnInterp

src/effects/EqualizationUI.cpp:699–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void EqualizationUI::OnInterp(wxCommandEvent & WXUNUSED(event))
700{
701 auto &parameters = mCurvesList.mParameters;
702 bool bIsGraphic = !parameters.mDrawMode;
703 if (bIsGraphic)
704 {
705 mBands.GraphicEQ(parameters.mLogEnvelope);
706 mCurvesList.EnvelopeUpdated();
707 }
708 parameters.mInterp = mInterpChoice->GetSelection();
709}
710
711void EqualizationUI::OnDrawMode(wxCommandEvent & WXUNUSED(event))
712{

Callers

nothing calls this directly

Calls 3

GraphicEQMethod · 0.80
EnvelopeUpdatedMethod · 0.80
GetSelectionMethod · 0.45

Tested by

no test coverage detected