Leland Lucius
8fbfa460c4
Migrating the remaining effects
...
This brings the builtin, LV2, and VAMP effects inline with the
Audio Units, LADSPA, and VST effects. All effects now share
a common UI.
This gives all effects (though not implemented for all):
User and factory preset capability
Preset import/export capability
Shared or private configuration options
Builtin effects can now be migrated to RTP, depending on algorithm.
LV2 effects now support graphical interfaces if the plugin supplies one.
Nyquist prompt enhanced to provide some features of the Nyquist Workbench.
It may not look like it, but this was a LOT of work, so trust me, there
WILL be problems and everything effect related should be suspect. Keep
a sharp eye (or two) open.
2015-04-16 23:36:28 -05:00
Leland Lucius
40e6bcc56a
Merge pull request #33 from lllucius/clean_libsrc
...
Clean libsrc
2015-04-16 15:40:53 -05:00
Leland Lucius
a03d65ef4d
Cleanup lib-src
...
Removing:
id3lib
libresample
libsamplerate
taglib
2015-04-16 14:41:41 -05:00
Steve Daulton
94fcb2a922
Update Experimental.h
...
Remove obsolete #define
2015-04-16 13:46:39 -05:00
Steve Daulton
ca25b45978
Update Nyquist.cpp
...
Remove earlier ifdef'd version of time/date property
2015-04-16 13:46:39 -05:00
Steve Daulton
9ad9f8543f
Update Experimental.h
...
Remove obsolete #define
2015-04-14 20:59:24 +01:00
Steve Daulton
dbed4affe8
Update Nyquist.cpp
...
Remove earlier ifdef'd version of time/date property
2015-04-14 20:42:15 +01:00
Leland Lucius
35cbd1c017
Copy waflib into build directory to prevent python compiler
...
code from poluting source tree.
2015-04-14 11:17:37 -05:00
Steve Daulton
fa3d546cf8
Merge branch 'master' of github.com:audacity/audacity into nyquistPlus
2015-04-14 13:56:15 +01:00
Steve Daulton
d8d292edc7
Add time and date property list.
2015-04-14 13:50:51 +01:00
Paul-Licameli
ff06f33c70
Merge branch 'temp2'
2015-04-14 02:33:06 -04:00
Paul-Licameli
20c510084d
I just can't win. Does THIS version make the Mac compiler happy too?
2015-04-14 02:32:02 -04:00
Leland Lucius
b05b3fbcea
Fix for building on Fedora 21
2015-04-13 15:08:02 -05:00
Steve Daulton
862e960764
Update Import.cpp
...
Replace misleading warning when user attempts to import an AUP file.
2015-04-13 17:12:49 +01:00
Leland Lucius
ce0d8ddcab
Update .travis.yml
2015-04-13 09:11:12 -05:00
James Crook
50b95646cf
Merge pull request #32 from daavery/master
...
More wx3 changes
2015-04-13 10:14:16 +01:00
david avery
0319f6ea51
merging wx3 changes
2015-04-12 23:52:32 -06:00
Paul-Licameli
0bb643fcda
remove unneeded macro
2015-04-12 22:30:47 -04:00
Paul-Licameli
f638c1504c
Merge better fix for compiling NoiseReduction.cpp with wx3- configurations
...
Conflicts:
src/effects/NoiseReduction.cpp
2015-04-12 22:24:43 -04:00
Paul-Licameli
4cb521923e
Better fix for the compilation of NoiseReduction.cpp with wxWindows 3
2015-04-12 20:00:57 -04:00
James Crook
99416c628e
WX3_STRING_FIX
...
A new macro that conditionally casts to wxString if in wx3.
2015-04-12 21:07:01 +01:00
Steve Daulton
a3ec006e3e
bug683 initial commit
2015-04-12 18:04:58 +01:00
Paul-Licameli
797109d97f
Merge ESC key aborts selection drag, restores time, frequency selection, selected tracks
2015-04-12 12:46:41 -04:00
Paul-Licameli
69729c2960
ESC key aborts selection drag, restores time, frequency selection, selected tracks
2015-04-12 12:39:11 -04:00
Paul-Licameli
9516112569
Merge remote-tracking branch 'audacity/master' into Escape-key
2015-04-12 12:19:20 -04:00
James Crook
09def90346
Merge: wx3.x fixes.
...
Dave Avery's wx3 fixes for Audacity, without the .sln/,vcxproj file updates that add the new target. These changes are believed to be safe for wx2.8.12, wx3.0.x and wx3.1.0.
2015-04-12 16:04:47 +01:00
James Crook
2de9c7790d
No ident by default.
...
Oops. I committed the wrong version of this file.
2015-04-12 14:48:32 +01:00
James Crook
9d43c9175c
Fix revision ident hyperlinking
...
It needed a LinkingHtmlWindow, not just a wxHtmlWindow. It needed http, not https. I also left an example string with comment in RevisionIdent.h
2015-04-12 14:26:24 +01:00
david avery
08c154b607
Merge remote-tracking branch 'upstream/master'
2015-04-12 07:12:54 -06:00
david avery
066e583883
Revert "update for wx 3.1.0 compatiblity - all changes are either wxCHECK_VERSION(3.0.0) wrapped or safe with wx 2.8 - wx 3.1"
...
This reverts commit 476a1f62c37a3aab19275230aa5a7806633fb705.
2015-04-12 07:07:50 -06:00
david avery
321d1b8f48
Revert "vcxproj wx 31 update"
...
This reverts commit ed567c373af6e46ca41f05465c259ac59c8c8215.
2015-04-12 07:06:05 -06:00
david avery
bc694a7310
Revert "small fix to audacity.vcxproj"
...
This reverts commit 388736fc83d0d086d4adb6429082287d7a0d839b.
2015-04-12 07:04:50 -06:00
James Crook
28864acb23
beforeLen default now 2.0s
...
Consistency. Per eMail from Dave, the default elsewhere is 2s, not 1s.
2015-04-12 12:40:22 +01:00
Paul-Licameli
6eabfbb624
Merge ESC key aborts resizing of mono track, stereo track, or channels of stereo track
...
Resizing may un-minimize a track; I was careful to be sure ESC restores
minimized state too and then that un-minimizing restores correct height
2015-04-11 23:56:29 -04:00
Paul-Licameli
db1cb406e0
ESC key aborts resizing of mono track, stereo track, or channels of stereo track
...
Resizing may un-minimize a track; I was careful to be sure ESC restores
minimized state too and then that un-minimizing restores correct height
2015-04-11 23:53:34 -04:00
Paul-Licameli
662d42178c
Merge branch 'master' into Escape-key
2015-04-11 23:49:59 -04:00
david avery
388736fc83
small fix to audacity.vcxproj
2015-04-11 21:28:17 -06:00
david avery
ed567c373a
vcxproj wx 31 update
...
added wx31-debug target
added wx31-release target
Requires WXWIN31 env variable be defined pointing to the root of the wxWidgets 3.1x tree
2015-04-11 21:13:04 -06:00
david avery
c112d47147
one more wx 31 change
2015-04-11 21:00:37 -06:00
david avery
4e14f42847
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/SelectedRegion.h
2015-04-11 18:49:47 -06:00
david avery
b258146f59
more wx 3.1 changes
2015-04-11 17:56:34 -06:00
david avery
476a1f62c3
update for wx 3.1.0 compatiblity - all changes are either wxCHECK_VERSION(3.0.0) wrapped or safe with wx 2.8 - wx 3.1
2015-04-11 17:54:33 -06:00
James Crook
8ca9daf9c6
Merge pull request #27 from yurchor/master
...
Add Ukrainian translation to desktop file
2015-04-11 22:59:44 +01:00
James Crook
7adf17b13f
#include <math.h>
...
For sqrt() that linux needs.
2015-04-11 22:35:37 +01:00
david avery
fb5b563b2f
fix linux build
...
add #include <math.h>
2015-04-11 15:15:32 -06:00
david avery
ecd0222a15
update src/effects/NoiseReduction.cpp to build on wxWidgets 3
2015-04-11 13:05:10 -06:00
Yuri Chornoivan
7256eb9a3b
Add Ukrainian translation to desktop file
2015-04-11 19:31:04 +03:00
Paul-Licameli
c8634fa7a3
Revert "Temporarily fix linkage by moving all code out of new .cpp file to elsehwere"
...
This reverts commit 2bf9eb7d251145790bfc1fec1b0626e11eaece6f.
2015-04-11 11:04:13 -04:00
Steve Daulton
a6ab3bfc11
Merge remote-tracking branch 'audacity/master'
2015-04-11 15:51:10 +01:00
Steve Daulton
2437ef24d2
fill gaps in meter / Waveform (dB) ranges
2015-04-11 15:35:47 +01:00