mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
New attached structure ProjectAudioIO handles tokens and meters
This commit is contained in:
@@ -152,7 +152,7 @@ void LyricsWindow::OnStyle_Highlight(wxCommandEvent & WXUNUSED(event))
|
||||
|
||||
void LyricsWindow::OnTimer(wxCommandEvent &event)
|
||||
{
|
||||
if (mProject->IsAudioActive())
|
||||
if (ProjectAudioIO::Get( *mProject ).IsAudioActive())
|
||||
{
|
||||
GetLyricsPanel()->Update(gAudioIO->GetStreamTime());
|
||||
}
|
||||
|
Reference in New Issue
Block a user