1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +02:00

291 Commits

Author SHA1 Message Date
lllucius
5db51c3f92 Visual Studio 2012 project files for those wanting to try it
This was NOT just a straightforward conversion.  It took days to
figure out why projects kept building over and over again, so
committing is the best way for people to kick the tires.

These are completely separate from the VS2008 project files, so
they do not affect current build process.
2013-10-31 04:15:34 +00:00
lllucius
0c0b290581 Removes ANSI Debug and Release targets
And renames Unicode Debug and Unicode Release targets to Debug and Release

Removes old allegro project (replaced with portsmf ages ago)
2013-10-31 04:08:33 +00:00
lllucius
45ebbc0491 Remove "Debug" and "Release" configurations
I don't know how "Debug" and "Release" came back, but they did.
2013-10-27 17:00:22 +00:00
lllucius
9beb7786db Missed the windows project for LV2. 2013-10-27 16:46:32 +00:00
lllucius
3532ecd7b2 Reworked LV2 plug-ing support.
This enables all platforms to use LV2 plugins in non-GUI mode.  There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00
lllucius
032d6baad3 Removing liblrdf, libraptor, redland, and slv2 in preparation for
conversion to lilv, serd, sord, and sratom.
2013-10-27 09:22:25 +00:00
v.audacity
f642e6562e Move Lynn's name. Apparently he didn't notice the list is alphabetical by last name. 2013-10-27 01:14:42 +00:00
lllucius
5264db6300 Add Audacity changes for new libflac 1.3.0. 2013-10-24 16:25:59 +00:00
lllucius
9bae0eaa71 Add Audacity changes for new soundtouch 2013-10-24 06:41:17 +00:00
v.audacity
8d97adecb1 Turn WDM-KS back on for 2.0.6-alpha testing. 2013-10-24 05:04:42 +00:00
benjamin.drung@gmail.com
5f0623b7f5 Rename configure.in to configure.ac
Refer to https://lists.gnu.org/archive/html/automake/2013-05/msg00049.html for details.
2013-10-24 00:43:41 +00:00
lllucius
0e1614f41c Add volume support for WASAPI
Lost portion of the r12594 commit.
2013-10-23 20:39:46 +00:00
lllucius@gmail.com
08c94d5372 Backported wxWidgets-3.0rc1 number validators
The are pretty darn slick.  There's an integer one and a floating point 
one.  They support automatic range limiting (ex., you can't even type a 
number outside of the range), proper number formats (ex., you can't 
enter a decimal point in an integer field), you can't enter bogus 
numbers like "0.3-.2", thousands separators are supported, decimal 
precision may be specified and proper number formatting for string 
values (or automatic conversion to int, double, float, etc.).
2013-10-23 20:33:17 +00:00
lllucius
1fab1cdb21 Bug 337 - New logger class allows log to be initialized immediately without crashing Mac empty project windows
This is an older one...originally from 2011.  Bug says it all, but basically it allows logging
to begin immediately upon startup for all platforms.  And it has multithreading protection, so
it should now be safe to log from the non-GUI threads.
2013-10-23 17:00:28 +00:00
martynshaw99
8fa922b254 Update for 2.0.5 2013-10-15 22:15:20 +00:00
james.k.crook@gmail.com
2543ea7897 Added Norm C's Scientific Filter. 2013-10-02 10:32:41 +00:00
v.audacity
0beec63b1e WASAPI back on for 2.0.5 2013-10-02 06:13:29 +00:00
lllucius
b0e65b57c2 Adding EXPERIMENTAL_KEY_VIEW that provides a new keyboard binding view. 2013-10-01 06:00:13 +00:00
v.audacity
44ea425836 Turn off WDM-KS and WASAPI builds in default, for all configurations. 2013-09-30 07:26:13 +00:00
martynshaw99
4c64a74b18 We don't ship modules at the moment. 2013-09-08 20:26:03 +00:00
v.audacity
6ec4568175 2.0.4 is released. Onward with 2.0.5! 2013-09-07 19:06:49 +00:00
martynshaw99
68b8d258db Clean up the folder/directory that we are installing to 2013-09-04 00:02:14 +00:00
martynshaw99
25a7868380 Update for 2.0.4 2013-08-31 21:40:45 +00:00
v.audacity
a2b17ac997 Turn WASAPI back on now that loopback code (only) is enabled. 2013-08-31 19:23:49 +00:00
james.k.crook@gmail.com
c686bdc3b7 Restored two files inadvertently changed in r12511 2013-08-31 14:55:08 +00:00
james.k.crook@gmail.com
ba187bbafc Bug 368: No longer look at plugins.cfg to decide whether to rescan. Just use the rescan preference. 2013-08-31 14:24:55 +00:00
v.audacity
9d87ecd13f Per off-list discussions with Gale about issues with WASAPI, turn it off, and turn on WDM/KS. 2013-08-08 23:11:43 +00:00
v.audacity
030d2450a8 Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling. 2013-08-04 01:58:54 +00:00
v.audacity
3d6c0d029f Make Windows installation consistently go to common access rather than user-specific, per forward from Buanzo of message feedback@ message from "Heath Parker". 2013-06-28 05:50:56 +00:00
v.audacity
6f01a9662b Remove mod-script-pipe from the solution. No modules should be in the .sln in TRUNK. 2013-06-08 02:24:23 +00:00
windinthew
55f1933a17 Remove SimplePairedTwoTrack.cpp and SimplePairedTwoTrack.h 2013-05-03 05:51:20 +00:00
v.audacity
5555c2db62 Rob Sykes's patch (considerably modified because of MSVC preprocessor problems) to add sox-based reverb 2013-05-02 23:41:27 +00:00
lllucius
3814ecbdd0 Add Jack support on Windows. 2013-02-27 03:38:58 +00:00
lllucius
548983fd02 Fix WASAPI state reporting and add WASAPI loopback support. 2013-02-27 02:17:21 +00:00
lllucius
8c93f13b1d Update build for portaudio r1885 2013-02-27 01:43:32 +00:00
v.audacity
cb08fdf4bd increments per http://wiki.audacityteam.org/wiki/Release_Process#Process step 11.2 2013-01-22 09:01:44 +00:00
windinthew
aac65490f9 fix typo in comment 2013-01-12 08:21:40 +00:00
martynshaw99
d32b1893d3 Adding adjustable-fade.ny plug-in. 2013-01-10 01:59:47 +00:00
windinthew
79dfffaaf4 Better link to "Is Audacity really free? Why?" in the current FAQ in the released Manual (thanks to Martyn for spotting) 2013-01-10 01:21:47 +00:00
martynshaw99
f1156ce0d5 Preparation to release 2.0.3, from a 32-bit machine.
Also, sure that link is currently wrong in ...InfoBefore...
2013-01-10 00:36:27 +00:00
windinthew
97677e1d9f New Croatian translation of software by Martin Bagiæ (still needs adding to Mac project) 2013-01-04 15:16:06 +00:00
martynshaw99
7c318fece2 Add StudioFadeOut to vc project. 2013-01-01 22:30:16 +00:00
windinthew
12d934e32e Replace BassBoost with Bass and Treble in Windows project 2013-01-01 09:35:41 +00:00
windinthew
0c29d5a06f Update to 2013 2013-01-01 09:33:23 +00:00
v.audacity
e73aefa5cf Update comments. 2013-01-01 01:35:25 +00:00
v.audacity
a6a4ab10c1 upgrade to var-rate resampling for libsoxr 2012-12-18 05:50:49 +00:00
v.audacity
1d7f0e15c5 upgrade to var-rate resampling for libsoxr 2012-12-17 06:48:11 +00:00
v.audacity
77c4d7e10c More documentation about resampler flags. 2012-11-27 00:22:14 +00:00
v.audacity
ce9bd9fa90 I think this completes the refactoring for const-rate vs var-rate resampling. 2012-11-04 04:44:10 +00:00
v.audacity
5460b5c668 This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this.
For Resample.* and QualityPrefs.cpp, this commit has my restructuring for distinguishing constant-rate vs variable-rate resamplers more generally. I think it's complete and ready for const-rate, but I have more review and testing to do for the var-rate cases. 

Variable-rate resampling is not implemented here, so Time Tracks are still broken, but this is a milestone in getting to a more general and correct structure. 

Also I think this fixes AboutDialog issues Steve noticed.
2012-11-03 02:06:07 +00:00