Detailed steps on how to reproduce the bug
When calling getPlayHead()->getPosition().getIsPlaying() within the processBlock method, The value returned is always false. This occurs even when the DAW is actually playing audio.
This only occurs for AU within the Audacity DAW. VST3 works as expected
What is the expected behaviour?
getPlayHead()->getPosition().getIsPlaying() should return true when playback is actually occurring.
Operating systems
macOS
What versions of the operating systems?
macoOS 15.6.1 (24G90)
Architectures
Arm64/aarch64
Stacktrace
Plug-in formats (if applicable)
AU
Plug-in host applications (DAWs) (if applicable)
Audacity
Testing on the develop branch
The bug is present on the develop branch
Code of Conduct
Detailed steps on how to reproduce the bug
When calling
getPlayHead()->getPosition().getIsPlaying()within theprocessBlockmethod, The value returned is always false. This occurs even when the DAW is actually playing audio.This only occurs for AU within the Audacity DAW. VST3 works as expected
What is the expected behaviour?
getPlayHead()->getPosition().getIsPlaying()should return true when playback is actually occurring.Operating systems
macOS
What versions of the operating systems?
macoOS 15.6.1 (24G90)
Architectures
Arm64/aarch64
Stacktrace
Plug-in formats (if applicable)
AU
Plug-in host applications (DAWs) (if applicable)
Audacity
Testing on the
developbranchThe bug is present on the
developbranchCode of Conduct