1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

Update names in scripts.

This commit is contained in:
James Crook
2019-04-11 21:19:26 +01:00
parent c0235f7f70
commit 0c38b9f41e
4 changed files with 12 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ def makeStepper():
do( 'Select: Start=0 End=22')
do( 'Join' )
do( 'FitInWindow')
do( 'AddLabelTrack' )
do( 'NewLabelTrack' )
for i in range( 0, 11 ):
do( 'Select: Track=1 Start='+str(i*2)+' End='+str(i*2+2) )
do( 'AddLabel' )