1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

356 Commits

Author SHA1 Message Date
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
richardash1981
374349de04 Updated translation by Ináo Barroso 2014-09-07 20:54:08 +00:00
windinthew
39551b1a06 2.0.6 update by Daniel Winzen. 2014-09-04 20:24:48 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
05245e6ff1 Updated by Inácio Barroso AND updated to latest strings from audacity.pot. 2014-09-04 19:59:09 +00:00
windinthew
7e4902ebec Updated by Yuri Chornoivan. 2014-08-31 06:37:36 +00:00
windinthew
fa0249bf2a Fade In/Out correction by Maysara A. Abdulhaq AND updated strings to latest available audacity.pot on the site. 2014-08-20 02:34:03 +00:00
windinthew
81d264ffbc Updated by Christian. 2014-08-15 02:13:04 +00:00
windinthew
8fa12f526a Updated by "stchen0214". 2014-08-14 06:01:02 +00:00
windinthew
417a5073e9 Remove unwanted %s from translated string which should fix http://bugzilla.audacityteam.org/show_bug.cgi?id=715 . 2014-08-06 17:15:58 +00:00
windinthew
357b8c6e0a Updated by Atsushi Yoshida. 2014-07-02 18:44:19 +00:00
windinthew
01fa5f66a5 Update by Antonio Paniagua. 2014-07-02 17:44:44 +00:00
windinthew
23c7a10158 Update by Pavel Fric. 2014-07-02 17:32:54 +00:00
windinthew
e3e970c67e Updated by Xabier. 2014-06-28 16:27:05 +00:00
windinthew
c3e21b3e85 Update by Kaya Zeren. 2014-06-28 16:22:44 +00:00
windinthew
ad52ece0b0 Update by min zhang. 2014-06-27 16:23:23 +00:00
windinthew
f9e05287c5 Update by Thomas Breinstrup. 2014-06-27 16:09:58 +00:00
windinthew
1d14029067 Update by Carmelo Battaglia. 2014-06-27 16:01:11 +00:00
windinthew
594a344ec7 Remove superfluous quotation mark in line 13. 2014-06-23 07:36:41 +00:00
windinthew
a4bd763071 Added new Tamil translation (80% complete) by Kenthira Ponnampalam.
Ta.po still needs to be added to the Mac Xcode project.
2014-06-22 17:04:52 +00:00
windinthew
8916171a41 Updated by min zhang. 2014-06-22 16:33:56 +00:00
windinthew
3819531938 Updated by Manuela Silva/Inácio Barroso. 2014-06-22 16:30:16 +00:00