Commit graph

6881 commits

Author SHA1 Message Date
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
Robin Gareus
6eaa121474 outline portable implementation to replace clock_gettime() 2014-08-16 16:49:11 -04:00
Robin Gareus
253fb8f4a6 replace gettimeofday() with g_get_monotonic_time() 2014-08-16 16:49:07 -04:00
Robin Gareus
c9157e00d3 DummyAudioBackend: configurable number of MIDI ports 2014-08-16 16:46:48 -04:00
Robin Gareus
655f78fc65 DummyAudioBackend: prepare configurable number of midi ports 2014-08-16 16:46:43 -04:00
Robin Gareus
b48fb4b5c0 fix midi output on audio-tracks (e.g. audio->midi plugins) 2014-08-16 16:46:38 -04:00
Devin J. Pohly
acb50a3db0 don't use llrint on already-integral variables
This could trick people into thinking that there is a floating-point
type hiding behind the typedef instead of an integer.
2014-08-16 16:38:28 -04:00
Devin J. Pohly
d14101b1b2 fix accumulated rounding error in BBT grid
Though current_frame is an integral type (framepos_t), it was being
added to as if it were floating-point, leading to an ever-increasing
rounding error when creating the grid for bars/beats/ticks.
2014-08-16 16:38:23 -04:00
Tim Mayberry
a6ba28cfcc Use Glib::usleep in DummyAudioBackend rather than ::usleep 2014-08-16 16:38:04 -04:00
Tim Mayberry
41caadbe7c Remove incorrect code for mingw in DummyAudioBackend::in_process_thread
I'm assuming this section was copied from the JackAudioBackend where the
thread type is not pthread_t for mingw, but in the DummyAudioBackend it
is.
2014-08-16 16:37:57 -04:00
Tim Mayberry
7debf24b8a Use COMPILER_MINGW define rather than __MINGW64__
This is necessary to build with win32 target using mingw-w64 version
on Fedora 19
2014-08-16 16:37:38 -04:00
Tim Mayberry
94759885e8 Reinstate code removed that allows building with mingw and the pthreads-win32 library
Newer versions of mingw-w64 can be built with an included pthread implementation
called winpthreads which uses an integer type for pthread_t but pthreads-win32 does
not.
2014-08-16 16:37:31 -04:00
Tim Mayberry
1b8703aa45 Always link to ole32 when building with mingw for get_win_special_folder
needed for CoTaskMemFree in get_win_special_folder
2014-08-16 16:37:20 -04:00
Tim Mayberry
9eeea76f22 Fix pattern to match possible audio backends on windows 2014-08-16 16:37:14 -04:00
John Emmas
0a43a0fb6a Bug fix imported from Mixbus2 (SVN r11025)
Fix a crashing bug when trying to launch in a non-English locale (possibly only affects Windows)
2014-08-16 16:36:33 -04:00
Colin Fletcher
80f04cc298 Ripple mode: basic implementation
Add a value for Ripple to EditMode enum.

Add Ripple edit mode to edit mode dropdown, by adding it to the
Editor::build_edit_mode_menu() helper function, and remove the old code that
added items to the (now unused) Editor::edit_mode_strings.

Add the regions that should be affected by the drag to RegionDrag::_views so
that the drag carries them along automatically.

Use a copy of the RegionList in Playlist::core_ripple(), since bad things
happen when iterating over regions and they get moved around in the list.

Handle rippling in removal of regions from playlist.

When dragging in ripple mode, exclude all regions that lie before the
original start position of the selected regions being dragged from
rippling: this is what Mixbus does.

Make editor dragging respect snap-to settings, by using the existing
compute_x_delta() function, which did almost the right thing. Move setting
of _last_frame_position out of that function so all ripple-dragged regions
can move.

Ripple when dragging from region list: even though Mixbus doesn't do this, it
seems like a good idea.

Prevent multi-track selection being dragged across tracks, by making
RegionMotionDrag::y_movement_allowed() virtual, and overriding it in
RegionRippleDrag to forbid dragging of selections containing regions on more
than one track to dofferent tracks in ripple mode.

Remember which TimeAxisView a ripple-mode drag that's allowed cross-track
drags started from, so that the effect of rippling regions after any region
that's dragged off that track can be undone.
2014-08-16 16:36:03 -04:00
Colin Fletcher
00b425b4ba Splice mode: exclude newly-added regions from being shuffled
When adding regions in splice mode, exclude the region being added from
possibly being shuffled. I don't know whether this might have some other
adverse effects, but it fixes an obvious defect in 'Splice' mode where
newly-recorded regions 'jump' to the playhead position when recording
stops, and since splice mode is pretty much broken anyway, I don't think it
can make matters any worse.
2014-08-16 16:35:50 -04:00
Paul Davis
7e31e1399f first pass at tightening up waveform drawing algorithm to generally round down when dealing with fractional pixels 2014-08-16 16:35:21 -04:00
Robin Gareus
f7bc239132 provide plugins with all available buffers.
e.g. Audio in -> Midi out plugins (on an audio-track).
Midi-buffers do exist in the route but no corresponding
(physical) Input port-buffer exists and ardour crashed.

Now, the plugin itself still only accesses the mapped ports
(ChanMapping), but the mapped buffers are at most
"processor_max_streams" and at least the required
in+out buffers for the plugin.
2014-08-16 16:35:10 -04:00
John Emmas
cc944dd940 Add some more missing #includes 2014-08-16 16:34:48 -04:00
John Emmas
4c10034682 'atomic_ops' to use glib, rather than Waves's inbuilt atomic operations
Note that the following source files can be removed once we know this works on all platforms:-
backends/wavesaudio/wavesapi/akupara/threading/atomic_ops.hpp
backends/wavesaudio/wavesapi/akupara/threading/atomic_ops_gcc_x96.hpp
backends/wavesaudio/wavesapi/akupara/basics.hpp
backends/wavesaudio/wavesapi/akupara/compiletime_functions.hpp
2014-08-16 16:34:40 -04:00
John Emmas
e15ba3cd69 Add a return value to 'WCMRPortAudioDeviceManager::getDeviceAvailableSampleRates()'
(whilst technically, it doesn't report any encountered errors, it should nevertheless be returning some kind of error status)
2014-08-16 16:34:33 -04:00
John Emmas
6dd4d411b3 Add a couple of pthread helper macros
(to accommodate the fact that in ptw-win32, 'pthread_t' is subtlely different from its non-Windows counterparts)

Conflicts:
	libs/pbd/MSVCpbd/pbd.vcproj
2014-08-16 16:34:17 -04:00
John Emmas
cdf7ab795f Add 'waves_backend.vcproj' 2014-08-16 16:33:59 -04:00
John Emmas
fbc9d19cb2 Add the 'porttime' source file for Windows
Conflicts:
	libs/backends/wavesaudio/portmidi/src/porttime/ptwinmm.c
2014-08-16 16:33:49 -04:00
John Emmas
3dd30eef03 Add some type guards to 'wstdint.h' (in case we previously #included some headers which already define those types) 2014-08-16 16:33:27 -04:00
John Emmas
7d80809c3d Add some casting and namespace specifiers to keep MSVC happy 2014-08-16 16:33:22 -04:00
John Emmas
216d8d5a00 Add a couple of missing header files (needed for cin /cout etc) 2014-08-16 16:33:17 -04:00
John Emmas
816c296754 Add 'midi_scene_change' sources to ardour.vcproj
Conflicts:
	libs/ardour/MSVClibardour/ardour.vcproj
2014-08-16 16:33:07 -04:00
Paul Davis
fcb6ae9d82 a variety of changes to finalize (?) (MIDI) SceneChange functionality 2014-08-16 16:30:47 -04:00
Paul Davis
5a8335a1ce tell the SceneChanger to emit any relevant scene changes after a locate 2014-08-16 16:30:35 -04:00
Paul Davis
15de512e56 changing the start (position) of a marker with a scene change needs to update the SceneChanger 2014-08-16 16:30:28 -04:00