Search found 59476 matches
- Mon Oct 12, 2020 6:54 pm
- Forum: Macros and Scripting
- Topic: How To Get Selection Values (Nyquist) ?
- Replies: 3
- Views: 340
Re: How To Get Selection Values (Nyquist) ?
Did my reply make sense and answer your question? For information: The easiest way to get the length of the current selection in a Nyquist "Effect" (;type process) is with " GET-DURATION ". Example: Select some audio, then open the Nyquist Prompt effect, and run this code: ;type ...
- Mon Oct 12, 2020 6:46 pm
- Forum: Windows
- Topic: Another "no audio devices"
- Replies: 12
- Views: 117
Re: Another "no audio devices"
"Elgato Game Capture" ?
- Mon Oct 12, 2020 6:45 pm
- Forum: Windows
- Topic: Polyphonic Transcription
- Replies: 1
- Views: 86
Re: Polyphonic Transcription
I assume they are referring to a VAMP plug-in from http://isophonics.net/QMVampPlugins though that page is not working for me.
- Mon Oct 12, 2020 6:32 pm
- Forum: Windows
- Topic: Another "no audio devices"
- Replies: 12
- Views: 117
Re: Another "no audio devices"
Do you have any "virtual" audio devices installed? If so, try temporarily removing them.
- Mon Oct 12, 2020 6:30 pm
- Forum: Windows
- Topic: Changing the tempo
- Replies: 6
- Views: 159
Re: Changing the tempo
If you know what tempo you want to record at, then you could just mute the click track and create a new click track at the slower tempo.
If you then want to speed up your recording to match the original, without changing the pitch of your recording, apply the "Change Tempo" effect.
If you then want to speed up your recording to match the original, without changing the pitch of your recording, apply the "Change Tempo" effect.
- Mon Oct 12, 2020 5:42 pm
- Forum: Windows
- Topic: Precise timings
- Replies: 5
- Views: 146
Re: Precise timings
Try typing into the "Project Rate" box in the lower left corner of the main Audacity window.
See: https://manual.audacityteam.org/man/sel ... .html#rate
- Mon Oct 12, 2020 4:39 pm
- Forum: Windows
- Topic: Automatically export narrated text (labels) combined with same background music for all mp3's
- Replies: 14
- Views: 6444
Re: Automatically export narrated text (labels) combined with same background music for all mp3's
It there a way to combine these two macros "Export Multiple" and your script? No. Export Multiple is not currently supported by macros. You will need to create your individual "input" files first, then apply the macro to the files. I'm not sure how many files the macro can handl...
- Mon Oct 12, 2020 3:51 pm
- Forum: Macros and Scripting
- Topic: How To Add Status And Process Bar ?
- Replies: 3
- Views: 417
Re: How To Add Status And Process Bar ?
In most cases Audacity will automatically add a process bar when the process takes more than a few seconds. For Nyquist plug-ins this does not always happen, and there can be several reasons why not. One reason is when the Nyquist code itself runs fast, but when it takes Audacity significantly longe...
- Mon Oct 12, 2020 1:44 pm
- Forum: Audacity Artwork and Graphics
- Topic: Ubuntu 20.04 Dark Theme
- Replies: 12
- Views: 2635
Re: Ubuntu 20.04 Dark Theme
Here is a stronger highlight (not the best color selection, but whatever, I'm not a design guy either :) ) I agree that it's not the best color selection, but I disagree about you not being a design guy because the overall design of your theme looks terrific ;) I've shown this theme to the Audacity...
- Mon Oct 12, 2020 1:30 pm
- Forum: New Plug-Ins
- Topic: DBX II NR decoder (expander)
- Replies: 9
- Views: 1119
Re: DBX II NR decoder (expander)
Hi Sam, thanks for posting your plug-in. I'm not able to fully test as I don't have any DBX encoded audio, but a couple of comments regarding the code. It is highly recommended to write all new plug-ins using the latest "version" syntax. Currently that is ";version 4" Converting ...