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

@@ -15,7 +15,7 @@ import time
def ntrack_stereo() :
loadStereoTrack()
# A stereo track, with its name on the track
capture( 'AutoTracks002.png', 'First_Track' )
capture( 'AutoTracks002.png', 'FirstTrack' )
# A stereo track
do( 'Select: Track=0' )
do( 'SetTrack: Height=80')
@@ -85,7 +85,7 @@ def ntrack_punch():
do( 'Select: Track=1 Start=40 End=80' )
#work backwards from the end result...
capture( 'Punch-in tracks002.png', 'All_Tracks' )
capture( 'Punch-in tracks002.png', 'AllTracks' )
do( 'Select: Track=3 Start=40 End=80' )
do( 'RemoveTracks')
do( 'Select: Track=1' )