ardour.git
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

11 years agoPrevent infinite loops
Roy Vegard Ovesen [Wed, 3 Apr 2013 14:18:42 +0000 (16:18 +0200)]
Prevent infinite loops

11 years agofix NSM initialization.
Robin Gareus [Wed, 3 Apr 2013 00:36:15 +0000 (02:36 +0200)]
fix NSM initialization.

Possible segfault on startup if NSM is not used.

11 years agovtl: renice export dialog
Robin Gareus [Tue, 2 Apr 2013 22:58:19 +0000 (00:58 +0200)]
vtl: renice export dialog

* fix scale w/h min+max
* update labels and alignment

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Tue, 2 Apr 2013 20:11:04 +0000 (16:11 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix (?) behaviour when punching into automation write mode while the transport is...
Paul Davis [Tue, 2 Apr 2013 20:10:51 +0000 (16:10 -0400)]
fix (?) behaviour when punching into automation write mode while the transport is moving, hopefully without breaking anything else

11 years agoForgot to clean up nsm.* in previous commit
Roy Vegard Ovesen [Tue, 2 Apr 2013 19:25:27 +0000 (21:25 +0200)]
Forgot to clean up nsm.* in previous commit

11 years agoDon't wait for session_is_loaded from nsm server
Roy Vegard Ovesen [Tue, 2 Apr 2013 18:33:39 +0000 (20:33 +0200)]
Don't wait for session_is_loaded from nsm server

11 years agovtl: update session start/end only when adding (or dragging) the video
Robin Gareus [Tue, 2 Apr 2013 16:06:02 +0000 (18:06 +0200)]
vtl: update session start/end only when adding (or dragging) the video

11 years agovtl: remove video-maintenance menu
Robin Gareus [Tue, 2 Apr 2013 16:02:41 +0000 (18:02 +0200)]
vtl: remove video-maintenance menu

* only really relevant for testing/debugging.
* the back-end functions are still used for 'normal' operation
  and called implicitly when opening/closing a video.
* call stop_video_server() when removing a video.

11 years agovtl: remove xjadeo option dialog
Robin Gareus [Tue, 2 Apr 2013 15:57:09 +0000 (17:57 +0200)]
vtl: remove xjadeo option dialog

xjadeo options (selective session restore) are only
useful for testing and debugging.

11 years agovtl: update export information
Robin Gareus [Tue, 2 Apr 2013 14:37:28 +0000 (16:37 +0200)]
vtl: update export information

11 years agovtl: update video-export
Robin Gareus [Tue, 2 Apr 2013 10:27:08 +0000 (12:27 +0200)]
vtl: update video-export

* range: pre/postfix with black video-frames
* fix A/V offset - decode and skip source until offset is reached
* use spinning progress-bar during decode&skip
* use video-stream index in stream-map
* fix audio-export abort; stop freewheeling
* re-indent code

11 years agovtl: draw cross if info-request fails in open-video preview.
Robin Gareus [Mon, 1 Apr 2013 16:39:15 +0000 (18:39 +0200)]
vtl: draw cross if info-request fails in open-video preview.

11 years agofix #5424: routes created from templates do not get names based on the user-supplied...
Paul Davis [Tue, 2 Apr 2013 00:45:57 +0000 (20:45 -0400)]
fix #5424: routes created from templates do not get names based on the user-supplied text from the add route dialog

11 years agolikely fix for #5426 (hide all tracks doesn't work and causes inconsistent state
Paul Davis [Mon, 1 Apr 2013 23:56:33 +0000 (19:56 -0400)]
likely fix for #5426 (hide all tracks doesn't work and causes inconsistent state

11 years agoclarify comment about Automatable/ControlSet inheritance
Paul Davis [Mon, 1 Apr 2013 23:47:08 +0000 (19:47 -0400)]
clarify comment about Automatable/ControlSet inheritance

11 years agofix up iterator syntax and unnecessary use of X_() in NSM patch
Paul Davis [Mon, 1 Apr 2013 23:46:24 +0000 (19:46 -0400)]
fix up iterator syntax and unnecessary use of X_() in NSM patch

11 years agoMerge branch 'nsm' of https://github.com/royvegard/ardour
Paul Davis [Mon, 1 Apr 2013 22:54:41 +0000 (18:54 -0400)]
Merge branch 'nsm' of https://github.com/royvegard/ardour

11 years agofix compilation on OS X
Paul Davis [Mon, 1 Apr 2013 13:03:33 +0000 (09:03 -0400)]
fix compilation on OS X

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Sun, 31 Mar 2013 21:02:07 +0000 (17:02 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix missing slash-newline in --help output
Paul Davis [Sun, 31 Mar 2013 20:58:06 +0000 (16:58 -0400)]
fix missing slash-newline in --help output

11 years agovtl: fix video-monitor [dialog] crash
Robin Gareus [Sun, 31 Mar 2013 18:33:26 +0000 (20:33 +0200)]
vtl: fix video-monitor [dialog] crash

caused by closing a session and then opening another video session
-> the video-monitor session reference was outdated.

11 years agovtl: ffmpeg interaction:
Robin Gareus [Sun, 31 Mar 2013 17:34:05 +0000 (19:34 +0200)]
vtl: ffmpeg interaction:

* use ardour/SRC to resample audio on import
* parse framerate via codec-timebase if available
* update encoder parameters
* add vpx/webm as codec option

11 years agovtl: open video dialog - aspect ratios
Robin Gareus [Sun, 31 Mar 2013 16:27:46 +0000 (18:27 +0200)]
vtl: open video dialog - aspect ratios

11 years agoremove debug output
Paul Davis [Sun, 31 Mar 2013 13:41:51 +0000 (09:41 -0400)]
remove debug output

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Sun, 31 Mar 2013 13:35:15 +0000 (09:35 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agomore work on the suprisingly ongoing filename/path/origin issue
Paul Davis [Sun, 31 Mar 2013 13:35:06 +0000 (09:35 -0400)]
more work on the suprisingly ongoing filename/path/origin issue

11 years agoDisable some actions that are not allowed while under nsm
Roy Vegard Ovesen [Sun, 31 Mar 2013 13:28:29 +0000 (15:28 +0200)]
Disable some actions that are not allowed while under nsm

11 years agovtl: open-video dialog tweaks
Robin Gareus [Sun, 31 Mar 2013 07:29:27 +0000 (09:29 +0200)]
vtl: open-video dialog tweaks

* show Timecode in/out
* fix text alignment
* parse aspect-ratio
* reset seek-slider on file selection
* make fps label translatable

11 years agoBetter start up
Roy Vegard Ovesen [Sun, 31 Mar 2013 01:46:07 +0000 (03:46 +0200)]
Better start up

Don't reply to nsm server until ardour project is finished loading

11 years agoMake sure every imported file is copied to the session path
Roy Vegard Ovesen [Sat, 30 Mar 2013 18:12:31 +0000 (19:12 +0100)]
Make sure every imported file is copied to the session path

11 years agoPrevent the new session dialog from appearing
Roy Vegard Ovesen [Sat, 30 Mar 2013 17:15:57 +0000 (18:15 +0100)]
Prevent the new session dialog from appearing

11 years agonon-session-manager support
Roy Vegard Ovesen [Thu, 21 Mar 2013 20:16:48 +0000 (21:16 +0100)]
non-session-manager support

Implements open, save and dirtiness.
No error checking, no menu items disabling.

11 years agoinclude -P (--no-connect-ports) option in --help output
Paul Davis [Sun, 31 Mar 2013 00:17:49 +0000 (20:17 -0400)]
include -P (--no-connect-ports) option in --help output

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Sat, 30 Mar 2013 18:02:38 +0000 (14:02 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix up some confusion with filesources' _origin and _file_is_new members. if _origin...
Paul Davis [Sat, 30 Mar 2013 18:02:26 +0000 (14:02 -0400)]
fix up some confusion with filesources' _origin and _file_is_new members. if _origin is set, it means that the file is "external" to the session (aka "embedded") and for some purposes this is more significant than _file_is_new. rename SourceFactory::createReadable() to ::createExternal() to more clearly indicate its purpose; remove never-supplied "origin" argument from SourceFactor::createWritable(). Fixes problems caused by 864ce8f0

11 years agoFix tests compilation
Julien de Kozak [Fri, 29 Mar 2013 20:01:17 +0000 (21:01 +0100)]
Fix tests compilation

11 years agoFix some compilation warnings
Julien de Kozak [Sun, 24 Mar 2013 13:55:56 +0000 (14:55 +0100)]
Fix some compilation warnings

11 years agovtl: minor UI dialog tweaks
Robin Gareus [Sat, 30 Mar 2013 15:50:22 +0000 (16:50 +0100)]
vtl: minor UI dialog tweaks

11 years agovtl: update ffmpeg parameters and output-parsing
Robin Gareus [Sat, 30 Mar 2013 15:45:22 +0000 (16:45 +0100)]
vtl: update ffmpeg parameters and output-parsing

11 years agoif a filesource is supposed to be new, don't waste time looking for it. if it has...
Paul Davis [Sat, 30 Mar 2013 14:06:08 +0000 (10:06 -0400)]
if a filesource is supposed to be new, don't waste time looking for it. if it has its _origin member set, search for that, not its name (affects embedded files)

11 years agoallow double click on radio buttons in ambiguous file dialog to finish dialog
Paul Davis [Sat, 30 Mar 2013 14:04:50 +0000 (10:04 -0400)]
allow double click on radio buttons in ambiguous file dialog to finish dialog

11 years agoalter menu name for processor automation and hide extra separator in menu when not...
Paul Davis [Sat, 30 Mar 2013 13:23:12 +0000 (09:23 -0400)]
alter menu name for processor automation and hide extra separator in menu when not needed

11 years agoadd tooltip for channel edit button
Paul Davis [Sat, 30 Mar 2013 13:19:37 +0000 (09:19 -0400)]
add tooltip for channel edit button

11 years agofix input metering when not rolling but using h/w monitoring: need to explicitly...
Paul Davis [Sat, 30 Mar 2013 04:14:33 +0000 (00:14 -0400)]
fix input metering when not rolling but using h/w monitoring: need to explicitly run meter in this case, since we are otherwise just passing silence

11 years agoremove incorrect #includes of <cairo/cairo.h> and replace with <cairo.h>
Paul Davis [Sat, 30 Mar 2013 00:36:11 +0000 (20:36 -0400)]
remove incorrect #includes of <cairo/cairo.h> and replace with <cairo.h>

11 years agoMerge branch 'patches' of https://github.com/jdekozak/ardour
Paul Davis [Fri, 29 Mar 2013 18:18:08 +0000 (14:18 -0400)]
Merge branch 'patches' of https://github.com/jdekozak/ardour

11 years agoallow Drag-n-Drop onto the empty canvas (again); always import MIDI files since we...
Paul Davis [Fri, 29 Mar 2013 18:09:03 +0000 (14:09 -0400)]
allow Drag-n-Drop onto the empty canvas (again); always import MIDI files since we consider them writable and so embedding isn't a safe option

11 years agotweak name shown in plugin selector listview as column header for "Hide"; rebuild...
Paul Davis [Fri, 29 Mar 2013 16:36:03 +0000 (12:36 -0400)]
tweak name shown in plugin selector listview as column header for "Hide"; rebuild plugin menu after hidden status for a plugin is changed, so that the effect is present without requiring a restart of Ardour (#5422)

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Fri, 29 Mar 2013 15:53:02 +0000 (11:53 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agomajor fixes for MIDI patch change and note undo/redo. Patch change handling was compl...
Paul Davis [Fri, 29 Mar 2013 15:52:25 +0000 (11:52 -0400)]
major fixes for MIDI patch change and note undo/redo. Patch change handling was completely broken because of the use of absolute floating point comparisons for time comparison, and serialization/deserialization of patch change property changes was borked because of int/char conversions by stringstream. Note undo/redo would fail for note removal if a note had been moved and/or had its note number changed as the next operation after it was added, because time-based lookup would fail. Similar small changes made for sysex messages, which just needed the musical_time comparisons and nothing else

11 years agovtl: workaround xjadeo <= 0.6.4 issue
Robin Gareus [Fri, 29 Mar 2013 11:35:21 +0000 (12:35 +0100)]
vtl: workaround xjadeo <= 0.6.4 issue

11 years agovtl: rework import workflow
Robin Gareus [Fri, 29 Mar 2013 11:20:09 +0000 (12:20 +0100)]
vtl: rework import workflow

 - do not allow to simply copy the video file
 - decision to transcode or just reference is made in "transcode dialog"
   not during file-selection.
   Only there the actual codec is known and can be judged to be suitable
   for direct reference
 - simplify "transcode dialog" - no more buttons for specific actions,
   drop-down select actions.
 - increase minimum bitrate for imported file to 500kbit/s

11 years agovtl: update ffprobe csv parsing
Robin Gareus [Fri, 29 Mar 2013 10:07:20 +0000 (11:07 +0100)]
vtl: update ffprobe csv parsing

11 years agovtl: amend 0c2d95b - fix possible race condition when terminating external program
Robin Gareus [Fri, 29 Mar 2013 08:48:29 +0000 (09:48 +0100)]
vtl: amend  0c2d95b - fix possible race condition when terminating external program

11 years agovtl: add close/remove video menu entry
Robin Gareus [Fri, 29 Mar 2013 08:46:29 +0000 (09:46 +0100)]
vtl: add close/remove video menu entry

11 years agovtl: fix possible race condition when terminating external program
Robin Gareus [Thu, 28 Mar 2013 22:32:02 +0000 (23:32 +0100)]
vtl: fix possible race condition when terminating external program

11 years agosome deep tweaking to get MIDI channel control into nearly done shape for 3.1
Paul Davis [Thu, 28 Mar 2013 21:10:57 +0000 (17:10 -0400)]
some deep tweaking to get MIDI channel control into nearly done shape for 3.1

11 years agovtl: fflush stdout/in after writing to external process
Robin Gareus [Thu, 28 Mar 2013 20:54:44 +0000 (21:54 +0100)]
vtl: fflush stdout/in after writing to external process