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
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
v.audacity
43e2bca001
Increment version numbers for 2.0.6 release. Make wordings more consistent between the two files.
2014-09-04 02:51:17 +00:00
v.audacity
a6f148dae4
Turn off IS_ALPHA for release
...
http://wiki.audacityteam.org/wiki/Release_Process#Process step 3.1.1
2014-09-04 02:50:06 +00:00
martynshaw99
375feaee52
Reverting behaviour of 'help' links/buttons with an anchor (#) in them, so that they go to an online place that works (as in 2.0.5).
...
The use of an anchor in local files does not work in a number of OSs.
2014-09-04 00:02:12 +00:00
windinthew
7e4902ebec
Updated by Yuri Chornoivan.
2014-08-31 06:37:36 +00:00