Did you enter in each command on the interface or can they be placed in the code?
How would I bypass the "Enter command or 'Q' to quit:" option?
Batch file?
Did you enter in each command on the interface or can they be placed in the code?
Yes, and there should be reply from Audacity to each command, as shown in that screenshot.
You would import pipeclient into your Python 3 program, create a client instance, and write your commands to the client instance (as described in the docstrings).
This makes absolutely no intelligible sense to me and the link is worse. If it was not for the fact that documents like this are found all over the internet, I would find this laughable and deliberate.steve wrote: ↑Mon Sep 07, 2020 9:49 pmYes, and there should be reply from Audacity to each command, as shown in that screenshot.
You would import pipeclient into your Python 3 program, create a client instance, and write your commands to the client instance (as described in the docstrings).
You obviously know a lot more about how to do this than I do.