From 06ab2f9c10f3d27d6442d99106e16f76d96779d2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 10 Jun 2013 01:05:00 +0200 Subject: do not allow to change timecode-offset in xjadeo while ardour has control --- gtk2_ardour/video_monitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/video_monitor.cc') diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc index 6ac5ad7f8b..258dc85c0b 100644 --- a/gtk2_ardour/video_monitor.cc +++ b/gtk2_ardour/video_monitor.cc @@ -143,7 +143,7 @@ VideoMonitor::open (std::string filename) * 0x20 : don't use jack-session * 0x40 : no jack-transport control play/pause/rewind */ - process->write_to_stdin("set override 104\n"); + process->write_to_stdin("set override 120\n"); process->write_to_stdin("notify keyboard\n"); process->write_to_stdin("notify settings\n"); process->write_to_stdin("window letterbox on\n"); -- cgit v1.2.3