For pyaudacity.do("New") to work, at least one Audacity window needs to be open.
bwagner opened this issue · 0 comments
bwagner commented
import pyaudacity as pa
For pa.do("New")
or pa.get_info(...)
to work, at least one Audacity window needs to be open.
Failing that, calls to pa.do("New")
or pa.get_info(...)
don't return.
Platform:
- macOS 14.0 (Sonoma)
- Python 3.11.6
- Audacity 3.4.1