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:
@@ -1404,7 +1404,7 @@ void OnTrackClose(const CommandContext &context)
|
||||
if (!t)
|
||||
return;
|
||||
|
||||
auto isAudioActive = project.IsAudioActive();
|
||||
auto isAudioActive = ProjectAudioIO::Get( project ).IsAudioActive();
|
||||
|
||||
if (isAudioActive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user