Search found 59476 matches

by steve
Wed Sep 06, 2017 7:11 pm
Forum: Windows
Topic: Automatic set overlap
Replies: 3
Views: 458

Re: Automatic set overlap

No there is no automatic alignment with overlap. However, considering what you are doing, are you aware of the "Crossfade Tracks" effect? http://manual.audacityteam.org/man/crossfade_tracks.html There is also a "Crossfade Clips" effect which may be a bit quicker to use, though le...
by steve
Wed Sep 06, 2017 5:09 pm
Forum: Windows
Topic: Compile with ASIO support for Multi-track recording
Replies: 7
Views: 1981

Re: Compile with ASIO support for Multi-track recording

I've downloaded the files and get lost is some of the details The details are all important. My main OS is Linux. I've managed to build Audacity on Windows 10, but I was just following the same instructions as I gave to you (well slightly worse instructions as some of the instructions have now been...
by steve
Wed Sep 06, 2017 4:47 pm
Forum: Windows
Topic: When Effects menu is taller then screen height
Replies: 3
Views: 404

Re: When Effects menu is taller then screen height

Now its to short with "Group by Type" not using enough of the screen. I'm kidding :lol: :D I notice that "Nyquist Prompt" stand out. How come that is? The "Nyquist Prompt" does not really belong in the Effect menu at all, but there isn't a better place to put it. The N...
by steve
Wed Sep 06, 2017 4:32 pm
Forum: Adding Features to Audacity
Topic: wxWidgets Debug Alert when | is missing from translation
Replies: 7
Views: 1900

Re: wxWidgets Debug Alert when | is missing from translation

But to test the translated strings before using them so they can't create problems in the software like that dialog It's much easier to just split the string rather than validating the translation text. You guys that do the translations do a fantastic job and it is extremely rare that a translation...
by steve
Wed Sep 06, 2017 4:18 pm
Forum: Windows
Topic: Keyboard hot keys are not vertically aligned in menus
Replies: 11
Views: 1228

Re: Keyboard hot keys are not vertically aligned in menus

scootergrisen was referring to the "Extra menus" in the main menu bar. In Preferences > Interface, enable "Extra menus" and two additional menus appear in main menu bar. On my machine (Linux) the "Ext-Command" menu looks pretty much like it does in the manual: http://al...
by steve
Wed Sep 06, 2017 3:14 pm
Forum: Adding Features to Audacity
Topic: wxWidgets Debug Alert when | is missing from translation
Replies: 7
Views: 1900

Re: wxWidgets Debug Alert when | is missing from translation

scootergrisen wrote:i dont think a translation should affect the software in such a way.
Neither do I.

The code that I suggested in my previous post would give two separate strings for translation:
"All files" and "All supported files"

Does that need a translation hint?
by steve
Wed Sep 06, 2017 3:06 pm
Forum: Windows
Topic: Benchmark dialog is not translated
Replies: 2
Views: 335

Re: Benchmark dialog is not translated

The benchmark tool is not usually shipped in the release version, so none of the strings are marked for translation.
I'll inform the developers about this as I think they may be considering including the benchmark tool in the 2.2.0 release.
by steve
Wed Sep 06, 2017 3:00 pm
Forum: GNU/Linux
Topic: ADD / DELETE COMPLEMENTS
Replies: 5
Views: 1292

Re: ADD / DELETE COMPLEMENTS

Sorry but I don't understand what you mean.

Which version of Audacity are you using?
Which version of Linux?

Perhaps a screenshot would help to make it clear what you are describing.
by steve
Wed Sep 06, 2017 2:11 pm
Forum: Adding Features to Audacity
Topic: wxWidgets Debug Alert when | is missing from translation
Replies: 7
Views: 1900

Re: wxWidgets Debug Alert when | is missing from translation

Moved this topic to "Adding features" as I'd like to deal with this at the earliest opportunity. (I can't change this now as the code is currently in freeze other than bug fixes)
by steve
Wed Sep 06, 2017 2:01 pm
Forum: Adding Features to Audacity
Topic: wxWidgets Debug Alert when | is missing from translation
Replies: 7
Views: 1900

Re: wxWidgets Debug Alert when | is missing from translation

I agree that's not nice, though it has been like that for at least 8 years! How would it be for you if it were like this, and what would you suggest as a good " i18n-hint" ? wxString mask = _("All files") + "|*|" + _("All supported files") + wxT("|")...