Commit graph

13216 commits

Author SHA1 Message Date
John Emmas
5b4cb15dfc Remove an unnecessary #define 2014-05-27 13:24:51 +01:00
John Emmas
e2cecadd01 Use PLATFORM_WINDOWS (in preference to WIN32) for consistency with the other libraries 2014-05-27 09:51:39 +01:00
Robin Gareus
bf4819ab0e "We brake for nobody." oh wait. - fixes Rectified Waveform view. 2014-05-26 22:45:42 +02:00
Robin Gareus
314d210f2b 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-05-26 21:30:58 +02:00
Robin Gareus
15adbf54e8 NOOP, just re-indent diagram 2014-05-26 21:30:18 +02:00
Robin Gareus
bdb342123f fix prev commit, window-offset for x-fade drawing 2014-05-26 18:22:21 +02:00
Robin Gareus
791c668756 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-05-26 17:02:21 +02:00
Robin Gareus
a0037ee2d8 fixup freeze operation.
since rev. 1e3a955, Session::write_one_track() gets and drops
thread buffers.
2014-05-26 07:00:00 +02:00
Robin Gareus
3be01ea502 apply gain automation on bounce - fixes 5887 2014-05-26 06:58:44 +02:00
Robin Gareus
bb727f4588 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-05-26 06:56:04 +02:00
Robin Gareus
491f3f6e44 process effect-automation when bouncing w/processing 2014-05-26 06:55:56 +02:00
Robin Gareus
8f52bf7d9f ignore sends when bouncing w/processing - only break on inserts. 2014-05-25 21:20:07 +02:00
Robin Gareus
ad9c074828 bounce to target number of channels 2014-05-25 19:43:45 +02:00
Robin Gareus
5b2da3caf7 compensate for processor latency during bounce 2014-05-25 19:43:37 +02:00
Robin Gareus
1e3a955fc0 fix bounce with processing (thread buffers) fixes #5920 2014-05-25 08:23:36 +02:00
Robin Gareus
ec1e119610 cosmetic fix to OSX packaging temp file 2014-05-25 08:23:12 +02:00
Robin Gareus
c022f32bcd allow to switch from/to dummy-backend
partos of this may become unnecessary once
libardour handles backend changes properly^Wdifferently.
2014-05-25 00:23:14 +02:00
Robin Gareus
2b9fa31241 DummyBackend: implement port connect_callback() 2014-05-25 00:21:44 +02:00
Robin Gareus
1b515fd0ff really fix osx mavericks detection 2014-05-25 00:21:20 +02:00
Paul Davis
331b23cd05 fix script breakage 2014-05-24 16:20:58 -04:00
Robin Gareus
58d6c39b3d fix sensitivity of engine dialog driver_combo. 2014-05-24 20:10:14 +02:00
Robin Gareus
298ce8fdbf osx 10.9 needs c++11 (it's now default and used for the build-stack) 2014-05-24 20:10:14 +02:00
Robin Gareus
1c57dbfb3b fix typo link*er*_flags for OSX w/c++11 2014-05-24 20:10:13 +02:00
Colin Fletcher
4153f4dd57 Initialise _soundcloud_upload to false in ExportFormatSpecification 2014-05-23 20:21:56 +01:00
Robin Gareus
4347ceb173 fix for OSX 10.0/clang (missing symbol) by cth 2014-05-23 20:49:21 +02:00
Colin Fletcher
aa318a2fc3 Add and use a DEBUG flag for Soundcloud uploads.
Replace output to stdout/stderr from Soundcloud upload functions with
DEBUG_TRACE (DEBUG::Soundcloud, ...).
2014-05-23 19:36:47 +01:00
Colin Fletcher
ec6631d75c Remove Soundcloud export format presets
Now that Soundcloud export isn't a persistent property of export presets,
these are of no use whatsoever.
2014-05-23 19:05:33 +01:00
Colin Fletcher
10ed21a498 Set 'downloadable' property on Soundcloud uploads
Set the downloadable property according to what the user chose on files
uploaded to Soundcloud.
2014-05-23 18:59:53 +01:00
Colin Fletcher
29f0ad473f Show URI of file uploaded to Soundcloud in log window. 2014-05-23 18:47:33 +01:00
Colin Fletcher
b49e398250 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-05-23 18:45:40 +01:00
Colin Fletcher
84bcf59812 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.
2014-05-23 18:33:43 +01:00
Colin Fletcher
9daab3db84 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-05-23 18:14:37 +01:00
Colin Fletcher
2f6debf0d2 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.
2014-05-23 17:42:35 +01:00
Colin Fletcher
8ebd8a99ab Fix MS-DOS line endings
Somehow sfdb_freesound_mootcher.cc has ended up with MS-DOS style line
endings again. Put it back to UNIX-style.
2014-05-23 17:42:34 +01:00
Robin Gareus
3d2b8f1d84 meterbridge: don't include disk/input buttons on busses; fixes #5935 2014-05-23 00:41:43 +02:00
Robin Gareus
f1beb02606 add GPLv2 to exec_wrapper 2014-05-22 23:44:28 +02:00
John Emmas
43b4577212 waves_backend (MSVC project) - Adapt for using Waves's (customized) portaudio_x86 library (Windows) 2014-05-21 12:50:31 +01:00
John Emmas
e36a8df16e jack_backend (MSVC project) - Adapt for using portaudio_x86 library (Windows) 2014-05-21 12:49:24 +01:00
John Emmas
4d24ca3f0c Add newly introduced sources to MSVC projects
(SoundCloud export stuff)
2014-05-21 12:47:03 +01:00
John Emmas
a47f9084db Use Glib::usleep() for consistency 2014-05-21 12:45:13 +01:00
Robin Gareus
10a52f1d19 enforce style-guide #3, #26 and #27 2014-05-21 02:25:45 +02:00
Robin Gareus
9d6cfd67c3 CoreMidi is also needed on OSX.6 2014-05-21 02:17:35 +02:00
Robin Gareus
4a1cc44cc6 osx-bundle: fix vfork 2014-05-21 02:13:00 +02:00
Robin Gareus
81d8eaa216 fix type typo 2014-05-21 00:19:15 +02:00
Colin Fletcher
bc8ccea212 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-05-19 22:49:22 +01:00
Paul Davis
95ccbc452f Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvas 2014-05-19 17:45:01 -04:00
Paul Davis
0de7c8920b Merge branch 'mingw-updates' of https://github.com/mojofunk/ardour into cairocanvas 2014-05-19 17:19:43 -04:00
Colin Fletcher
5399425f53 Merge branch 'export-dialog' into cairocanvas
Fix merge conflicts in:
	gtk2_ardour/export_range_markers_dialog.cc
	gtk2_ardour/wscript
	libs/ardour/ardour/export_handler.h
	libs/ardour/system_exec.cc
	libs/pbd/pbd/system_exec.h
	libs/pbd/system_exec.cc
2014-05-19 20:54:36 +01:00
Colin Fletcher
c464feb6aa indent in wscript uses spaces 2014-05-19 20:50:37 +01:00
Colin Fletcher
0cecd2f7d5 Use libardour SystemExec wrapper in gtk2_ardour
#include ardour/system_exec.h where SystemExec is used in gtk2_ardour to
get the libardour wrapper class, and remove the include completely where
it's no longer required.
2014-05-19 19:52:32 +01:00