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

665 Commits

Author SHA1 Message Date
windinthew
5100fa66bc Add Roger and Bill to Team (tested) 2011-03-25 05:32:01 +00:00
lllucius
2add81e6f7 Add "kbps" to bit rate drop down. 2011-03-24 06:16:00 +00:00
mchinen
dc12d8a8f4 bug 26 followup - warn of missing alias on variety of instances (export/import/effect/mix,) in addition to first time the read fails.\nIn addition make sure there is only one warning on the screen at a time, bringing the old one to the foreground (although for things like export/effect there will be a progress bar in front of it, the missing files dialog will be above the project window when it finishes) 2011-03-23 01:01:17 +00:00
mchinen
686f3796ae make defaut tab indent for xcode files 3 instead of 4.\nThis has precedence over the general preferences so it allows users to have the general xcode prefs at 4. 2011-03-22 23:01:15 +00:00
james.k.crook@gmail.com
2a24561345 Slider fixes (inspired by patch by Ed Musgrove). 2011-03-22 22:50:04 +00:00
mchinen
6a868ff21d bug 11 - Fix potential memory leaks in DirectSound part of portmixer.
Also, in some research I learned that the DirectSound guid to Wave ID function can sometimes return success without writing to the output struct at all.  I added a check to initialize and bail if this happens.  This can possibly help with some of our USB issues.
2011-03-22 20:55:04 +00:00
lllucius
8fe322f633 Corrects a problem with the stereo mode affecting the output file even though it is disabled in the dialog. Windows was the only platform whre the stereo mode would be disabled for presets and it was a holdover from the Blade API days. After discussing with Gale, I removed the code that disabled those options and it now acts the same for all platforms.
In addition, while changing from mode to mode, the Quality dropdown no longer resets to a default value and it remembers how you had them set from session to session.
2011-03-21 23:39:16 +00:00
mchinen
c1cf9b4a76 bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans. 2011-03-20 22:20:41 +00:00
mchinen
a3a3230347 bug 11 - Device Toolbar/Manager - misc. code cleanup (not expected to fix bad behavior) 2011-03-20 20:52:04 +00:00
mchinen
935880f216 bug 11 - widen the default width for the MeterToolbar. 2011-03-19 15:43:16 +00:00
lllucius
7fecd9daef The Install action now build the DMG and ZIP distributions. This should now
be a complete build solution for new releases.
2011-03-15 03:46:09 +00:00
v.audacity
0d64482f87 Add "Benchmark completed successfully." to end of Benchmark run. 2011-03-15 01:04:28 +00:00
v.audacity
588ee05965 Remove warning about deprecated /Wp64 for MSVC++. 2011-03-15 01:02:09 +00:00
martynshaw99
9b79a37e42 Remove asserts that fire under safe conditions 2011-03-15 00:07:06 +00:00
lllucius
93454a7c80 Off by 1...should produce 12 entries, not 11. 2011-03-14 04:10:40 +00:00
lllucius
e442c5236c Fixes the inability to move the slider under wxGTK. 2011-03-14 02:26:00 +00:00
v.audacity
6b6b495021 Make it easier to enforce the requirement that module version string exactly matches Audacity version string, by directly including Audacity.h and using AUDACITY_VERSION_STRING. 2011-03-14 02:22:41 +00:00
mchinen
98182821d6 bug 310 - fix initial shift-selection conditions 2011-03-13 22:43:48 +00:00
lllucius
c576fc4893 1) Fixes a problem where you can't run Audacity from withing Xcode
which was caused by the fix for Lame and FFmpeg detection.  Now,
    the Audacity.sh script will only be used for "release" versions.
2)  Provides a new "Manual" target that the developer can use to
    retrieve the Audacity manual and put it in the "help" directory
    to facilitate testing.
3)  Provides a new "Plugins" target that the developer can use to
    build the 3 Ladspa plugins that are distributed with Audacity.
    They will be built into the "plug-in" directory.  The main
    reason for this one was because no one could remember how to
    build them, so now it will be available to everyone.
4)  Supports the "install" build action for creating an output
    direcotry that is fully distributable.  (DMG and ZIP creation
    will be added soon.)  This provides the ability for anyone
    to create Mac releases.
2011-03-12 21:24:12 +00:00
lllucius
d12c5622d8 Fixes bug #64 and increase the default number of history items remembered by the FileHistory class to 12 from 9. (Missed 2 files) 2011-03-11 15:53:22 +00:00
lllucius
650c1b69d3 Fixes bug #64 and increase the default number of history items remembered by the FileHistory class to 12 from 9. 2011-03-11 15:23:35 +00:00
lllucius
36fe24cdd8 See bug #294 for details 2011-03-11 14:56:36 +00:00
lllucius
d1d5a1e3a9 Refer to bug #294 for details. 2011-03-08 14:09:26 +00:00
lllucius
e1923bc07f Getting there...a little more info is needed. 2011-03-07 01:46:05 +00:00
mchinen
75745cc71c fix windows build from concatenation of long strings 2011-03-06 22:57:43 +00:00
mchinen
ee726b3f28 bug 304 - fixes the crash on low attack times for high sample rate. review shows that this will only change the behavior for attack times lower than 0.05.\nThere are other parts of the code that may need tiding up (such as using the project sample rate when processing tracks of other sample rates), but this is unrelated to the bug and the patch.\npatch submitted by Ed Musgrove 2011-03-06 21:16:32 +00:00
lllucius
b1e5b022a8 Add log messages (similar to FFmpeg) to assist in resolving detection issues. 2011-03-06 20:58:33 +00:00
lllucius
f88b7f67ab Fix bug #141 and correct monolithic test. 2011-03-06 20:30:10 +00:00
lllucius
1c0af1bc75 Make sure to return the real name, not the symlink name. 2011-03-06 20:27:47 +00:00
mchinen
244b1b1d9a fix long string that breaks windows build - testing new method 2011-03-06 20:07:32 +00:00
mchinen
c420e785ae bug 26 followup: remove help button and include File > Check Dependencies recommendation in message 2011-03-06 18:07:12 +00:00
mchinen
36dbff73b4 portaudio: win - fix a bad header include-once trick.\nas this is only included by px_win_endpoint.c and px_win_common.h is not included there I do not think it was causing any bugs, but is obviously a copy-paste typo. 2011-03-06 17:11:51 +00:00
lllucius
a2a87bb373 Correct bug 142
This changes the way Audacity searches for VST plugins on Windows.  Searching now follows the order specified here:

http://wiki.audacityteam.org/index.php?title=VST_Plug-ins#Where_Audacity_looks_for_VST_plug-ins
2011-03-05 06:31:02 +00:00
windinthew
ca932f45d8 Remove typo 2011-03-03 01:28:31 +00:00
mchinen
fead781eb2 Portmixer: px_win_endpoing.c: fix potential memory leak 2011-03-02 16:43:30 +00:00
lllucius
8d4fb73452 When libid3tag encounters the "TYER" tag, it converts it to a
"ZOBS" (obsolete) tag and adds a "TDRC" tag at the end of the
list of tags using the first 4 characters of the "TYER" tag.
Since we write both the "TDRC" and "TYER" tags, the "TDRC" tag
will always be encountered first in the list.  We want use it
since the converted "TYER" tag may have been truncated.
2011-03-02 08:47:45 +00:00
lllucius
60af76d2b3 Bugs 188 and 225
Refer to bugzilla for discussion, but, to summarize, this removes any writing of ID3V1 tags.  ID3V1 tags will still be imported, but they will be written as ID3V2 tags.
2011-03-01 07:06:58 +00:00
lllucius
031a9e0af3 Bug 265 fix for MP2 files. 2011-03-01 06:56:50 +00:00
windinthew
014863a076 Updated software translation from Mikhail Balabanov 2011-03-01 06:44:41 +00:00
mchinen
5e4250e302 bug 26 - add modeless warning dialog for missing aliased files during playback. 2011-03-01 01:29:03 +00:00
mchinen
26786aff95 bug 11 - Fix vista/win7 compatibility settings 2011-02-28 16:06:47 +00:00
lllucius
17f8ef9d5a Fixes ANSI build...sorry about that. 2011-02-27 18:34:03 +00:00
lllucius
2d7b81145c This should fix bug #265 by writing both old and new year to tags. Since ID3v2 allows for unrecognized tags, there's no reason not to write both the old (TYER) and new (TDRC) tags. This should provide the year to apps using ID3v2.3 or ID3v2.4. 2011-02-27 03:52:36 +00:00
v.audacity
880b1b8c4b Bug 258 (P2) - Mixer Board: max peak and clipping lines removed
Update comments to reflect sticking with this fix, per http://bugzilla.audacityteam.org/show_bug.cgi?id=258#c13.
2011-02-26 23:19:19 +00:00
v.audacity
0526b8c98a Adjust some comments. 2011-02-26 23:17:26 +00:00
mchinen
3dad57bc30 bug 11: fix portmixer vista/win7 issue. possibly fixes conflated inputs. 2011-02-26 22:00:03 +00:00
v.audacity
9bbfeceea7 Upgrade some log message calls. 2011-02-26 01:51:44 +00:00
v.audacity
20f37df3ec Bug 258 (P2)- Mixer Board: max peak and clipping lines removed
Moved updates for Mixer Board meters back to TrackPanel::OnTimer() to see if it helps Mac performance issues reported by Bill (http://bugzilla.audacityteam.org/show_bug.cgi?id=258#c9).
2011-02-26 01:50:49 +00:00
richardash1981
60cd572650 Fix for the sake of doing them all, although this is nearly dead 2011-02-25 22:28:24 +00:00
richardash1981
5cd98b1cc7 Fix usage of AM_MAINTAINER_MODE macro as pointed out by Benjamin Drung 2011-02-25 22:24:38 +00:00