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

Function CountVisibleSpectralViews

src/SpectralDataDialog.cpp:423–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423static unsigned CountVisibleSpectralViews( AudacityProject &project )
424{
425 const auto range = TrackList::Get(project).Any< WaveTrack >();
426 return std::count_if( range.begin(), range.end(), HasVisibleSpectralView );
427}
428
429void SpectralDataDialogWorker::OnIdle(wxIdleEvent &evt)
430{

Callers 1

OnIdleMethod · 0.85

Calls 3

GetFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected