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
58d6c39b3d
fix sensitivity of engine dialog driver_combo.
2014-05-24 20:10:14 +02: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
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
Paul Davis
529a31bde7
remove unnecessary and wierd constant for bottom rect (drop zone) of track canvas
2014-05-19 14:00:36 -04:00
Paul Davis
1e907cedc5
comment tweak
2014-05-19 14:00:36 -04:00
Paul Davis
8fd69776ea
adding a new track via copy-region-drag now works (and shares code with the non-copy case
2014-05-19 14:00:36 -04:00
Paul Davis
00c7abe926
non-copy region drag now creates a new track when a region is dragged to the drop zone
2014-05-19 14:00:36 -04:00
Paul Davis
356c1013ae
change return type of Editor::axis_view_from_route()
2014-05-19 14:00:36 -04:00
Paul Davis
e8d3c16187
remove unused variable
2014-05-19 14:00:36 -04:00
Paul Davis
a8c56ff927
part one of allowing region drag to the bottom (drop-zone) rect of track canvas
2014-05-19 14:00:36 -04:00
Robin Gareus
ccdb047a0a
don't load selected session if other-project is chosen:
...
1) Open Ardour
2) Select project from recent list
3) "Open Other" project
4) project from (2) is opened instead of the one chosen at (3)
2014-05-16 23:16:03 +02:00
Robin Gareus
4ece16be8e
replace gettimeofday() with g_get_monotonic_time()
2014-05-16 18:13:08 +02:00
Devin J. Pohly
e7b3020294
fix rounding error in the min:sec ruler
...
When zoomed in to the millisecond level, the framerate was being divided
by 1000 as an integer to generate a ruler tick interval, which doesn't
work so well at things like 44100 or 88200. Instead, just count this
value in milliseconds, dividing by 1000 when we are done.
This was purely a display issue - the grid was in the correct place.
2014-05-14 09:08:43 -04:00
Devin J. Pohly
db48bee3c7
fix major/minor ticks on min:sec ruler
...
All ticks from 0:00.000 to 0:00.999... were major, and everything after
was minor, instead of the correct distribution.
2014-05-14 09:08:14 -04:00
Tim Mayberry
8a796bd5e1
Use Glib::usleep in Editor::timefx_thread on Windows
2014-05-14 09:47:40 +10:00
Tim Mayberry
b768d6c39d
Include windows.h for Registry access related API
2014-05-14 09:47:40 +10:00
Tim Mayberry
ce5744ae51
Fix collision between keyword interface used in glibmm and windows headers
2014-05-14 09:47:40 +10:00
John Emmas
592a21db5f
Oops - minor spelling corrections
2014-05-10 08:41:49 +01:00
John Emmas
b377bc44c2
Bug fix imported from Mixbus2 (SVN r11448)
...
If we couldn't figure out a plugin creator's name, either use as much of it as we could determine or mark the creator as 'Unknown'
2014-05-10 08:32:14 +01:00
Colin Fletcher
349f66f413
Fix region content drag direction
...
Fix <Control>+drag in bottom of region to move the region contents in the
expected direction.
2014-05-07 19:38:22 +01:00
Colin Fletcher
9a35f73b9e
Fix undo of layer-changing region drags
...
Move clear_changes() of the playlist on which a region has been dragged
before calling set_layer() on that playlist, so that undo of region drags
in layered mode undoes any layer changes too.
Should fix #5904
2014-05-07 19:38:07 +01:00
Paul Davis
56af57d682
shift-modifier during trim dragging causes region to jump to original position (anchored at start or end, depending on trim type)
2014-05-07 12:13:34 -04:00
Paul Davis
fbbf911229
fix mingw build - needs bundle_env_mingw.cc when building with mingw, and that is a build target, not a platform
2014-05-06 14:07:29 -04:00
Adrian Knoth
3fa8127d58
Add ComboOption configuration for default-fade-shape
...
Let the user choose the preferred default fade shape in the editor
section of the preference menu.
2014-05-01 20:02:19 +02:00
Paul Davis
079d6a2866
if using the audio/MIDI setup dialog because there are >1 backends, but the chosen backend is not under our control (i.e. JACK), remember to start it before returning from the dialog
2014-05-01 12:31:35 -04:00
Paul Davis
6544df039b
change location marker ruler text for get_trx() == true case
2014-05-01 07:53:46 -04:00
Paul Davis
302fd7efeb
correctly set up ruler preferences for get_trx() == true case
2014-05-01 07:53:28 -04:00
Robin Gareus
1ac8815296
script to run ardour under callgrind
2014-04-30 19:06:32 +02:00
Paul Davis
e6cb3e8bb2
remove two more unnecessary instances of os.path.join in install path definitions
2014-04-29 16:06:39 -04:00
Carl Hetherington
152935e736
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
2014-04-29 12:42:49 +01:00
Paul Davis
38125d60c9
"sequence regions" operation (remove space between selected regions) added, c/o Thomas Brand
2014-04-29 00:11:05 -04:00
Robin Gareus
9907d25ea5
skeleton dummy audio-engine
2014-04-28 21:29:35 +02:00
Carl Hetherington
e36f74e071
Fix some capitalisation in the preferences dialog.
2014-04-28 10:25:43 +01:00
Robin Gareus
c2a376a822
NOOP, no whitespace at EOF
2014-04-24 20:55:03 +02:00
Robin Gareus
523891f8f9
fix packing of LXVST UIs (minimum size, border)
2014-04-24 20:54:40 +02:00
Robin Gareus
9f266e9061
try get_win_special_folder() for harvid & xjadeo (if registry fails)
2014-04-24 13:22:17 +02:00
Robin Gareus
1929cbffb4
query windows registry for xjadeo & harvid path
2014-04-24 02:08:19 +02:00
Robin Gareus
8a8dc9ca04
fix xjadeo on windows (directly use xjadeo.exe)
2014-04-23 21:27:05 +02:00
Robin Gareus
cf61fb07b8
dynamically adjust open-video-dialog layout depending on configuration
2014-04-22 04:18:35 +02:00
Robin Gareus
c4bb32892f
increase LXVST GUI idle call regularity, aim for 25Hz
2014-04-21 14:44:36 +02:00
Robin Gareus
67ddda0158
vtl: fix leftover typo in request URL (noop)
2014-04-21 13:45:53 +02:00