Hello all,
I would like to export track names.
I did searches on Internet but nothing came up on this.
Is it doable?
Thanks!
[Using Audacity 2.3.0 on Windows 10]
Can I export track names?
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Can I export track names?
Running this code in the Nyquist Prompt effect will give you a list of all selected audio tracks which you can then copy and paste.
Code: Select all
;type analyze
;version 4
;debugflags trace
(format t "~a~%" (get '*track* 'name))
""
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)