Search found 59476 matches

by steve
Mon Sep 04, 2017 11:35 am
Forum: GNU/Linux
Topic: audacity doesn't start! I need some help...
Replies: 26
Views: 2765

Re: audacity doesn't start! I need some help...

Could you try launching Audacity from the command line:

1) Open a terminal window
2) Enter the command:

Code: Select all

audacity
Copy and paste the output that appears in the terminal window into your reply.
by steve
Mon Sep 04, 2017 10:04 am
Forum: Windows
Topic: Non-Latin names of WASAPI devices are displayed incorrectly
Replies: 5
Views: 530

Re: Non-Latin names of WASAPI devices are displayed incorrec

steve wrote:Does the problem occur with other "host" settings?
by steve
Mon Sep 04, 2017 10:03 am
Forum: GNU/Linux
Topic: audacity doesn't start! I need some help...
Replies: 26
Views: 2765

Re: audacity doesn't start! I need some help...

Have you read the zip debug file that I attached to my first post? I'm not an expert with those debug logs, but it suggests to me that a bad LV2 plug-in is interfering with Audacity loading. I don't know if this will work, but it is a simple thing to try: Find the file "audacity.cfg" in &...
by steve
Mon Sep 04, 2017 9:20 am
Forum: GNU/Linux
Topic: audacity doesn't start! I need some help...
Replies: 26
Views: 2765

Re: audacity doesn't start! I need some help...

MarPar wrote:Audacity this mornig doesn't work
When did it last work?
Have you installed any LV2 effects since then? (or any other effects or media software)
by steve
Mon Sep 04, 2017 9:14 am
Forum: Audio Processing
Topic: Audacity 2.2
Replies: 3
Views: 599

Re: Audacity 2.2

Leozdj wrote:opening audio from the button menu
What is "the button menu"?
Leozdj wrote:it doesnt open it all just a little frame
Please post a screenshot of the "little frame" so that we can see what you mean.
by steve
Mon Sep 04, 2017 9:09 am
Forum: Windows
Topic: Non-Latin names of WASAPI devices are displayed incorrectly
Replies: 5
Views: 530

Re: Non-Latin names of WASAPI devices are displayed incorrec

Does the problem occur with other "host" settings?
by steve
Mon Sep 04, 2017 8:47 am
Forum: Windows
Topic: Isolate Strings
Replies: 1
Views: 233

Re: Isolate Strings

MaddieBurnham wrote:I am wondering if there is a way to isolate the strings in the music I am editing.
Not to any great degree, at least, not with Audacity.
Many hours of detailed editing with "Melodyne" may get you close. You would need a version with "Direct Note Access" (price starts from $399).
by steve
Mon Sep 04, 2017 12:14 am
Forum: Windows
Topic: exporting selected audio greyed out
Replies: 16
Views: 5611

Re: exporting selected audio greyed out

Discovered the same 'bug' here, v2.1.3 on Windows 10. I don't think it's fair to call it a "bug" that Audacity does not export the selected audio when there isn't any selected audio (if that is what the OP was doing). This most recent project I was able to highlight three tracks and Expor...
by steve
Sun Sep 03, 2017 11:35 pm
Forum: Windows
Topic: Naming a track (alternative to built-in function)
Replies: 6
Views: 509

Re: Naming a track (alternative to built-in function)

I recall when the "name overlay" feature was added, there were long discussions about what colour the text should be. Taking all the possible "backgrounds" to the text (selected or not selected, blue waveform, grey background and Spectrogram view , yellow was about the only colou...
by steve
Sun Sep 03, 2017 11:26 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

Should I do that by an analogy to the example you posted ? "PRINT" is a useful command for printing out a single value. If it is the final command in a script, then the printed text (a "string") will be the return value from the code and will be displayed in a pop-up window. The...