Search found 59476 matches
- Thu Aug 08, 2019 5:12 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2 plugin
- Replies: 15
- Views: 1180
Re: Binson Echorec 2 plugin
Checking for a stereo track is only necessary if the code needs to do something different with stereo tracks. For example, a ping-pong delay "requires" a stereo track, so you might have something like: (if (arrayp *track*) (ping-pong *track* arg1 arg2) "Error.\nStereo Track Required&q...
- Thu Aug 08, 2019 1:56 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Recording Interface
- Replies: 1
- Views: 329
Re: Recording Interface
Thank you for your feedback.
I don't know why this change was made. I'll raise this question with the developers.
I don't know why this change was made. I'll raise this question with the developers.
- Thu Aug 08, 2019 1:53 pm
- Forum: Français
- Topic: Bande passante écrêtée. Bandwidth clipped
- Replies: 4
- Views: 793
- Thu Aug 08, 2019 1:07 pm
- Forum: macOS
- Topic: Exporting multiple tracks at once
- Replies: 6
- Views: 148
Re: Exporting multiple tracks at once
Did this answer your question, or do you still need some help?steve wrote: ↑Thu Aug 08, 2019 10:29 amYou can use the "Amplify" effect in a Macro (https://manual.audacityteam.org/man/macros.html)
- Thu Aug 08, 2019 12:21 pm
- Forum: macOS
- Topic: My recorded voice sounds higher than it is.
- Replies: 4
- Views: 223
Re: My recorded voice sounds higher than it is.
If the recording sounds smooth (not clicky or broken) but just the wrong speed / pitch, then there's probably a sample rate mismatch somewhere. Check
Is the Zoom set to 44100 Hz sample rate?
Why not record directly onto the Zoom? That would also avoid problems of computer fan noise.
Is the Zoom set to 44100 Hz sample rate?
Why not record directly onto the Zoom? That would also avoid problems of computer fan noise.
- Thu Aug 08, 2019 12:17 pm
- Forum: Macros and Scripting
- Topic: Deleting silence every second
- Replies: 14
- Views: 977
Re: Deleting silence every second
You could type the times into the Selection Toolbar: https://manual.audacityteam.org/man/sel ... olbar.htmlkuchikirukia wrote: ↑Sun Aug 04, 2019 7:02 amSince they are all 1000ms apart is seems like there should be a way to:
Advance 1000ms, select 4ms, delete
advance 996ms, select 6ms, delete
advance 994ms, select 8ms, delete
- Thu Aug 08, 2019 12:09 pm
- Forum: macOS
- Topic: Exporting multiple tracks at once
- Replies: 6
- Views: 148
Re: Exporting multiple tracks at once
So I presume that ideally you would want some method to determine what the maximum peak level of the original flac files is, without having to test each one individually? Is that what you're after?
- Thu Aug 08, 2019 11:06 am
- Forum: GNU/Linux
- Topic: Impossible to Work With Multiple Projects?!?
- Replies: 1
- Views: 236
Re: Impossible to Work With Multiple Projects?!?
I've no idea which message you are referring to.
Just copy and paste.machineghost wrote: ↑Wed Aug 07, 2019 9:41 pmthere still appears to be no way, under any menu, to even conceptually copy or move tracks from one project to another.
What's the problem that you are having?
- Thu Aug 08, 2019 10:58 am
- Forum: New Plug-Ins
- Topic: Binson Echorec 2 plugin
- Replies: 15
- Views: 1180
Re: Binson Echorec 2 plugin
That seems to work OK, though I did encounter a couple of problems. Avoid using special characters (such as "å") in Nyquist plug-ins. Nyquist does not understand multi-byte characters, and they can cause unexpected and hard to find bugs. Avoid trailing parentheses. For some reason, when I ...
- Thu Aug 08, 2019 10:35 am
- Forum: Windows
- Topic: selecting multiple trks
- Replies: 9
- Views: 181
Re: selecting multiple trks
Ensure that the "Pan" slider is dead centre for all 3 tracks.