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

Method OnDefaultSampleRateChoice

src/prefs/DevicePrefs.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499void DevicePrefs::OnDefaultSampleRateChoice(wxCommandEvent& e)
500{
501 const int sel = mDefaultSampleRates->GetSelection();
502 mOtherDefaultSampleRate->Enable(sel == (int)mDefaultSampleRates->GetCount() - 1);
503}
504
505void DevicePrefs::OnProjectSampleRateChoice(wxCommandEvent& e)
506{

Callers

nothing calls this directly

Calls 3

GetSelectionMethod · 0.45
EnableMethod · 0.45
GetCountMethod · 0.45

Tested by

no test coverage detected