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

2550 Commits

Author SHA1 Message Date
lllucius
6fd448d1be Fix incorrect font setting introduced in r13403
https://code.google.com/p/audacity/source/detail?r=13403
2014-10-07 18:26:50 +00:00
windinthew
4e85bc5148 Fix incorrect translation of "Level" slider in Bass and Treble. 2014-10-07 13:50:32 +00:00
james.k.crook@gmail.com
93f3c3cef1 Paul Licameli's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=751. modified. Exclude collapsed tracks from the resizing too, not just from computation of the new size.
The original fix silently change sizes of collapsed wavetracks.  That's not visible, but will be seen when they are next unminimized.  To be consistent with the new size calculation, we now only changes the sizes of the unminimized wavetracks.
2014-10-07 07:30:58 +00:00
v.audacity
67bbebc06b Paul Licameli's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=751. 2014-10-07 06:53:15 +00:00
lllucius
f9c1d8c4bb Updates VS2013 project files to support targeting Windows XP
From what I can tell, the only thing that is "lost" because of
this is the possibility of using C++AMP.  Not really an issue.

And we don't have to provide different runtimes for XP and
win7+.  They all use the same redistributable package.
2014-10-07 04:20:49 +00:00
lllucius
4f81d188f0 Fix release build when using VS2013.
Should probably just get rid of this file now and will probably
do so when I delete the VS2008 project files.
2014-10-07 04:18:22 +00:00
lllucius
80c216cccf Reset the selection time after a preview.
Steve found that if you preview an effect and, say, cancel it
before it finishes preparing, an apply will not modify all of
the originally selected audio...just up to the preview length.

This is very easy to reproduce using the Paulstretch on a 30
second clip...just click stop on the "Preparing preview"
dialog and the click apply.
2014-10-06 21:53:58 +00:00
lllucius
0cfabcf345 Removing "explicit" keyword until we drop PPC support
We can then added it back since we'll be upgrading to a newer
compiler.
2014-10-06 14:23:50 +00:00
lllucius
bdcefb4850 Preliminary changes for wxWidgets 3.0.1
We can't go to 3.0.1 yet as there are still build issues on
Linux and OSX.  You can get Windows to build, but there's
still some display issues.

These changes should work with wxWidgets 2.8.12 as well, so
we can take our time to get things working properly before
switching over.
2014-10-06 08:10:50 +00:00
lllucius
0933da5b60 Additional changes required to get build working under VS2013.
I'll send the changes to libscorealign and portsmf upstream.
2014-10-06 05:55:35 +00:00
lllucius
439f5d00d6 Updated Visual Studio project and solution to VS2013.
Renamed the VS2008 solution instead of removing it
to give people time to get VS2013 installed.

Will remove the VS2008 solution and project files
after a while.
2014-10-06 05:43:23 +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
stevethefiddle@gmail.com
5be136575d Preview button added to: clipfix, delay, highpass, lowpass, notch, tremolo, vocalremover and vocoder effects. 2014-10-06 02:08:20 +00:00
lllucius@gmail.com
91f311559f Fix it correctly based on Paul L's guidance. 2014-10-05 23:27:50 +00:00
lllucius@gmail.com
a803f8bc38 Fix Linux build 2014-10-05 23:11:09 +00:00
lllucius
8ecd6b538d Adding preview to Nyquist effects as requested by STF
He also added a new Nyquist control header that gives each
effect the ability to control the presentation of the Preview
button.  This will be used by effects are time based and, therefore,
do not produce the same results in preview as they do when applied.

I expect Steve will be committing changes to the effects that can
take advantage of this shortly.

Testing of this can be accomplished by adding:

;preview enabled

to the "tremelo.ny" effect, just after the ";action" line.

Adding that line will cause the "Preview" button to be shown and
you will then be able to preview, adjust, preview, apply...
2014-10-05 18:22:41 +00:00
james.k.crook@gmail.com
f5e593cc4c Paul L's new SelectedRegion class replacing use of t0 and t1. Also LabelTrack.h no longer in TrackPanel.h includes.
This change is believed to be a direct refactoring that does not change functionality.  It paves the way for more complex kinds of selection, such as selections involving frequency as well as time.  It also reduces risk of left and right edges being swapped in future code using SelectedRegion, as the default is to swap on assignment if needed.
2014-10-05 17:10:09 +00:00
lllucius
6ce364f2d2 Get rid of flicker when drawing the peak/rms meter. 2014-10-04 22:50:51 +00:00
james.k.crook@gmail.com
2c76f78760 Meter options now in horizontal layout, so reducing wasted white space. 2014-10-04 14:50:13 +00:00
lllucius
96417b912e Made the original peak/rms meter design selectable as suggested by Gale.
It can be selected in the meter preferences.
2014-10-04 09:47:48 +00:00
lllucius
62e3467b7d Meter display changes as suggested by Peter, Steve, and Bill
Adds a transition from green to yellow starting at -12 db
or (0.50 for linear) and ending at -6 (or .75).  A transition
to red then occors to the end of the meter.

Meter preferences have been added and most of the context
menu items have been moved there.

In addition, you may now click the playback meter to reset
the peak level indicator instead of having to click the
record meter.
2014-10-03 06:15:29 +00:00
martynshaw99
80797a8471 Reverting an accidental commit, sorry! Martyn 2014-10-03 01:05:42 +00:00
martynshaw99
70a92485f7 2014-10-03 00:23:00 +00:00
RichardAsh1981@gmail.com
a6150f3443 Commit Steve's patch for Bug 728 2014-10-02 21:34:01 +00:00
james.k.crook@gmail.com
d36a95b0a2 Module prefs in Preferences no longer experimental.
We do not now prompt about new modules at start up, unless you set a module to 'ask'.  This means we can ship experimental modules with Audacity.  Users can enable them if they want to, but aren't troubled by them otherwise.
2014-10-01 12:06:06 +00:00
windinthew
0768f67ece Updated by Thomas de Rocker 2014-10-01 08:00:36 +00:00
windinthew
a9a2271ab8 Committed couple of minor punctuation corrections so they don't get forgotten. 2014-10-01 06:18:25 +00:00
stevethefiddle@gmail.com
9d43ba030a Less confusing to use semicolon here. Better we use comma as an operator only where we intended to. 2014-10-01 00:33:17 +00:00
v.audacity
284af9e9f1 Turn WDM-KS back on for alpha testing. 2014-09-30 23:33:58 +00:00
v.audacity
22c3cfab2f Turn full WASAPI back on for alpha testing. 2014-09-30 23:17:44 +00:00
james.k.crook@gmail.com
8d5ea6929a Avoid compiler warning for unicode character. 2014-09-30 20:20:45 +00:00
RichardAsh1981@gmail.com
50ff40e440 Expand wording of this message to explain how to change behaviour permanently. Patch from Steve which has been waiting a while 2014-09-30 19:38:39 +00:00
RichardAsh1981@gmail.com
3e4b1eef98 remove a macro which is not used in the code anywhere, and duplicated from elsewhere 2014-09-30 19:37:01 +00:00
RichardAsh1981@gmail.com
221413cbb8 Distribute the library list and patch schedule in the tarball 2014-09-30 19:34:54 +00:00
RichardAsh1981@gmail.com
0d270c73b8 Fixing make dist target: use a newer tar format so that long file names can be stored correctly, and require a new enough automake to have this feature work. 2014-09-30 19:34:12 +00:00
RichardAsh1981@gmail.com
80bd436ff9 late commit of the changes needed to this script for the 2.0.6 release cycle: do not remove Makefiles as some are precious, and remove some more libraries which are not used in released code. Remove code to drop libraries which are now gone from SVN. Remove local files produced by python scripts 2014-09-30 19:33:08 +00:00
v.audacity
cdbc22ddbf Change numbering to incremental per section, for easier referral.
Some slight rewordings.
2014-09-29 23:35:18 +00:00
v.audacity
aff3291c92 Changes after 2.0.6 release. 2014-09-29 23:30:09 +00:00
v.audacity
6d9489c475 Oops, removing misplaced tag for 2.0.6. Audacity-2.0.6 2014-09-29 23:08:58 +00:00
v.audacity
0b0c4d915a Audacity_2_0_6 2014-09-29 23:03:25 +00:00
v.audacity
948f6f1a5f Updates for 2.0.6.
Note that 2 languages were removed and 2 added, per http://www.jrsoftware.org/files/is5-whatsnew.htm.
2014-09-25 02:35:01 +00:00
prlivesey
98186b9317 Removed the Audacity.sh shell script from the Application bundle
as it's no longer required and interferes with code signing
2014-09-23 17:53:27 +00:00
windinthew@gmail.com
9d643be5a0 Added entry for the new searchable Keyboard Preferences. 2014-09-18 02:32:29 +00:00
windinthew@gmail.com
90c64fc71f Update by Arun Kumar. 2014-09-16 06:52:42 +00:00
windinthew
53a3868b06 Updated for 2.0.6. 2014-09-09 19:25:59 +00:00
RichardAsh1981@gmail.com
44ded8d3cd Updated translation from Pavel Fric 2014-09-09 18:39:53 +00:00