Search found 59476 matches

by steve
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...
by steve
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.
by steve
Thu Aug 08, 2019 1:53 pm
Forum: Français
Topic: Bande passante écrêtée. Bandwidth clipped
Replies: 4
Views: 793

Re: Bande passante écrêtée. Bandwidth clipped

Sorry, I don't speak French.
erreip wrote:
Fri Aug 02, 2019 12:41 pm
I try to rip one of my vinyl but I find that the bandwidth clipped.
See screenshot.
What is going on?
Is the output from the REGGA phono pre-amp adjustable? You may be overloading the input of the USB live2 .
by steve
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

steve wrote:
Thu Aug 08, 2019 10:29 am
You can use the "Amplify" effect in a Macro (https://manual.audacityteam.org/man/macros.html)
Did this answer your question, or do you still need some help?
by steve
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.
by steve
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

kuchikirukia wrote:
Sun Aug 04, 2019 7:02 am
Since 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
You could type the times into the Selection Toolbar: https://manual.audacityteam.org/man/sel ... olbar.html
by steve
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?
by steve
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?!?

machineghost wrote:
Wed Aug 07, 2019 9:41 pm
that completely unhelpful message?
I've no idea which message you are referring to.
machineghost wrote:
Wed Aug 07, 2019 9:41 pm
there still appears to be no way, under any menu, to even conceptually copy or move tracks from one project to another.
Just copy and paste.
What's the problem that you are having?
by steve
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 ...
by steve
Thu Aug 08, 2019 10:35 am
Forum: Windows
Topic: selecting multiple trks
Replies: 9
Views: 181

Re: selecting multiple trks

JC3 wrote:
Thu Aug 08, 2019 4:04 am
I tried to render and mix the 3 mono trks to 1 and it came out stereo
Ensure that the "Pan" slider is dead centre for all 3 tracks.