benjamin.drung@gmail.com
60fe57463e
remove urlprotocol use
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:31:34 +00:00
benjamin.drung@gmail.com
373b8fa049
Fix audio size
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:28:24 +00:00
benjamin.drung@gmail.com
5ae8679e3c
fix random fixed buffer size and add quick and simple planar import support
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:27:54 +00:00
benjamin.drung@gmail.com
f8be1f9668
Make audacity build with ffmpeg HEAD
...
This still depends on internal API
And is missing planar Audio support, so not all formats work
also the fixed size audio buffer has to be removed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:25:50 +00:00
RichardAsh1981@gmail.com
54cca1deda
Allow best-effort importing of malformed Ogg Vorbis data, patch by Stefan Hajnoczi. Add log messages to recovered and unrecovered errors for diagnosis
2014-05-23 19:28:32 +00:00
lllucius
8a5d31588a
Rework some strings for consistency as suggest by Gale.
2014-05-23 07:52:56 +00:00
lllucius
a2d7b626fd
Sven Giermann's FXP support changes
2014-05-23 06:07:27 +00:00
lllucius
631f6a119d
Fix another loading issue with VST XML files.
2014-05-23 04:41:19 +00:00
lllucius
8b1d71c657
Fix VST XML file loading if it contained "chunks"
2014-05-23 04:18:43 +00:00
lllucius@gmail.com
31d23fdf3f
Add some compatability for some Mac effects
...
Mac effects that use overlay windows should now work correctly.
And I made some minor changes to the settings dialog as suggested
by Gale.
2014-05-22 23:00:24 +00:00
lllucius
680896b1b9
Fix loading of VST XML programs.
2014-05-20 07:30:23 +00:00
lllucius
001c8a80f7
Add buffer delay compensation and settings dialog
...
The buffer delay compensation resolves the issue where an effect
may add a delay to the output. This would cause the output to shift
and the final samples to get chopped off.
The settings (click Settings on any VST dialog) dialog allows the user
to enable/disable the BDC and to set their desired buffer size (within
reason) to help improve performance.
In addition it fixes a bug in the plugin scan list were you could click
OK twice and have two scans going, eventually asserting.
2014-05-20 05:30:41 +00:00
stevethefiddle@gmail.com
fbf9ca213c
Bug 717 - Truncate Silence outLength calculation.
2014-05-17 14:54:26 +00:00
stevethefiddle@gmail.com
b216e802a3
Bug 442 - Extended Import segfault pressing Move Rule Up when there are no rules or filters.
2014-05-17 13:33:41 +00:00
lllucius@gmail.com
a6782da38d
Addition of gstreamer importer support. Will only use system
...
libraries...no locals for this fella.
gstreamer-1.0 is required.
2014-05-16 17:36:27 +00:00
lllucius
4c771843c2
Rework of the gstreamer importer.
...
To test on Windows:
1) Install gstreamer 1.0 devel and runtime
2) Add an GSTREAMER_SDK environment variable which points to the
gstreamer base directory
3) Uncomment USE_GSTREAMER in configwin.h
2014-05-16 17:13:01 +00:00
martynshaw99
3d64971e90
Steve 'the Fiddle' Daulton's fix for a little bug I wrote about 6 years ago. Thanks Steve!
2014-05-13 23:36:39 +00:00
lllucius@gmail.com
beb016428e
Fix for mod_nyq_bench load failure portion of bug #716 . The "-rdynamic"
...
flag was lost in r12960.
2014-05-01 00:20:37 +00:00
martynshaw99
acfac39316
Steve's patch for bug 698, getting 2 more effects into chains by identifying them properly. Also forces effects to identify themselves so we don't have this problem in the future.
2014-04-16 22:39:10 +00:00
windinthew
c7a82c3972
Clarify we are saving / loading a preset, not a program.
2014-04-07 21:41:30 +00:00
v.audacity
77b56cf8bc
Fix crash bug caused by bug 705 patch.
2014-03-31 00:41:16 +00:00
v.audacity
74a660ef16
Bug 705 - Envelope points not deleted correctly when button up over label track. Steve's patch.
2014-03-22 03:27:42 +00:00
v.audacity
60c47829ed
Bug 707 - Metadata Editor: Width and height values in .cfg not respected. Steve's patch.
2014-03-22 03:21:28 +00:00
v.audacity
e11b393d24
Remove ellipsis, per Gale's comment on feedback@. AFaik, no other dialog titles end in ellipsis.
2014-03-21 02:57:16 +00:00
martynshaw99
1ffd419b11
Steve's changes to 'Truncate Silence' which compile for me, and the result seems sensible, but I have not done any 'code review' so committing this on trust. Very limited risk, one 'effect'.
2014-03-19 00:50:24 +00:00
james.k.crook@gmail.com
2b698e503a
Updated text strings. In translated versions of the about dialog, request that people write IN ENGLISH to feedback address.
2014-02-22 19:17:43 +00:00
martynshaw99
3acbb825a0
Andrew Hallendorff's changes to make the vertical ruler follow the zoom level in both linear and dB modes.
2014-02-19 01:00:32 +00:00
martynshaw99
f1ce8a5cc2
Optimisation for speed, due to some code I found in an FFT routine.
2014-02-17 00:00:59 +00:00
martynshaw99
7f34f9c1ff
More accurate control text (thanks to Steve).
...
Layout when required.
Remove commented out old code.
2014-01-28 23:36:52 +00:00
prlivesey
f664cd8a26
Added some #define protection to SseMathFuncs.cpp for PPC Mac builds etc.
2014-01-26 21:43:10 +00:00
v.audacity
949fed8914
minor change for clarity and forward compatibility with wxWidgets, per '[Audacity-devel] SseMathFuncs.cpp fails to build on PPC Mac, unsurprisingly!' thread from Andrew Hallendorff
2014-01-20 02:22:31 +00:00
RichardAsh1981@gmail.com
488d5cd3cf
Delete allocated buffers before returning error if subsequent allocation fails. Patch (to feedback@) by Martin Ettl.
2014-01-18 12:28:45 +00:00
james.k.crook@gmail.com
c3597cde49
Ooops. Did not mean to re-enable SSE.
2014-01-16 18:26:10 +00:00
james.k.crook@gmail.com
88bfabbd76
Indentation of EVENT_MAPS fixed.
2014-01-16 18:25:03 +00:00
james.k.crook@gmail.com
d847ee7162
Andrew Hallendorff's SSE accelerated Equalization.
2014-01-16 17:55:35 +00:00
RichardAsh1981@gmail.com
3f59126949
regenerate with automake after previous changes
2014-01-14 20:09:27 +00:00
RichardAsh1981@gmail.com
612998440c
sort line endings from previous patch to this file, and add new file pair from previous patch commit to the build system
2014-01-14 20:02:32 +00:00
james.k.crook@gmail.com
94346902b3
Added include of Audacity.h (to get AUDACITY_DLL_API) to XML_Writer.cpp
2014-01-13 22:31:33 +00:00
james.k.crook@gmail.com
6fc830c0b6
Added Steve Parry's patch that adds the Open and SaveAs commands to scripting.
2014-01-13 22:12:20 +00:00
james.k.crook@gmail.com
30e6a3dec4
Removed some per-file memory allocation debugging that is not needed (and generates warnings) now that we do it from AudacityHeaders.h
2014-01-13 21:21:14 +00:00
james.k.crook@gmail.com
396486d3a6
Added AUDACITY_DLL_API and similar to export more of our classes. This is a tiny adaptation of a patch by Stephen Parry for enabling his Eutychus plug-in. See audacity-devel thread 'Second Exports Patch' of Jan 11th 2014.
2014-01-13 21:09:14 +00:00
james.k.crook@gmail.com
0e7e4dbd86
Memory tracking now enabled by default in MSVC debug builds.
2014-01-13 20:35:29 +00:00
v.audacity
d847bd1d66
" Contrast lacks access keys " bug 700 patch
2014-01-10 01:40:19 +00:00
v.audacity
be8823cce9
"Reverb: Access keys missing" bug 686 patch
2014-01-10 01:30:58 +00:00
windinthew
ba68f731d0
Make the effect dialogue read "Classic Filters" too.
2014-01-09 14:45:24 +00:00
martynshaw99
3f1ebbe3dd
Don't allow 'Classic Filters' to be applied to mixed sample-rate tracks, as we don't support that.
...
Fix a typo in the name of 'Classic Filters'.
Improve consistency layout as we switch filter types.
Remove a win warning in EQ.
Improve some code readability / change styles (please don't shoot me for that!). OK, possibly increased the inconsistency.
2014-01-09 00:13:34 +00:00
windinthew
4dd1aa50ad
Missed this - can't use "C" access key either on Linux - used for "Cancel".
2014-01-08 12:29:40 +00:00
martynshaw99
45973724b3
Eject if tracks are not all at the same sampling rate.
...
We could perhaps apply the filter at different sampling rates, but that would require a lot of reworking.
2014-01-08 01:03:31 +00:00
windinthew
a2dbc06869
Shouldn't use "O" for access key as it's already used as the key for OK button on Linux.
2014-01-07 14:52:38 +00:00
martynshaw99
b6160db1b7
Rename 'Scinentific' filter as 'Classific Filters'
2014-01-07 01:25:16 +00:00