"Copy As" Selection

Anything you think is missing, or needs enhancement, goes here.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
CoelacanthsKill
Posts: 4
Joined: Mon Oct 08, 2018 2:56 am
Operating System: Windows 10

"Copy As" Selection

Post by CoelacanthsKill » Mon Oct 08, 2018 3:28 am

It would be nice to highlight a selection of an audio track and "Copy As - .wav," .mp3, .aac, etc into the clipboard. I assume this would work by exporting to a temp file without dialog and then putting the temp file into the clipboard for easy direct pasting into DAWs and other programs.

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

Re: "Copy As" Selection

Post by steve » Mon Oct 08, 2018 8:02 am

An interesting idea, though there's likely to be substantial technical difficulties. In particular, it would depend on the APIs specific to the operating system on which it is running, and the application into which it is being pasted. Also, for pasting into another DAW you probably would not want to encode in a lossy format such as MP3 as an intermediate step because of the quality loss.

Note that Audacity does already support copy / paste from one open Audacity window and another. Audacity also supports exporting a selection, which can then be dragged into any DAW that supports drag and drop for the exported file type.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

anahuj
Posts: 92
Joined: Fri Dec 06, 2013 8:14 pm
Operating System: Please select

Re: "Copy As" Selection

Post by anahuj » Mon Oct 15, 2018 6:44 am

Maybe a script which exports the selection as 24-bit audiofile with a known filepath.
Then in DAW, a script which imports the 24-bit audiofile.

If these scripts could be binded to keys, the better and easy-to-use.

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

Re: "Copy As" Selection

Post by steve » Mon Oct 15, 2018 8:48 am

anahuj wrote:
Mon Oct 15, 2018 6:44 am
Maybe a script which exports the selection as 24-bit audiofile with a known filepath.
One of the developers (James) is looking to extend the Export options for Macro commands.
Here's a preview:

Image
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply