mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Bug 2684 - Bitrot for Docimage script
This commit is contained in:
parent
313900e360
commit
c2d3e500c9
@ -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')
|
||||
|
@ -11,7 +11,7 @@ exec( open("docimages_core.py" ).read() )
|
||||
|
||||
|
||||
def addLabels():
|
||||
do( 'Select: Start=0 End=1' )
|
||||
#do( 'Select: Start=0 End=1' )
|
||||
do( 'AddLabel' )
|
||||
do( 'AddLabel' )
|
||||
do( 'AddLabel' )
|
||||
@ -23,7 +23,7 @@ def addLabels():
|
||||
do( 'Select: Start=45 End=60' )
|
||||
|
||||
def addLabels2():
|
||||
do( 'Select: Start=0 End=1' )
|
||||
#do( 'Select: Start=0 End=1' )
|
||||
do( 'AddLabel' )
|
||||
do( 'AddLabel' )
|
||||
do( 'AddLabel' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user