1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

377 Commits

Author SHA1 Message Date
Leland Lucius
7a0aa43a82 Convert all wxTRANSLATE() to XO()
XO() can be used anywhere a string must be extracted for translation
but not automatically translated at runtime.
2015-04-18 23:03:49 -05:00
Paul-Licameli
96585b3377 Add empty ViewInfo.cpp 2015-04-18 16:49:21 -04:00
Leland Lucius
80c3705e7c Add new files and fix Linux includes 2015-04-17 17:37:28 -05:00
Leland Lucius
8fbfa460c4 Migrating the remaining effects
This brings the builtin, LV2, and VAMP effects inline with the
Audio Units, LADSPA, and VST effects.  All effects now share
a common UI.

This gives all effects (though not implemented for all):

User and factory preset capability
Preset import/export capability
Shared or private configuration options

Builtin effects can now be migrated to RTP, depending on algorithm.
LV2 effects now support graphical interfaces if the plugin supplies one.
Nyquist prompt enhanced to provide some features of the Nyquist Workbench.

It may not look like it, but this was a LOT of work, so trust me, there
WILL be problems and everything effect related should be suspect.  Keep
a sharp eye (or two) open.
2015-04-16 23:36:28 -05:00
v.audacity
23701781e8 We are going to have to do RC2's, so am committing these late submissions. They build for me. 2015-03-03 03:37:26 +00:00
windinthew@gmail.com
ddef739226 Updated for 2.1.0 by Daniel Winzen. 2015-02-27 01:17:32 +00:00
v.audacity
7990d2a847 Francesc Busquets update for Catalan 2015-02-25 06:49:43 +00:00
richardash1981
38f29aa167 Completed translation from Min Zhang 2015-02-23 21:47:02 +00:00
richardash1981
37d1a6bf0a Updated translation from Thomas De Rocker 2015-02-23 21:43:16 +00:00
richardash1981
633499463e commit nearly complete translation from min zhang 2015-02-22 22:17:30 +00:00
windinthew
28a942c63a Latest available translation, corrected all instances of "Labeled Audio" to "Textmarkiertes Audio" and updated strings to latest audacity.pot. 2015-02-22 16:05:23 +00:00
v.audacity
390ddb0bf8 update from Carmelo Battaglia 2015-02-21 22:45:58 +00:00
windinthew@gmail.com
7b6e94847b Updated translation for 2.1.0 from Miguel Bouzada. 2015-02-20 17:15:33 +00:00
v.audacity
8befced39d commits for Audacity version 2.1 2015-02-20 13:48:39 +00:00
v.audacity
47525fe553 updated Danish version from Thomas Breinstrup, per .pot file of 2015-02-10 2015-02-19 18:55:14 +00:00
windinthew@gmail.com
59349002f6 Update for 2.1.0 by Antonio. Also fix the Wahwah crash in Spanish (bug 861), thanks to Steve for spotting the error. 2015-02-18 03:55:31 +00:00
windinthew
e840bfe3a7 Update for 2.1.0 by Yuri Chornoivan. 2015-02-12 15:11:18 +00:00
windinthew@gmail.com
f2371b634b Updated by Koncz László 2015-01-12 02:14:15 +00:00
lllucius@gmail.com
7912b2ce5f Cleanup locale makefiles
This will remove that pesky Makefile.in that would get in
the way when trying to commit.  It doesn't need to be in 
SVN since it is regenerated each build.

And this will restore Makefile.in.in to the unmodified
version there was a risk of losing those changes when/if
autopoint was rerun.

The changes were moved to configure.ac.
2015-01-03 03:47:17 +00:00
lllucius
16ca4f17eb Re-adding localized menu labels for effects
If you can believe it, this whole big mess is
just to get localized effect labels back into
the menus.

I sure wish I'd had a little bit more time to
finish up all of the effects.  It sure would 
be a lot cleaner (code wise).
2014-12-15 21:54:23 +00:00
windinthew@gmail.com
d8d40defe1 Updated by Koncz László (submitted offlist). 2014-12-10 13:22:14 +00:00
lllucius@gmail.com
fdc524ed3f Fix Linux build after removing LoadAudioUnits.*.
Didn't even cross my mind to have to worry about it..but it makes sense.
2014-11-25 19:27:05 +00:00
windinthew@gmail.com
5bffe9cecf Added new Armenian translation by Aram Vardanyan to Windows and Linux builds. Still needs to be added to the Mac project file. 2014-11-22 16:59:02 +00:00
windinthew@gmail.com
974230ae81 Updated by Yuri Chornoivan. 2014-11-17 13:08:41 +00:00
lllucius
ad92e8c4bf One more round of effects changes.
The big thing is the common efffects UI.  Right now Ladspa and VST
have been converted to use it and Audiounits will be next.  It makes
everything nice and consistent while reducing the clutter in the
dialog.

Other goodies are:

Ladspa effects now show output controls when supplied by the effect
Ladspa effects now work fine as Analyze type effects
Ladspa now has user presets
VST effects dialog is now less cluttered...leaving more room for the effect
Ladspa and VST effects now share a common UI
Ladspa and VST effects are now usable in chains
Ladspa and VST effects now handle user presets the same way
Currently active effects settings automatically saved and reloaded
Can now do numeric range checking on input fields.

And, as always, plenty of critter squashing.
2014-11-14 03:03:17 +00:00
james.k.crook@gmail.com
2c64427129 Changes to compile NoiseReduction for Linux too. 2014-11-13 12:53:33 +00:00
lllucius@gmail.com
a68093ae60 Added a bunch of missing files to POTFILES.in and regen'd the pot files. 2014-11-10 20:31:56 +00:00
lllucius@gmail.com
6f0a6813c3 Removed TimeTextCtrl from POTFILES.in 2014-11-10 16:53:34 +00:00
james.k.crook@gmail.com
8a9987a0d9 From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0:
Correct string formatting for:
2/15  %d + enum => %d + int
3/15  %lld + int64_t => %lld + long long
4/15  %d + int64_t => %lld + long long
5/15  %d + double => %f + double
6/15  %d + int32_t => %d + int
7/15  %d + intptr_t => %p + void*
8/15  gint, guint
9/15  %d + long => %ld + long
10/15 %n + int => %d + int
11/15 %x + int => %x + unsigned int
12/15 %f + int => %d + int
13/15 %S + wxChar* => %s + wxChar*
14/15 %d + size_t => %d + int
15/15 %d + size_t => %lld + long long

"The functions wxString::Format, wxString::Printf (and others indirectly) have become stricter about parameter types that don't match (format specifier vs. function parameters). So the bugs (that were already present in audacity before) become visible in wx3.0 as error message dialogs. I've checked all occurrences of Printf, wxPrintf, PrintfV, Format, FormatV, wxLogDebug and wxLogError systematically and made the type match."

Note (9/15): In TrackPanel.cpp, ExportMP2.cpp and CompareAudioCommand.cpp this patch supersedes related change done in r13466 because the new solution requires fewer casts and therefore simplifies the code.

Note: Many .po files are affected, and we need to be very careful about this.  Incorrect "%d" and similar in translation files may lead to crashes in those languages (only).  This is something we should actually have been more careful about in the past.  We need to write a script to check that the "%d" and similar format specifiers match between English and translation.
2014-11-08 16:42:34 +00:00
lllucius@gmail.com
4390de22ec Missed a file in r13544 2014-11-05 07:15:01 +00:00
lllucius@gmail.com
7f8270a5c8 3rd attempt to Add the ability to build without trashing the source tree
Hopefully this take care of all situations.
2014-10-28 06:27:57 +00:00
lllucius@gmail.com
49ce8fd212 2nd attempt to Add the ability to build without trashing the source tree
In r13510 I had neglected to build with all local libraries and some of
them needed attention.

So, I also took the opportunity to work out the locale directory and
how to keep it unmolested as well.  As a result, all locales are rebuilt
as expected, but into the "build" directory.

As a bonus you may now test Audacity from the "build" directory and have
Nyquist plugins and message catalogs available (so you can test other 
languages again without havint to install).

So, again:

mkdir buildme
cd buildme
../configure
make
./audacity
2014-10-27 23:13:03 +00:00
lllucius
1eeb4d979a The fabled realtime effects...
I've made it where you can enable and disable via experimentals:

EXPERIMENTAL_REALTIME_EFFECTS
EXPERIMENTAL_EFFECTS_RACK

You will notice that, as of now, the only effects currently set up for
realtime are VSTs.  Now that this is in, I will start converting the
rest.

As I start to convert the effects, the astute of you may notice that
they no longer directly access tracks or any "internal" Audacity
objects.  This isolates the effects from changes in Audacity and makes
it much easier to add new ones.

Anyway, all 3 platforms can now display VST effects in graphical mode.
Yes, that means Linux too.  There are quite a few VSTs for Linux if
you search for them.

The so-called "rack" definitely needs some discussion, work, and attention
from someone much better at graphics than me.  I'm not really sure it should
stay in as-is.  I'd originally planned for it to be simply a utility window
where you can store your (preconfigured) favorite effects.  It should probably
revert back to that idea.

You may notice that this DOES include the API work I did.  The realtime effects
were too tied to it and I didn't want to redo the whole thing.  As I mentioned
elsewhere, the API stuff may or may not be very future proof.

So, let the critter complaints commence.  I absolute KNOW there will be some.
(I know I'll be hearing from the Linux peeps pretty darn quickly.  ;-))
2014-10-26 03:24:10 +00:00
windinthew
4e85bc5148 Fix incorrect translation of "Level" slider in Bass and Treble. 2014-10-07 13:50:32 +00:00
windinthew
8461e33d5d Updated by Grzegorz Pruchniakowski. 2014-10-06 04:54:13 +00:00
windinthew
48bb67574a Updated by Michał Trzebiatowski. 2014-10-06 04:49:24 +00:00
windinthew
42416367be Update by Miroslav Nikolic. 2014-10-06 04:37:50 +00:00
windinthew
81eff0e69a Update by Miroslav Nikolic. 2014-10-06 04:34:00 +00:00
windinthew
bb38984d96 Update for nightly builds by Yuri Chornoivan. 2014-10-06 04:22:54 +00:00
windinthew
0768f67ece Updated by Thomas de Rocker 2014-10-01 08:00:36 +00:00
windinthew@gmail.com
90c64fc71f Update by Arun Kumar. 2014-09-16 06:52:42 +00:00
RichardAsh1981@gmail.com
44ded8d3cd Updated translation from Pavel Fric 2014-09-09 18:39:53 +00:00
windinthew
438275d938 Updated translation by Atsushi Yoshida. 2014-09-08 06:35:21 +00:00
richardash1981
308afa64f4 Updated translation from Thomas Breinstrup 2014-09-07 21:15:43 +00:00
richardash1981
d7e02c752d Updated translation from Miguel Anxo Bouzada 2014-09-07 21:13:46 +00:00
richardash1981
45929a516d Updated translation from min zhang 2014-09-07 21:11:23 +00:00
richardash1981
a1636b6e18 Updated translation from Antonio Paniagua 2014-09-07 21:07:46 +00:00
richardash1981
d230912068 Updated translation from Xabier Aramendi 2014-09-07 21:04:56 +00:00
richardash1981
2d4408cb59 Updated translation from Kaya Zeren 2014-09-07 21:01:06 +00:00
richardash1981
0bf5b680c1 Updated translation from Carmelo Battaglia 2014-09-07 20:58:56 +00:00