1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-23 17:25:54 +01:00

Do script changes for Pull request #271 that were previously missed.

This commit is contained in:
James Crook
2019-04-09 21:55:22 +01:00
parent 731c056e7e
commit 0188b7570d
3 changed files with 6 additions and 6 deletions

View File

@@ -13,15 +13,15 @@ exec( open("docimages_core.py" ).read() )
def track_image1and8() :
loadMonoTracks(1)
# A mono track complete with ruler
capture( 'AutoTracks001.png', 'First_Track_Plus' )
capture( 'AutoTracks001.png', 'FirstTrackPlus' )
# Mono with arrow at start.
do( 'SetClip: Clip=0 Start=-4.0')
capture( 'AutoTracks008.png', 'First_Track' )
capture( 'AutoTracks008.png', 'FirstTrack' )
def track_image2and6() :
makeStereoTracks(1)
# A stereo track, with its name on the track
capture( 'AutoTracks002.png', 'First_Track' )
capture( 'AutoTracks002.png', 'FirstTrack' )
# A stereo track, with different sized channels
do( 'Select: Track=0 TrackCount=0.5' );
do( 'SetTrack: Height=80')