Audacity and pipe_test.py
Steve
Gronicus at SGA.Ninja
Wed Sep 9 03:12:59 EDT 2020
More information about the Python-list mailing list
Wed Sep 9 03:12:59 EDT 2020
- Previous message (by thread): [SOLVED] Module exists and cannot be found
- Next message (by thread): Audacity and pipe_test.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am trying to adapt this short file to be used for simple control of the
Audacity audio recording program.
I can get the following does to work:
do_command("Record1stChoice") #Creates a new track and starts
recording
do_command("AddLabel:") #Places a label in the label track
do_command("Stop") # stops the recording
But not this one:
do_command("SetLabel:Label='1' Text='Hello' ")
This is supposed to place "Hello" into the label.
Steve
Foonote:
The patient shall strive to suffer the symptoms of the disease that has been
diagnosed by the doctor.
- Previous message (by thread): [SOLVED] Module exists and cannot be found
- Next message (by thread): Audacity and pipe_test.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list