| 421 | } |
| 422 | |
| 423 | static 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 | |
| 429 | void SpectralDataDialogWorker::OnIdle(wxIdleEvent &evt) |
| 430 | { |