1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +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

@@ -21,8 +21,8 @@ def bug_test_1844():
do( 'SetEnvelope: Time=10 Value=1.0' )
do( 'SetEnvelope: Time=12 Value=0.5' )
do( 'Select: Start=0 End=4' )
do( 'AdjustableFade: curve="0" gain0="0" gain1="100" preset="None Selected" type="Fade Up" units="% of Original" ' )
capture( "Bug1844.png", "All_Tracks" )
do( 'AdjustableFade: curve="0" gain0="0" gain1="100" preset="None" type="Up" units="% of Original" ' )
capture( "Bug1844.png", "AllTracks" )
do( 'SelectTool' )
# Should have envelop points at 0s, 2x4s, 10s and 12s and no others.