RE: Audacity and pipe_test.py

2020-09-13 Thread Steve
-list On Behalf Of Grant Edwards Sent: Sunday, September 13, 2020 9:41 PM To: python-list@python.org Subject: Re: Audacity and pipe_test.py On 2020-09-13, Steve wrote: > "There is no promise on time.sleep() that the program will restart > exactly when the time expires." > > No

Re: Audacity and pipe_test.py

2020-09-13 Thread Grant Edwards
On 2020-09-13, Steve wrote: > "There is no promise on time.sleep() that the program will restart exactly > when the time expires." > > No precision needed, +- two minutes is acceptable, even three.. In my > tests, I see scarcely three seconds difference. No problem. > > As for ENDIF, ENDWHILE,

RE: Audacity and pipe_test.py

2020-09-13 Thread Steve
tember 13, 2020 3:06 PM To: python-list@python.org Subject: Re: Audacity and pipe_test.py On Sat, 12 Sep 2020 14:23:25 -0400, "Steve" declaimed the following: > >You are correct. I use the py timer to pause the commands being sent >to the pipe. There seems to be something

RE: Audacity and pipe_test.py

2020-09-12 Thread Steve
It makes it easier for me to follow the logic especially if they are nested. -Original Message- From: Python-list On Behalf Of Dennis Lee Bieber Sent: Friday, September 11, 2020 1:32 PM To: python-list@python.org Subject: Re: Audacity and pipe_test.py On Thu, 10 Sep 2020 18:22:29 -0400,

Re: Audacity and pipe_test.py

2020-09-12 Thread Chris Angelico
On Sun, Sep 13, 2020 at 2:33 AM Dennis Lee Bieber wrote: > > On Thu, 10 Sep 2020 18:22:29 -0400, "Steve" declaimed > the following: > > >Your line worked except that I used copy/paste to place it in the program. > >I kept on getting something like "improper indentation or tab" and pointing > >to

RE: Audacity and pipe_test.py

2020-09-10 Thread Steve
Steve FootNote: If money does not grow on trees, then why do banks have branches? -Original Message- From: Python-list On Behalf Of Dennis Lee Bieber Sent: Thursday, September 10, 2020 1:51 PM To: python-list@python.org Subject: Re: Audacity and pipe_test.py CORRECTION On

RE: Audacity and pipe_test.py

2020-09-10 Thread Steve
age- From: Python-list On Behalf Of Dennis Lee Bieber Sent: Thursday, September 10, 2020 1:51 PM To: python-list@python.org Subject: Re: Audacity and pipe_test.py CORRECTION On Thu, 10 Sep 2020 03:55:46 -0400, "Steve" declaimed the following: >One thing I would rea

RE: Audacity and pipe_test.py

2020-09-10 Thread Steve
grow on trees, then why do banks have branches? -Original Message- From: Python-list On Behalf Of Dennis Lee Bieber Sent: Wednesday, September 9, 2020 11:17 AM To: python-list@python.org Subject: Re: Audacity and pipe_test.py On Wed, 9 Sep 2020 03:12:59 -0400, "Steve" declai

Audacity and pipe_test.py

2020-09-09 Thread Steve
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