Commit graph

6912 commits

Author SHA1 Message Date
Robin Gareus
17e94e02e8 exercise subsurface rendering for x-fade curves 2014-08-16 17:20:57 -04:00
Robin Gareus
da7cdb9b26 cairo sub-surface prototype - intermediate flattened group renderer. 2014-08-16 17:20:51 -04:00
Robin Gareus
c360c6cca9 VST: fix name detection if effGetEffectName is N/A, remove superfluous \0. 2014-08-16 17:20:43 -04:00
Robin Gareus
026618978f VST: properly query name from plugin 2014-08-16 17:20:37 -04:00
Robin Gareus
87974bf89c Curve: anti-aliasing.
use cairo for anti-aliasing, and ignore explicit Catmull-Rom
points for that fall on the same x-cordinate.
2014-08-16 17:20:27 -04:00
Robin Gareus
3d9b03017c implement Curve in/outside fill 2014-08-16 17:20:09 -04:00
Robin Gareus
264947595a directly apply waveform clip-level changes 2014-08-16 17:19:17 -04:00
John Emmas
3d1ff60c57 (Windows) Add support for finding the bundled version of Jack which comes with Mixbus
A few things need to be tested / completed:-
    1) The code is currently guarded by #ifdef COMPILER_MSVC. This is just precautionary. If it builds okay with MinGW ,the guard can be removed.
    2) Windows Playback and Capture devices almost always have different names. This needs to get accommodated in our Backend dialog (as in Mixbus)
    3) Windows Playback and Capture devices will almost always contain spaces. We need to accommodate this when writing to .jackdrc (surround them in quote marks)
2014-08-16 17:19:11 -04:00
John Emmas
3bcaa37a97 Remove an unnecessary #define 2014-08-16 17:19:04 -04:00
John Emmas
bbb0bf4b33 Use PLATFORM_WINDOWS (in preference to WIN32) for consistency with the other libraries
Conflicts:
	libs/backends/jack/jack_utils.cc
2014-08-16 17:17:03 -04:00
Robin Gareus
b53cb263e5 "We brake for nobody." oh wait. - fixes Rectified Waveform view. 2014-08-16 17:16:41 -04:00
Robin Gareus
5b98cfc314 fix region export with fades and gain.
region.read_at() is additive - it assumes the buffer may already contain
data from from lower regions.
2014-08-16 17:16:36 -04:00
Robin Gareus
0d3a81ded2 NOOP, just re-indent diagram 2014-08-16 17:16:30 -04:00
Robin Gareus
eaa4b4bdd7 fix prev commit, window-offset for x-fade drawing 2014-08-16 17:16:23 -04:00
Robin Gareus
4242022ee9 fix x-fade drawing
Catmull-Rom curve samples are not equally spaced on the x-axis.
Furthermore, Curve::map_value() is not needed, cairo line_to
already interpolates.
2014-08-16 17:16:18 -04:00
Robin Gareus
4abf3de3e1 apply gain automation on bounce - fixes 5887 2014-08-16 17:16:05 -04:00
Robin Gareus
5049405ddb allow to set custom thread-buffer size
This is needed for gain and pan automation buffers
as well as silent and scratch buffers when bouncing or
exporting with larger chunk size than the current engine
period.
2014-08-16 17:16:00 -04:00
Robin Gareus
b6dfaeb513 process effect-automation when bouncing w/processing 2014-08-16 17:15:55 -04:00
Robin Gareus
08d1cea770 ignore sends when bouncing w/processing - only break on inserts. 2014-08-16 17:15:46 -04:00
Robin Gareus
01d087bc9f bounce to target number of channels 2014-08-16 17:15:40 -04:00
Robin Gareus
e6398f72c0 compensate for processor latency during bounce 2014-08-16 17:15:36 -04:00
Robin Gareus
98312779b8 fix bounce with processing (thread buffers) fixes #5920 2014-08-16 17:15:31 -04:00
Robin Gareus
83d1838c12 allow to switch from/to dummy-backend
partos of this may become unnecessary once
libardour handles backend changes properly^Wdifferently.
2014-08-16 17:13:46 -04:00
Robin Gareus
2d3687a316 DummyBackend: implement port connect_callback() 2014-08-16 17:13:41 -04:00
Colin Fletcher
916e6ff648 Initialise _soundcloud_upload to false in ExportFormatSpecification 2014-08-16 17:07:57 -04:00
Robin Gareus
bc0229de68 fix for OSX 10.0/clang (missing symbol) by cth 2014-08-16 17:07:51 -04:00
Colin Fletcher
4ed46acd77 Add and use a DEBUG flag for Soundcloud uploads.
Replace output to stdout/stderr from Soundcloud upload functions with
DEBUG_TRACE (DEBUG::Soundcloud, ...).
2014-08-16 17:07:45 -04:00
Colin Fletcher
d479df3dcd Set 'downloadable' property on Soundcloud uploads
Set the downloadable property according to what the user chose on files
uploaded to Soundcloud.
2014-08-16 17:07:29 -04:00
Colin Fletcher
11ff88d417 Show URI of file uploaded to Soundcloud in log window. 2014-08-16 17:07:23 -04:00
Colin Fletcher
620c827129 Visual tweaks to Soundcloud panel
Re-arrange the items in the Soundcloud panel into a more sensible order &
arrangement, and add a (not-yet functional) tick-box to set the uploaded
files to be downloadable.
2014-08-16 17:07:18 -04:00
Colin Fletcher
07ba0efa8d Better names for Soundcloud-related members of ExportHandler
Rename the Soundcloud-related members of ExportHandler to all begin with
soundcloud_, and rename a couple of members of SoundcloudExportSelector
too for consistency.

Conflicts:
	gtk2_ardour/export_dialog.cc
	libs/ardour/export_handler.cc
2014-08-16 17:07:05 -04:00
Colin Fletcher
eec3f494ec Make Soundcloud upload applicable to any export format.
Add soundcloud_upload property back into ExportFormatSpecification, but
instead of making it settable in the export format specification dialog,
add a tick-box in each tab of ExportFileNotebook to allow setting it.
2014-08-16 17:04:53 -04:00
Colin Fletcher
3e1f1630d8 Remove Soundcloud upload from export format specification
Remove the Soundcloud upload property from export formats - it doesn't
belong there, since it's a thing which can apply (or not) to any format
preset.

Conflicts:
	gtk2_ardour/export_format_dialog.cc
2014-08-16 17:04:38 -04:00
Robin Gareus
6844635271 add GPLv2 to exec_wrapper 2014-08-16 17:03:12 -04:00
John Emmas
ebbb8f0b8e waves_backend (MSVC project) - Adapt for using Waves's (customized) portaudio_x86 library (Windows) 2014-08-16 17:03:02 -04:00
John Emmas
348c8df122 jack_backend (MSVC project) - Adapt for using portaudio_x86 library (Windows)
Conflicts:
	libs/backends/MSVCbackends/jack_backend.vcproj
2014-08-16 17:02:54 -04:00
John Emmas
d36c65009e Add newly introduced sources to MSVC projects
(SoundCloud export stuff)

Conflicts:
	MSVCardour3/Ardour3.vcproj
2014-08-16 17:02:31 -04:00
John Emmas
061ee1cfa3 Use Glib::usleep() for consistency 2014-08-16 17:01:49 -04:00
Robin Gareus
050618c5da enforce style-guide #3, #26 and #27
Conflicts:
	libs/backends/wavesaudio/wscript
2014-08-16 17:01:40 -04:00
Robin Gareus
f3b2c02749 fix type typo 2014-08-16 17:00:01 -04:00
Colin Fletcher
cba23cac6e remove debug output from system_exec
remove the debug output from pbd/system_exec: it's of no further use, and
also breaks optimised builds.
2014-08-16 16:59:56 -04:00
Colin Fletcher
a181b66d8b Add back libardour wrappers for PBD::SystemExec
Add back ARDOUR::SystemExec wrapper for PBD::SystemExec, and add
constructor for command line with parameter substitution.

Conflicts:
	libs/ardour/system_exec.cc
2014-08-16 16:54:08 -04:00
Colin Fletcher
4f1b021cd7 Use ARDOUR namespace for SystemExec
Explicitly use ARDOUR::SystemExec, and #include the right header for it
too.

Conflicts:
	libs/ardour/export_handler.cc
2014-08-16 16:52:11 -04:00
Colin Fletcher
c35659c2ad SystemExec: copy last argument from command line to argv[]
Make sure to copy any part of the command line after the last delimiter
to argv[] when creating a SystemExec with an escaped command line.

Conflicts:
	libs/pbd/system_exec.cc
2014-08-16 16:51:15 -04:00
Robin Gareus
f28e54aceb partial fix for #5871 - midi-buffer size 2014-08-16 16:50:43 -04:00
Robin Gareus
ce8a679255 vst - fix effGetParameterProperties; label may be unset. 2014-08-16 16:50:38 -04:00
Robin Gareus
d85d05d574 vst-scanner app: properly init and use libpbd's Transmitter 2014-08-16 16:50:32 -04:00
Robin Gareus
7e9cc0caa7 more gettimeofday() -> g_get_monotonic_time() 2014-08-16 16:49:28 -04:00
Robin Gareus
c31c15eeaa and one more gettimeofday() transition (mackie timers) 2014-08-16 16:49:23 -04:00
Robin Gareus
69ca902e23 yet another gettimeofday() removal (glibmm idle) 2014-08-16 16:49:17 -04:00