1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Bug 2684 - Bitrot for Docimage script

This commit is contained in:
crpto-bug
2021-03-20 21:45:43 +05:30
committed by GitHub
parent 313900e360
commit c2d3e500c9
2 changed files with 3 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ def spaceDemo():
capture( 'BeforeTruncateSilence.png' , 'AllTracks' )
do( 'Select: Start=0 End=0')
capture( 'SpaceyTrack.png' , 'AllTracks' )
do('SelectAll')
do( 'TruncateSilence' )
capture( 'AfterTruncateSilence1.png' , 'AllTracks' )
do( 'Select: Start=0 End=0')