diff --git a/scripts/piped-work/docimages_after.py b/scripts/piped-work/docimages_after.py index 503225639..f98adc27b 100644 --- a/scripts/piped-work/docimages_after.py +++ b/scripts/piped-work/docimages_after.py @@ -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') diff --git a/scripts/piped-work/docimages_labels.py b/scripts/piped-work/docimages_labels.py index 4073aa528..773bf7a79 100644 --- a/scripts/piped-work/docimages_labels.py +++ b/scripts/piped-work/docimages_labels.py @@ -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' )