1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Modify scripts to adjust to Pull request #271

Parameter enum values have changed.
This commit is contained in:
James Crook
2018-03-27 22:00:16 +01:00
parent 4ae7a88fde
commit 6228b6033b
12 changed files with 122 additions and 122 deletions

View File

@@ -44,7 +44,7 @@ def oddments_imagesB():
do( "Drag: Window=Timeline FromX=200 FromY=10 ToX=600 ToY=10" )
time.sleep(3.0)
#Disable bringing to top, so as not to destroy quick play.
capture( "QuikPlay001.png", "First_Track_Plus ToTop=0" )
capture( "QuikPlay001.png", "FirstTrackPlus ToTop=0" )
oddments_imagesA()
oddments_imagesB()