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:
@@ -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' )
|
||||
|
Reference in New Issue
Block a user