"Copy As" Selection
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
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
-
CoelacanthsKill
- Posts: 4
- Joined: Mon Oct 08, 2018 2:56 am
- Operating System: Windows 10
"Copy As" Selection
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.
Re: "Copy As" Selection
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.
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)
Re: "Copy As" Selection
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.
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.
Re: "Copy As" Selection
One of the developers (James) is looking to extend the Export options for Macro commands.
Here's a preview:

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