Can I export track names?

Help for Audacity on Windows.
Forum rules
ImageThis 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.
Post Reply
kusf-fan
Posts: 57
Joined: Thu Sep 06, 2012 12:16 am
Operating System: Windows 10

Can I export track names?

Post by kusf-fan » Sat Nov 03, 2018 7:20 pm

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]

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Can I export track names?

Post by steve » Sun Nov 04, 2018 3:46 pm

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)

Post Reply