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

Script changes to include the 'arrange' script.

This commit is contained in:
James Crook
2019-04-09 22:34:02 +01:00
parent 0188b7570d
commit 5739c579fa
2 changed files with 6 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ exec( inner( 'cut_n_paste' ) )
exec( inner( 'clip_boundaries' ) )
exec( inner( 'oddments' ) )
exec( inner( 'named_tracks' ) )
exec( inner( 'arrange' ) )
#report on timing.
inner( "" )