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

@@ -50,7 +50,7 @@ def ntrack_pinned() :
def ntrack_punch():
loadMonoTracks(2)
do( 'AddLabelTrack' )
#do( 'NewLabelTrack' )
#create the end result
do('Select: Track=1 Start=50 End=70')
@@ -63,7 +63,7 @@ def ntrack_punch():
do( 'Select: Track=0' )
#show a messed up original...
do( 'Distortion' )
do( 'WahWah' )
do( 'Wahwah' )
do( 'Select: Track=2 Start=40 End=80' )
do( 'Duplicate' )