Search found 59476 matches

by steve
Thu Mar 07, 2019 1:30 pm
Forum: Windows
Topic: Keeping v2.2.2 when installing v2.3
Replies: 3
Views: 284

Re: Keeping v2.2.2 when installing v2.3

After reading some comments about problems with chains/macros and maybe other issues in v2.3, and being slow to learn new software effectively, Most of the problems that we are seeing with chains/macros in 2.3.0 are due to people experimenting with the more "advanced" features that are no...
by steve
Thu Mar 07, 2019 1:19 pm
Forum: Windows
Topic: Just installed Win 10 Audacy broke....any suggestions?
Replies: 4
Views: 188

Re: Just installed Win 10 Audacy broke....any suggestions?

Thanks, yes. I'm trying to record audio from online - youtube. No error message - program opens and graph progresses but no levels indicated. Perhaps this will help: https://manual.audacityteam.org/man/tutorial_recording_computer_playback_on_windows.html The "WASAPI loopback" method is us...
by steve
Thu Mar 07, 2019 1:17 pm
Forum: Windows
Topic: [2.3.0] High pass filter adding silence?
Replies: 3
Views: 532

Re: [2.3.0] High pass filter adding silence?

Is there a way I can either: - Run the HPF on multiple audio tracks at once without it adding silence clips to the track, Use the " Equalization " effect rather that the High-Pass Filter. or Run the HPF on multiple audio tracks at once, and remove all silence clips in a batch operation? &...
by steve
Thu Mar 07, 2019 1:00 pm
Forum: Nyquist
Topic: Nyquist beginner -- how to copy *warp* from one wave to another
Replies: 5
Views: 796

Re: Nyquist beginner -- how to copy *warp* from one wave to another

I'm not very familiar with SAL as I always use LISP syntax for Nyquist. Handling *warp* correctly is one of the more difficult aspects of Nyquist, but fortunately it is rare that you need to deal with it directly. There is an important difference between stand alone Nyquist (which is what the Nyquis...
by steve
Thu Mar 07, 2019 12:33 pm
Forum: Windows
Topic: BUG: undocumented behavior with recursive macros
Replies: 4
Views: 235

Re: BUG: undocumented behavior with recursive macros

Regardless I guess I'll have to learn the proper syntax for Nyquist to achieve my original goal. If you need help with that, start a new topic on the Nyquist forum board: https://forum.audacityteam.org/viewforum.php?f=39 I could not find a bug report forum for non-alpha versions For non-alpha versi...
by steve
Thu Mar 07, 2019 12:30 pm
Forum: Windows
Topic: BUG: undocumented behavior with recursive macros
Replies: 4
Views: 235

Re: BUG: undocumented behavior with recursive macros

This is a bug. Macros are not always recorded correctly in the Undo history. I believe that the developer's intention, is that a Macro should count as one action. This does not always happen. This bug may have been fixed in the upcoming Audacity 2.3.1, though I've not yet had chance to test thoroug...
by steve
Thu Mar 07, 2019 12:11 pm
Forum: Windows
Topic: Can silenced audio be restored in a project file?
Replies: 5
Views: 1164

Re: Can silenced audio be restored in a project file?

So if I silence a bit of dialog, and I realize later I've cut off the initial phoneme of the first word, I can't fix that? It's still there in the original audio file. I've only silenced it in the project. Audacity could be described as a "WYSIWYG" editor. When you apply an edit or proces...
by steve
Thu Mar 07, 2019 11:52 am
Forum: Windows
Topic: Loss of data when downloading file from dropbox
Replies: 1
Views: 127

Re: Loss of data when downloading file from dropbox

Audacity is not designed to work over a network. Attempting to do so is very likely to cause errors. If you wish to use dropbox for storing Audacity projects, I'd suggest that you do it this way: 1) Save the project and close Audacity (this will allow Audacity to clean up and remove old "block ...
by steve
Thu Mar 07, 2019 11:43 am
Forum: Windows
Topic: Error Code -9996 Invalid Device.
Replies: 13
Views: 17767

Re: Error Code -9996 Invalid Device.

I receive the error code even when I don’t have anything plugged in If there's no device plugged in, then wouldn't that mean that the disconnected device is "invalid"? when I go to import the mp3 to another device What do you mean by "import the mp3 to another device"? "Imp...
by steve
Thu Mar 07, 2019 11:36 am
Forum: Windows
Topic: BUG: undocumented behavior with recursive macros
Replies: 4
Views: 235

Re: BUG: undocumented behavior with recursive macros

When adding a macro to its own commands recursively, applying the macro applies the operations only twice instead of repeatedly / until the first error. I think this is intentional. Normal Macros do not provide any mechanism to escape from a loop. In fact, normal Macros don't provide any control lo...