Paul-Licameli
8ba9ea5621
ViewInfo has a base class, ZoomInfo, containing only what TrackArtist needs besides the SelectedRegion
2015-07-19 11:44:00 -04:00
Paul-Licameli
ab21f75c77
ViewInfo is becoming a smart class, not a dumb struct
...
Now it has:
A constructor
XML attribute serializer functions (but no XML tag of its own)
Also removed unused lastZoom
2015-07-19 11:43:59 -04:00
Paul Licameli
35e0897bf7
Avoid needless mix/max/rms calculation when showing individual samples.
2015-07-19 11:43:55 -04:00
Paul Licameli
1b125f8fe3
more variable name changes
2015-07-19 11:43:53 -04:00
Paul Licameli
9a22b94d99
Change some argument names. I don't like one-letter variable names.
2015-07-19 11:43:52 -04:00
Paul Licameli
68174ad657
Envelope::GetValue works faster when called in a loop with increasing arugments
2015-07-19 11:43:50 -04:00
Paul Licameli
b759cc5483
collapse some repeated code into a loop
2015-07-19 11:43:49 -04:00
James Crook
a8af55d805
Added two more wxWidgets DLLs.
2015-07-19 11:13:39 +01:00
Paul Licameli
508abda309
Bugs 1043, 1044 -- Even better fix...
...
... With a careful sweep of uses of WaveTrack::GetDisplay() to remove
assumptions about the ordering of the values.
Using < and <= on enum values is mostly a bad idea.
2015-07-18 23:56:30 -04:00
Paul Licameli
b25994a82d
Throw away EXPERIMENTAL_FFT_SKIP_POINTS...
...
... with James' consent.
2015-07-18 23:21:27 -04:00
Steve Daulton
78d0347be2
More complete fix for bug 1060 issues
2015-07-18 18:31:36 +01:00
James Crook
c43936f630
Bug1085 - Play-at-Speed key-binding broken
...
Caused by fix to Bug 844 not initialising mIsCapturing to false. So play-at-apeed could mistakenly think recording was in progress, and so prevent play-at-speed.
2015-07-18 12:51:28 +01:00
James Crook
fd958cfea3
Updated for 2.1.2
2015-07-16 20:11:59 +01:00
James Crook
94851d5238
Now on 2.1.2
2015-07-16 20:08:52 +01:00
James Crook
c929932f30
IsAlpha1 and now 2.1.2.
2015-07-16 17:17:50 +01:00
James Crook
7d3e4a16d6
Corsican and Nepali not supported.
...
(P3) Commented out co and ne languages as they are not supported by Audacity.
Audacity-2.1.1
2015-07-11 11:02:22 +01:00
James Crook
510713b981
Merge remote-tracking branch 'leland/master'
2015-07-10 09:30:17 +01:00
James Crook
eaa1973051
Merge remote-tracking branch 'upstream/master'
2015-07-10 09:29:06 +01:00
James Crook
6423610f01
Bug 1061 - Chinese (Simplified) Missing
...
Previously we looked at wxLocale language names for matches to our names. The change to use the language set in the installer reversed this. However looking up zh (which is Chinese) in wxLocale yields zh_TW. So instead we now look up zh_CN.
2015-07-10 09:28:24 +01:00
Steve Daulton
ce9626d31c
Minimal fix for bug 1060
...
Minimal fix for bug 1060 made with agreement of RM.
No documentation changes required.
Further fix/enhancements will wait until after 2.1.1 is released.
2015-07-08 18:47:33 +01:00
Leland Lucius
f434789f34
Fix crash in new binary AutoSave
...
Would happen when writing tags with a value whose length was greater
than 65535 due to the use of shorts. Now uses int instead.
2015-07-08 10:13:34 -05:00
Leland Lucius
22c8f7fb76
Pretty sure this is the fix for the crashing VSTs
2015-07-05 13:48:59 -05:00
Leland Lucius
d7d1de46f8
Revert "Possible fix for VST crash when not in debugger."
...
This reverts commit 2b24de978cd6e511dd22ae4b3bba308b0820a67e.
2015-07-05 13:44:14 -05:00
James Crook
2b24de978c
Possible fix for VST crash when not in debugger.
...
Suspected that the array is not big enough.
2015-07-04 22:38:58 +01:00
James Crook
4025f27764
Sourceforge -> audacityteam (sidebar.html)
...
The sidebar.html file is used in the local copy of the manual and needs to point to our website, now that we have moved from sourceforge.
2015-07-02 07:40:07 +01:00
Leland Lucius
08c0663624
Added removal of ".git" and ".gitignore" when building minsrc tarball
...
And removed SVN bits...
2015-06-30 16:06:00 -05:00
James Crook
b99f1b90fb
Missing "
2015-06-29 23:16:18 +01:00
James Crook
9b94dcf2f3
README.txt - Fixes for 2.1.1
...
Re-Instated the Operating System section in the 2.1.0 changes.
Updated the changes and fixes as per corrections/additions to the wiki release notes by Gale (thanks for those).
2015-06-29 22:42:52 +01:00
James Crook
a521164657
Translations received via Transifex
...
de - German - Daniel Winzen
tr - Turkish - Kaya Zeren
nl - Dutch - Thomas De Rocker
sr_RS - Serbian - Thomas De Rocker
pl - Polish - Andrzej Supermocny
fr - French - Tubuntu
2015-06-29 22:12:26 +01:00
James Crook
684480a8b1
Translations received via -translations email list
...
da - Danish - Thomas Breinstrup
fi - Finnish - Heino Keränen
ro - Romanian - Cristian Secară
zh - Chinese - zhangmin
es - Spanish - Antonio Paniagua Navarro
ca - Catalan - Francesc Busquets
(hu - Hungarian - Balázs Úr ) <- Already updated for 2.1.1.
2015-06-29 21:53:35 +01:00
James Crook
60529e4a9e
2.1.1. IS_ALPHA -> 0
...
Preparation for RC1 for 2.1.1.
2015-06-29 00:31:44 +01:00
James Crook
4a2d0882bf
Removed OS section from changes.
...
This was (mostly) about changes in 2.1.0
2015-06-27 22:26:49 +01:00
Leland Lucius
54edb67341
Make sure vocalridiso.ny plugin autoregisteres
2015-06-27 13:42:33 -05:00
Leland Lucius
458c74bc6b
Add new vocalrediso.ny plugin
2015-06-27 11:10:16 -07:00
Leland Lucius
5e09785840
Add new vocalridso.ny plugin
2015-06-27 13:07:20 -05:00
Leland Lucius
da2bc25721
Add new vocolridiso.ny plugin
2015-06-27 13:05:58 -05:00
Leland Lucius
d28ac9ea61
Fix LV2 effect recognition between 2.1.0 and 2.2.0
2015-06-27 10:53:42 -07:00
James Crook
0de8b595fd
Robert Haennggi's Vocal Reduction and Isolation
...
New nyquist plug-in added.
2015-06-27 17:43:49 +01:00
James Crook
dfe80bbfa5
Fixed audacity version to 2.1.1
...
This is s cosmetic change.
2015-06-27 17:13:50 +01:00
Leland Lucius
7071c9952c
Hopefully this will provide a decent workaround for bug 1045
...
Basically, an LV2 effect that contains port types that Audacity
doesn't understand will be unavailable for use.
2015-06-26 09:58:37 -07:00
James Crook
5bb3bb1f9e
Merge pull request #56 from lllucius/master
...
Fix for bug #1046 - LADSPA Hard Limiter included on Mac.
2015-06-25 07:48:09 +01:00
Leland Lucius
21911de622
Fix for bug #1046
2015-06-24 18:32:48 -05:00
Paul Licameli
9c957d43b1
Bug1013: normalize keystroke named in status bar, for Mac
2015-06-24 13:34:02 -04:00
James Crook
1a2944765d
Added .pot file to windows project Updated README for 2.1.1
2015-06-24 18:08:30 +01:00
James Crook
dea351aa48
Merge pull request #55 from Paul-Licameli/bug1043-bug1044
...
Bugs 1043, 1044 -- Be careful with new display modes in preferences
Approved by James.
2015-06-23 20:25:47 +01:00
Paul Licameli
ccebaf9d95
Bugs 1043, 1044 -- Be careful with new display modes in preferences
...
Write a new key so version 2.1.0 isn't confused by the reordered values
Add some future proofing against similar to 2.1.1 code
2015-06-23 13:12:07 -04:00
Leland Lucius
54802dded9
Part 2 of fix for bug #1045
2015-06-23 09:10:06 -05:00
Leland Lucius
404dd924f5
Fix for bug #1045
2015-06-23 00:39:15 -05:00
Leland Lucius
b1690f1801
Getting all build scripts to the same Automake 1.14 version
...
This way, building the minsrc tarball doesn't require multiple versions
of Automake to be installed. (Most things were at the 1.11 version, but
some were at the 1.14 version.)
Building minsrc should now work just fine.
2015-06-21 22:09:44 -07:00
Leland Lucius
b16b58effb
Distribute lib-src/lv2 in the minsrc tarball
2015-06-21 21:51:19 -07:00