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. -- https://mail.python.org/mailman/listinfo/python-list