1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

New attached structure ProjectAudioIO handles tokens and meters

This commit is contained in:
Paul Licameli
2019-06-02 13:30:56 -04:00
parent 20ed57082f
commit 1f4202c878
27 changed files with 169 additions and 109 deletions

View File

@@ -1404,7 +1404,7 @@ void OnTrackClose(const CommandContext &context)
if (!t)
return;
auto isAudioActive = project.IsAudioActive();
auto isAudioActive = ProjectAudioIO::Get( project ).IsAudioActive();
if (isAudioActive)
{