From 808ac3e1506f8d91ca14208744065a0bfe7ffaeb Mon Sep 17 00:00:00 2001 From: A-d-r-i Date: Tue, 7 Jul 2020 09:26:57 +0200 Subject: [PATCH] Add description and code of the macro --- AUDACITY_macro | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/AUDACITY_macro b/AUDACITY_macro index 2b9de77..e8958bf 100644 --- a/AUDACITY_macro +++ b/AUDACITY_macro @@ -1 +1,16 @@ -#Audacity macro \ No newline at end of file +#Audacity macro : We want to get 6 parts of 1 minute on our 59 minutes audio files +#copy and paste this code into a text file then save this file in %AppData%\Roaming\audacity\Macros + +SelectTracks:Mode="Set" TrackCount="100" +SelectTime:End="600" Start="60" +Silence:Use_Preset="" +SelectTime:End="1200" Start="660" +Silence:Use_Preset="" +SelectTime:End="1800" Start="1260" +Silence:Use_Preset="" +SelectTime:End="2400" Start="1860" +Silence:Use_Preset="" +SelectTime:End="3000" Start="2460" +Silence:Use_Preset="" +SelectTime:End="3600" Start="3060" +Silence:Use_Preset="" \ No newline at end of file