ardour.git
11 years agothe big rework of window management. probably not complete at thsi point, but this...
Paul Davis [Sun, 5 May 2013 02:02:05 +0000 (22:02 -0400)]
the big rework of window management. probably not complete at thsi point, but this is mostly functional

11 years agoVisibilityTracker needs to inherit from sigc::tracker so that it can be used without...
Paul Davis [Sun, 5 May 2013 02:01:32 +0000 (22:01 -0400)]
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic

11 years agoVisibilityTracker needs to inherit from sigc::tracker so that it can be used without...
Paul Davis [Sun, 5 May 2013 02:01:13 +0000 (22:01 -0400)]
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic

11 years agomove CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR_UI...
Paul Davis [Fri, 3 May 2013 01:13:36 +0000 (21:13 -0400)]
move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR_UI, and make ArdourWindow obey it too

11 years agoremove unused virtual event handlers from PluginUIWindow
Paul Davis [Fri, 3 May 2013 01:12:59 +0000 (21:12 -0400)]
remove unused virtual event handlers from PluginUIWindow

11 years agoforward port VST parameter name fix from mixbus: some/many VST plugins expect the...
Paul Davis [Fri, 3 May 2013 00:29:03 +0000 (20:29 -0400)]
forward port VST parameter name fix from mixbus: some/many VST plugins expect the buffer passed to them to be zero-filled, not just null-at-start. without this they can return garbage strings for parameter names

11 years agorest of change to right click on MIDI note: remove channel selector cruft from canvas...
Paul Davis [Thu, 2 May 2013 19:35:21 +0000 (15:35 -0400)]
rest of change to right click on MIDI note: remove channel selector cruft from canvas note event

11 years agoremove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving from...
Paul Davis [Thu, 2 May 2013 22:13:35 +0000 (18:13 -0400)]
remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving from ArdourDialog or ArdourWindow; move the set_position() call into those classes' constructors, so that they are called before the windows are realized, and thus it actually works

11 years agofix operation of right-click on selected MIDI note to bring up the note editor. this...
Paul Davis [Thu, 2 May 2013 19:16:56 +0000 (15:16 -0400)]
fix operation of right-click on selected MIDI note to bring up the note editor. this is still not really right long term, but it is better than displaying the channel selector

11 years agoremove CMT code - has not been used for years, and will become irrelevant with VTL...
Paul Davis [Thu, 2 May 2013 16:21:41 +0000 (12:21 -0400)]
remove CMT code - has not been used for years, and will become irrelevant with VTL and cairocanvas

11 years agomake PluginUIWindow inherit from ArdourWindow not GtkWindow
Paul Davis [Thu, 2 May 2013 14:11:57 +0000 (10:11 -0400)]
make PluginUIWindow inherit from ArdourWindow not GtkWindow

11 years agoreduce verbosity of DEBUG::Sequence traces
Paul Davis [Thu, 2 May 2013 14:11:31 +0000 (10:11 -0400)]
reduce verbosity of DEBUG::Sequence traces

11 years agodon't do debug trace output for every Render (process) call on an AU plugin
Paul Davis [Thu, 2 May 2013 14:11:06 +0000 (10:11 -0400)]
don't do debug trace output for every Render (process) call on an AU plugin

11 years agoforce ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG windows...
Paul Davis [Thu, 2 May 2013 14:10:05 +0000 (10:10 -0400)]
force ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG windows (at least on OS X - still to be tested on X Window

11 years agohack up AU GUI support to handle AUSampler resizing better. Note that this is still...
Paul Davis [Wed, 1 May 2013 22:41:28 +0000 (18:41 -0400)]
hack up AU GUI support to handle AUSampler resizing better. Note that this is still one buggy plugin

11 years agoMerge branch 'license-fix' of https://github.com/adiknoth/ardour
Paul Davis [Wed, 1 May 2013 17:01:37 +0000 (13:01 -0400)]
Merge branch 'license-fix' of https://github.com/adiknoth/ardour

11 years agoforward port recent mixbus change so that side-scroll is now shift-wheel and height...
Paul Davis [Tue, 30 Apr 2013 20:38:48 +0000 (16:38 -0400)]
forward port recent mixbus change so that side-scroll is now shift-wheel and height adjustment is alt-wheel, rather than vice versa, to match OS X convention

11 years agoimprove relationship between ArdourDialog and Splash on OS X, where window restacking...
Paul Davis [Tue, 30 Apr 2013 17:50:15 +0000 (13:50 -0400)]
improve relationship between ArdourDialog and Splash on OS X, where window restacking doesn't really work the way we need it to. more complex than anticipated because it seems that destroying a Gtk::Dialog does not emit its hide() or unmap() or unmap_event() signals

11 years agoremove unnecessary sigc++ header
Paul Davis [Tue, 30 Apr 2013 17:48:55 +0000 (13:48 -0400)]
remove unnecessary sigc++ header

11 years agofix version detection in OSX build script
Robin Gareus [Tue, 30 Apr 2013 15:45:22 +0000 (17:45 +0200)]
fix version detection in OSX build script

11 years agocleanup AU GUI support, which was broken because prefheight and prefwidth were left...
Paul Davis [Tue, 30 Apr 2013 15:15:23 +0000 (11:15 -0400)]
cleanup AU GUI support, which was broken because prefheight and prefwidth were left unset after a cleanup attempt some months ago. add a few more tweaks based on current 2.x code and some tricks found elsewhere that dont' change behaviour but are just better

11 years agofixups for building on OS X where apple define silly macros
Paul Davis [Tue, 30 Apr 2013 15:14:06 +0000 (11:14 -0400)]
fixups for building on OS X where apple define silly macros

11 years agodon't print stacktraces to the supplied ostream AND cerr - a remnant from debugging...
Paul Davis [Tue, 30 Apr 2013 15:12:27 +0000 (11:12 -0400)]
don't print stacktraces to the supplied ostream AND cerr - a remnant from debugging wierd problems with stacktrace() on paul's system

11 years agozero/reset closed file-descriptors
Robin Gareus [Tue, 30 Apr 2013 01:28:11 +0000 (03:28 +0200)]
zero/reset closed file-descriptors

should fix issues with LinuxDSP plugins (X11 thread) & xjadeo

11 years agoRevert "fix LXVST support for plugins that make audioMaster callbacks from
Paul Davis [Mon, 29 Apr 2013 00:31:25 +0000 (20:31 -0400)]
Revert "fix LXVST support for plugins that make audioMaster callbacks from
within effOpen (e.g. glitch)"

This patch broke just about all other LVXST plugins. Glitch is doing something
wrong, or there is more magic about VST that we have yet to understand.

This reverts commit 56bc98f78bd3b1e5ba5c6ce902b2805d40a6cc53.

11 years agoredesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTracker
Paul Davis [Fri, 26 Apr 2013 18:12:52 +0000 (14:12 -0400)]
redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTracker

11 years agoDrop obsolete file gtk2_ardour/imageframe.cc
Adrian Knoth [Mon, 22 Apr 2013 18:50:21 +0000 (20:50 +0200)]
Drop obsolete file gtk2_ardour/imageframe.cc

11 years agoDrop obsolete file canvas-imageframe.h
Adrian Knoth [Mon, 22 Apr 2013 18:48:25 +0000 (20:48 +0200)]
Drop obsolete file canvas-imageframe.h

11 years agoMerge important bits from canvas-image.h into imageframe.h
Adrian Knoth [Mon, 22 Apr 2013 18:48:40 +0000 (20:48 +0200)]
Merge important bits from canvas-image.h into imageframe.h

11 years agoAdd proper GPL license to gtk2_ardour/canvas-imageframe.h
Adrian Knoth [Mon, 22 Apr 2013 18:47:52 +0000 (20:47 +0200)]
Add proper GPL license to gtk2_ardour/canvas-imageframe.h

Since the file has been part of libgnomecanvas, it is GPL, too.

11 years agoDrop obsolete gtk2_ardour/canvas-imageframe.c
Adrian Knoth [Mon, 22 Apr 2013 18:43:02 +0000 (20:43 +0200)]
Drop obsolete gtk2_ardour/canvas-imageframe.c

The code is not referenced in the build system anymore.

11 years agoDrop obsolete dmalloc.cc from libs/pbd.
Adrian Knoth [Mon, 22 Apr 2013 18:15:46 +0000 (20:15 +0200)]
Drop obsolete dmalloc.cc from libs/pbd.

The file relies on -DDEBUG_MALLOC and references

i   #include "/usr/local/src/dmalloc-4.1.2/return.h"

It is safe to assume that it's dead code.

11 years agoDisable obsolete compilation of libs/pds/dmalloc.cc
Adrian Knoth [Mon, 22 Apr 2013 18:16:09 +0000 (20:16 +0200)]
Disable obsolete compilation of libs/pds/dmalloc.cc

The file relies on -DDEBUG_MALLOC and references

  #include "/usr/local/src/dmalloc-4.1.2/return.h"

It is safe to assume that it's dead code.

11 years agoDelete *.bak files
Adrian Knoth [Tue, 19 Mar 2013 22:49:50 +0000 (23:49 +0100)]
Delete *.bak files

11 years agoDrop obsolete powermate code from libs/surface
Adrian Knoth [Mon, 22 Apr 2013 17:33:19 +0000 (19:33 +0200)]
Drop obsolete powermate code from libs/surface

11 years agoFix license in fastlog.
Adrian Knoth [Mon, 22 Apr 2013 17:19:33 +0000 (19:19 +0200)]
Fix license in fastlog.

Date: Mon, 22 Apr 2013 19:09:04 +0200
From: Laurent de Soras <laurent.de.soras@free.fr>
To: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Subject: Re: License of FastLog

Hi Adrian,

> Several open-source projects like Ardour use the code below which has
> no explicit license.
>
> If you agree (read: reply), we'd like to add the MIT license to this
> file, that is, change the copyright statement to the following text:

Nowadays I license my code under the WTFPL, which should
be compatible with the traditional open source licenses.
So please use this one instead:
<http://www.wtfpl.net/about/>

--
Laurent de Soras                  |               Ohm Force
DSP developer & Software designer |  Digital Audio Software
http://ldesoras.free.fr           | http://www.ohmforce.com

11 years agorefine video-tools installer:
Robin Gareus [Sat, 20 Apr 2013 12:52:18 +0000 (14:52 +0200)]
refine video-tools installer:

* arch/platform detection
* curl progress-bar

11 years agoadd script to install video-tools
Robin Gareus [Sat, 20 Apr 2013 12:31:11 +0000 (14:31 +0200)]
add script to install video-tools

11 years agoupdate linux packaging script to include xjadeo & harvid
Robin Gareus [Tue, 16 Apr 2013 19:53:38 +0000 (21:53 +0200)]
update linux packaging script to include xjadeo & harvid

11 years agoRevert "option to ignore feedback detection - /i know what i'm doing/ mode."
Robin Gareus [Mon, 15 Apr 2013 14:02:57 +0000 (16:02 +0200)]
Revert "option to ignore feedback detection - /i know what i'm doing/ mode."

This reverts commit e17f75b351356279778e4ea4adbb6c0d544ba755.

11 years agooption to ignore feedback detection - /i know what i'm doing/ mode.
Robin Gareus [Mon, 15 Apr 2013 13:50:08 +0000 (15:50 +0200)]
option to ignore feedback detection - /i know what i'm doing/ mode.

This currently only has effect if the loop connection is
made/unmade while the option was set/unset.
Toggling the option itself won't trigger a graph re-order

11 years agoenable videotimeline by default
Robin Gareus [Thu, 11 Apr 2013 17:49:29 +0000 (19:49 +0200)]
enable videotimeline by default

11 years agopossible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xjadeo)
Robin Gareus [Wed, 10 Apr 2013 21:41:44 +0000 (23:41 +0200)]
possible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xjadeo)

11 years agovtl: remove inadvertently committed CURLERRORDEBUG
Robin Gareus [Wed, 10 Apr 2013 21:40:23 +0000 (23:40 +0200)]
vtl: remove inadvertently committed CURLERRORDEBUG

11 years agofix LXVST support for plugins that make audioMaster callbacks from within effOpen...
Paul Davis [Wed, 10 Apr 2013 12:32:39 +0000 (08:32 -0400)]
fix LXVST support for plugins that make audioMaster callbacks from within effOpen (e.g. glitch)

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Tue, 9 Apr 2013 18:25:02 +0000 (14:25 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agovtl: query video-monitor-state on explicit session save
Robin Gareus [Tue, 9 Apr 2013 15:13:42 +0000 (17:13 +0200)]
vtl: query video-monitor-state on explicit session save

11 years agoupdate all i18n .po files
Paul Davis [Tue, 9 Apr 2013 13:32:14 +0000 (09:32 -0400)]
update all i18n .po files

11 years agovtl: rework session-needs-save logic
Robin Gareus [Tue, 9 Apr 2013 02:05:07 +0000 (04:05 +0200)]
vtl: rework session-needs-save logic

* videotimeline now immediately marks the session dirty on
  every state-changing operation
* video-montor is polled every 2.5 seconds for menu-relevant state info
  (ontop, OSD,..) and every 30 seconds for full state (window pos, size,..)
* new interface to query the video-monitor for its state and wait for
  all replies - terminating the process and using ::wait() is no longer
  required
* Ardour> quit and Ardour > close-session does no longer close the video
  session to enforce video-monitor state sync but uses above new interface

11 years agovtl: disconnect from session-save signal
Robin Gareus [Tue, 9 Apr 2013 01:47:47 +0000 (03:47 +0200)]
vtl: disconnect from session-save signal

the videotimeline is a global unique instance that is allocated during
startup and deleted on exit. The Scopedconnection is not deleted
with the session.

11 years agovtl: resume if "don't close/exit" is selected
Robin Gareus [Mon, 8 Apr 2013 22:48:15 +0000 (00:48 +0200)]
vtl: resume if "don't close/exit" is selected

11 years agovtl: mark session dirty if video position-lock or timeline height changes
Robin Gareus [Mon, 8 Apr 2013 19:17:48 +0000 (21:17 +0200)]
vtl: mark session dirty if video position-lock or timeline height changes

11 years agomark session dirty if video is moved
Robin Gareus [Mon, 8 Apr 2013 19:11:17 +0000 (21:11 +0200)]
mark session dirty if video is moved

11 years agofix prev commit SaveSession() signal was sent too late.
Robin Gareus [Mon, 8 Apr 2013 18:52:33 +0000 (20:52 +0200)]
fix prev commit SaveSession() signal was sent too late.

11 years agoadd session save signal and hook-up videotimeline
Robin Gareus [Mon, 8 Apr 2013 17:51:00 +0000 (19:51 +0200)]
add session save signal and hook-up videotimeline

11 years agoFix name spelling
Julien de Kozak [Mon, 8 Apr 2013 17:23:38 +0000 (19:23 +0200)]
Fix name spelling

11 years agoonce more try to get that revision info correct, sigh
Paul Davis [Mon, 8 Apr 2013 16:50:58 +0000 (12:50 -0400)]
once more try to get that revision info correct, sigh

11 years agotry to get that revision info correct, sigh
Paul Davis [Mon, 8 Apr 2013 16:46:36 +0000 (12:46 -0400)]
try to get that revision info correct, sigh

11 years agofix definition of release version info in the case where git describe --tags returns...
Paul Davis [Mon, 8 Apr 2013 16:32:14 +0000 (12:32 -0400)]
fix definition of release version info in the case where git describe --tags returns a precise tag, rather than tag-REVCOUNT

11 years agobump to 3.1 3.1
Paul Davis [Mon, 8 Apr 2013 16:00:29 +0000 (12:00 -0400)]
bump to 3.1

11 years agoremove message about checking for announcements
Paul Davis [Mon, 8 Apr 2013 16:00:19 +0000 (12:00 -0400)]
remove message about checking for announcements

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Mon, 8 Apr 2013 13:30:49 +0000 (09:30 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agoadd julien dekozak to the authors list
Paul Davis [Mon, 8 Apr 2013 13:30:39 +0000 (09:30 -0400)]
add julien dekozak to the authors list

11 years agoharvid binaries moved to ardour.org
Robin Gareus [Sun, 7 Apr 2013 17:39:06 +0000 (19:39 +0200)]
harvid binaries moved to ardour.org

11 years agopartially clean up warnings from "prolooks" code
Paul Davis [Sat, 6 Apr 2013 20:46:21 +0000 (16:46 -0400)]
partially clean up warnings from "prolooks" code

11 years agorename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Audit...
Paul Davis [Sat, 6 Apr 2013 20:04:02 +0000 (16:04 -0400)]
rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit

11 years agodo not include templates in a distributed version of ardour, they are useless. see...
Paul Davis [Sat, 6 Apr 2013 15:37:16 +0000 (11:37 -0400)]
do not include templates in a distributed version of ardour, they are useless. see the comments in templates/wscript on why this is so, and why this change was made

11 years agofix crash when using track templates caused by a recent change to the filescanner...
Paul Davis [Sat, 6 Apr 2013 15:21:09 +0000 (11:21 -0400)]
fix crash when using track templates caused by a recent change to the filescanner API. if the template contains no plugin states, the scanner would return a null pointer, and we would fail to notice

11 years agofor the Auditioner only, do not reset the buffer count for scratch buffers to the...
Paul Davis [Sat, 6 Apr 2013 13:52:11 +0000 (09:52 -0400)]
for the Auditioner only, do not reset the buffer count for scratch buffers to the input configuration, since the input config is irrelevant (data comes only from disk, no passthru). Should fix #5427 and #5432)

11 years agoadd pkg-config check on liblo, now that NSM support requires 0.26 rather than just...
Paul Davis [Sat, 6 Apr 2013 13:29:54 +0000 (09:29 -0400)]
add pkg-config check on liblo, now that NSM support requires 0.26 rather than just "any" version (fixes #5435)

11 years agofix reload of Generic MIDI binding state when the target state involves just a bindin...
Paul Davis [Sat, 6 Apr 2013 13:13:39 +0000 (09:13 -0400)]
fix reload of Generic MIDI binding state when the target state involves just a binding map, with no specific controller bindings at all (should fix #5210)

11 years agofix up export formats search path to correctly locate bundled (or installed) export...
Paul Davis [Sat, 6 Apr 2013 12:45:49 +0000 (08:45 -0400)]
fix up export formats search path to correctly locate bundled (or installed) export formats

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Sat, 6 Apr 2013 02:05:33 +0000 (22:05 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agodo not include harvid by default in linux build (wrong variable definition)
Paul Davis [Sat, 6 Apr 2013 02:01:09 +0000 (22:01 -0400)]
do not include harvid by default in linux build (wrong variable definition)

11 years agoadd -L to curl in linux build script so that 301 responses while fetching harvid...
Paul Davis [Sat, 6 Apr 2013 02:00:30 +0000 (22:00 -0400)]
add -L to curl in linux build script so that 301 responses while fetching harvid are handled

11 years agomark the step entry dialog as a dialog even though it is an ArdourWindow, to help...
Paul Davis [Fri, 5 Apr 2013 22:00:59 +0000 (18:00 -0400)]
mark the step entry dialog as a dialog even though it is an ArdourWindow, to help with WM layering issues

11 years agoif auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat them as...
Paul Davis [Fri, 5 Apr 2013 22:00:18 +0000 (18:00 -0400)]
if auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat them as if they are still "default"

11 years agoFix display of Spectral Analysis when no tracks are selected.
Colin Fletcher [Fri, 5 Apr 2013 16:48:36 +0000 (17:48 +0100)]
Fix display of Spectral Analysis when no tracks are selected.

Spectral Analysis now displays graphs for selected regions, even when there
are no tracks selected. Fixes #2226.

11 years agoMerge branch 'nsm' of https://github.com/royvegard/ardour
Paul Davis [Fri, 5 Apr 2013 16:00:42 +0000 (12:00 -0400)]
Merge branch 'nsm' of https://github.com/royvegard/ardour

11 years agoMerge branch 'patches' of https://github.com/jdekozak/ardour
Paul Davis [Fri, 5 Apr 2013 15:54:34 +0000 (11:54 -0400)]
Merge branch 'patches' of https://github.com/jdekozak/ardour

11 years agoMake track header faders insensitive to vertical scroll-wheel events again.
Colin Fletcher [Thu, 4 Apr 2013 14:05:35 +0000 (15:05 +0100)]
Make track header faders insensitive to vertical scroll-wheel events again.

This effectively reverts d235a27a, and restores the behaviour to that of
Ardour 2.

11 years agomidi_clock_slave.cc: report to ardour the delta that the loop sees (revert me if...
Hans Baier [Fri, 5 Apr 2013 06:17:13 +0000 (13:17 +0700)]
midi_clock_slave.cc: report to ardour the delta that the loop sees (revert me if you object)

11 years agomake MIDI clock work once more:
Hans Baier [Fri, 5 Apr 2013 05:33:58 +0000 (12:33 +0700)]
make MIDI clock work once more:
   * increase filter bandwith to make it sync faster
   * use transport_frame instead of audible_frame for calculating the loop error (thanks robin!)
   * reduce the deadzone to 0.1% (thanks robin)

11 years agoignore "external timecode is sync locked" for non timecode slaves.
Robin Gareus [Fri, 5 Apr 2013 04:50:54 +0000 (06:50 +0200)]
ignore "external timecode is sync locked" for non timecode slaves.

11 years agovtl: remove obvious warning
Robin Gareus [Thu, 4 Apr 2013 22:15:57 +0000 (00:15 +0200)]
vtl: remove obvious warning

11 years agovtl: overall export progress bar
Robin Gareus [Thu, 4 Apr 2013 21:40:36 +0000 (23:40 +0200)]
vtl: overall export progress bar

11 years agovtl: A/V sync lock on import
Robin Gareus [Thu, 4 Apr 2013 13:44:32 +0000 (15:44 +0200)]
vtl: A/V sync lock on import

When extracting and importing audio from a video,
mark the audio region's position as locked to the
video.

While locked, the audio region can only be moved
by moving the video with a granularity of one Timecode
frame.

11 years agovtl: re-order view menu entries
Robin Gareus [Thu, 4 Apr 2013 13:38:30 +0000 (15:38 +0200)]
vtl: re-order view menu entries

11 years agovtl: audio-export progress-bar tweaks
Robin Gareus [Wed, 3 Apr 2013 23:04:27 +0000 (01:04 +0200)]
vtl: audio-export progress-bar tweaks

use the same concept as session > export > audio;
hopefully this fixes jack-disconnects during export.

11 years agovtl: video-monitor letterbox & orig-zoom to menu
Robin Gareus [Wed, 3 Apr 2013 22:51:03 +0000 (00:51 +0200)]
vtl: video-monitor letterbox & orig-zoom to menu

11 years agoUpdate region_ops.txt to match current behaviour, and fix a couple of comments.
Colin Fletcher [Wed, 3 Apr 2013 22:21:53 +0000 (23:21 +0100)]
Update region_ops.txt to match current behaviour, and fix a couple of comments.

Update region_ops.txt to better describe the current behaviour of
Editor::get_regions_from_selection_and_edit_point(), and fix a couple of
comments that still referred to the no-longer-existing 'edit' property of
route groups.

11 years agovtl: video-monitor interaction
Robin Gareus [Wed, 3 Apr 2013 20:29:04 +0000 (22:29 +0200)]
vtl: video-monitor interaction

* Menu > View > Video Monitor -- bi-directional communication
with xjadeo for window-state and OSD.
* fix saving state on session close (wait for xjadeo to terminate)

11 years agovtl: use mpeg4 with intra frames for internal seek format
Robin Gareus [Wed, 3 Apr 2013 15:22:57 +0000 (17:22 +0200)]
vtl: use mpeg4 with intra frames for internal seek format

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Wed, 3 Apr 2013 18:16:42 +0000 (14:16 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix reversed semantics from 86f1b for LaterNoteEndComparator()
Paul Davis [Wed, 3 Apr 2013 18:10:33 +0000 (14:10 -0400)]
fix reversed semantics from 86f1b for LaterNoteEndComparator()

11 years agoDon't include unselected regions in edit grouped region operations.
Colin Fletcher [Wed, 3 Apr 2013 17:21:12 +0000 (18:21 +0100)]
Don't include unselected regions in edit grouped region operations.

Make Editor::get_regions_from_selection_and_entered() only return regions
that are actually selected or entered, not their unselected equivalents.

11 years agoIgnore track selection if there are any selected regions.
Colin Fletcher [Wed, 3 Apr 2013 16:29:34 +0000 (17:29 +0100)]
Ignore track selection if there are any selected regions.

Make Editor::get_regions_from_selection_and_edit_point() only consider the
selected tracks when finding regions to operate on if there are no regions
selected, and never if the edit point is 'mouse'.

11 years agoUse selection->regions instead of Editor::get_regions_from_selection()
Colin Fletcher [Wed, 3 Apr 2013 15:54:32 +0000 (16:54 +0100)]
Use selection->regions instead of Editor::get_regions_from_selection()

Remove Editor::get_regions_from_selection(), and use selection->regions
directly in the few places it was called.

11 years agoEnable snapshots and port connect on startup
Roy Vegard Ovesen [Wed, 3 Apr 2013 15:50:59 +0000 (17:50 +0200)]
Enable snapshots and port connect on startup

11 years agoMerge branch 'nsm' of https://github.com/royvegard/ardour
Paul Davis [Wed, 3 Apr 2013 14:35:47 +0000 (10:35 -0400)]
Merge branch 'nsm' of https://github.com/royvegard/ardour