ardour.git
10 years agovtl: use avi/mjpeg (insted of mpeg4) for video proxy
Robin Gareus [Sun, 16 Jun 2013 15:04:00 +0000 (17:04 +0200)]
vtl: use avi/mjpeg (insted of mpeg4) for video proxy

 * average picture quality is worse
 * ..but seeking works accurately
   (no more PTS/DTS mess with Quicktime files)
 * ffmpeg transcode to mpeg4 retains PTS, DTS ( to mjpeg does not)
 * eventually harvid&xjadeo need to be
   updated to seek to non-monotonic PTS, DTS timestamps

10 years agovtl: update ffmpeg option sameq/qscale
Robin Gareus [Sun, 16 Jun 2013 13:30:15 +0000 (15:30 +0200)]
vtl: update ffmpeg option sameq/qscale

10 years agonew track-height icons -- inspired by tom^_
Robin Gareus [Fri, 14 Jun 2013 22:01:03 +0000 (00:01 +0200)]
new track-height icons -- inspired by tom^_

10 years agoosx packaging: clean up temp dirs
Robin Gareus [Fri, 14 Jun 2013 16:15:05 +0000 (18:15 +0200)]
osx packaging: clean up temp dirs

OSX's .DS_Store file keeps rmdir from working.

10 years agopackaging scripts: use rsync for video-tools
Robin Gareus [Fri, 14 Jun 2013 16:12:55 +0000 (18:12 +0200)]
packaging scripts: use rsync for video-tools

10 years agodon't display freewheeling & samplerate LV2 ports on GUI
Robin Gareus [Fri, 14 Jun 2013 15:33:29 +0000 (17:33 +0200)]
don't display freewheeling & samplerate LV2 ports on GUI

10 years agoremove cruft
Robin Gareus [Fri, 14 Jun 2013 15:29:14 +0000 (17:29 +0200)]
remove cruft

10 years agoremove old/unused export_multiplicator
Robin Gareus [Fri, 14 Jun 2013 15:28:46 +0000 (17:28 +0200)]
remove old/unused export_multiplicator

10 years agoremove cruft - old CMT imageframe*
Robin Gareus [Fri, 14 Jun 2013 15:18:59 +0000 (17:18 +0200)]
remove cruft - old CMT imageframe*

10 years agoNOOP clean up code
Robin Gareus [Fri, 14 Jun 2013 11:51:08 +0000 (13:51 +0200)]
NOOP clean up code

move curl-http-get wrapper-function which is used by various
videotimeline related code to util.c

10 years agoavoid name-conflict
Robin Gareus [Fri, 14 Jun 2013 11:49:07 +0000 (13:49 +0200)]
avoid name-conflict

when compiled with -rdynamic, "AudioStream" symbol
conflicts with AspectVST.so

10 years agoGeneralize no-plugin-state from AudioUnits to all plugins
Paul Davis [Fri, 14 Jun 2013 02:50:54 +0000 (22:50 -0400)]
Generalize no-plugin-state from AudioUnits to all plugins

Replace AU_STATE_SUPPORT compile-time define with NO_PLUGIN_STATE and make it prevent plugin state setting, preset loading, preset saving and plugin state saving. Blocks on these actions exist partially in the backend and partially in the GUI (this latter class are not absolute, and should OSC or MIDI be able to drive Plugin::save_preset() the block could be circumvented). Set NO_PLUGIN_STATE if --freebie is used at waf-configure time

10 years agoupdate russian translation
Paul Davis [Fri, 14 Jun 2013 01:26:01 +0000 (21:26 -0400)]
update russian translation

From Alexander Prokoudine

10 years agoUpdate Russian translation of Ardour 3.2
Alexandre Prokoudine [Fri, 14 Jun 2013 00:21:02 +0000 (02:21 +0200)]
Update Russian translation of Ardour 3.2

10 years agoFix the spelling and abstract the program name
Alexandre Prokoudine [Fri, 14 Jun 2013 00:10:31 +0000 (02:10 +0200)]
Fix the spelling and abstract the program name

The video exporting dialog has a few spelling bugs, as well
as unabstracted program name. The patch fixes it.

10 years agos/Framenumber/Frame number/
Robin Gareus [Thu, 13 Jun 2013 22:41:02 +0000 (00:41 +0200)]
s/Framenumber/Frame number/

10 years agoupdate OSX disk image
Robin Gareus [Thu, 13 Jun 2013 20:42:37 +0000 (22:42 +0200)]
update OSX disk image

 * unpack xjadeo dmg - add Jadeo.app
 * new background image with arrow for xjadeo

10 years agovtl: clean-up "Remove Video" action state
Robin Gareus [Thu, 13 Jun 2013 13:35:41 +0000 (15:35 +0200)]
vtl: clean-up "Remove Video" action state

10 years agobump to v3.2 3.2
Paul Davis [Thu, 13 Jun 2013 14:53:51 +0000 (10:53 -0400)]
bump to v3.2

10 years agofix up versioning stuff for libardour, which should track regular ardour release...
Paul Davis [Thu, 13 Jun 2013 14:53:36 +0000 (10:53 -0400)]
fix up versioning stuff for libardour, which should track regular ardour release versions

10 years agovtl: check if server's docroot matches ardour's config
Robin Gareus [Wed, 12 Jun 2013 22:55:04 +0000 (00:55 +0200)]
vtl: check if server's docroot matches ardour's config

NOTE: this breaks backwards compatibility with icsd and
harvid < 0.3.0 which do not report their settings.

It may also conflict with harvid running on localhost in a chroot.

Ideally this will be a warning only.
That the user can choose to ignore this and should get the option
to stop the video-server and re-start it using a different docroot.

10 years agovtl: make "Remove Video" insensitive if N/A
Robin Gareus [Wed, 12 Jun 2013 22:54:43 +0000 (00:54 +0200)]
vtl: make "Remove Video" insensitive if N/A

10 years agotry removing --backtrace from VM build script
Paul Davis [Wed, 12 Jun 2013 11:17:37 +0000 (07:17 -0400)]
try removing --backtrace from VM build script

10 years agofix up detection of version by define_versions.sh
Paul Davis [Tue, 11 Jun 2013 15:41:49 +0000 (11:41 -0400)]
fix up detection of version by define_versions.sh

10 years agomore changes to consolidate version definition into the top level wscript file
Paul Davis [Tue, 11 Jun 2013 15:37:52 +0000 (11:37 -0400)]
more changes to consolidate version definition into the top level wscript file

10 years agoadjust the way version and revision info are gathered, defined and used
Paul Davis [Tue, 11 Jun 2013 14:58:24 +0000 (10:58 -0400)]
adjust the way version and revision info are gathered, defined and used

10 years agomake startup helper script use actual version, not a hard-coded 3.0 value
Paul Davis [Tue, 11 Jun 2013 14:32:16 +0000 (10:32 -0400)]
make startup helper script use actual version, not a hard-coded 3.0 value

10 years agostop hard-coding main executable as ardour-3.0
Paul Davis [Tue, 11 Jun 2013 14:18:58 +0000 (10:18 -0400)]
stop hard-coding main executable as ardour-3.0

10 years agoround 2: *correctly* add --harvid to VM build scripts
Paul Davis [Tue, 11 Jun 2013 13:30:56 +0000 (09:30 -0400)]
round 2: *correctly* add --harvid to VM build scripts

10 years agoadd --harvid to VM build scripts
Paul Davis [Tue, 11 Jun 2013 13:28:59 +0000 (09:28 -0400)]
add --harvid to VM build scripts

10 years agoupdate .po files
Paul Davis [Tue, 11 Jun 2013 12:49:32 +0000 (08:49 -0400)]
update .po files

10 years agovtl: wait for output from ffprobe
Robin Gareus [Tue, 11 Jun 2013 00:58:10 +0000 (02:58 +0200)]
vtl: wait for output from ffprobe

fix code-ordering bug that sneaked in when re-factoring the parser.

10 years agoseparate general vs temporary(no vtl) OSX defines
Robin Gareus [Mon, 10 Jun 2013 23:26:49 +0000 (01:26 +0200)]
separate general vs temporary(no vtl) OSX defines

10 years agoremove inadvertently committed debug message
Robin Gareus [Mon, 10 Jun 2013 22:45:45 +0000 (00:45 +0200)]
remove inadvertently committed debug message

10 years agowhen exiting internal edit mode because of a mouse button press on a non-MIDI region...
Paul Davis [Mon, 10 Jun 2013 22:28:25 +0000 (18:28 -0400)]
when exiting internal edit mode because of a mouse button press on a non-MIDI region, _join_object_range_state is set to NONE, not OBJECT, which would block selection of the clicked-upon region. fix that, to prevent an assert()-driven crash when the drag ends and there are no regions selected

11 years agoset PATH (used for harvid+ffmpeg)
Robin Gareus [Mon, 10 Jun 2013 20:24:19 +0000 (22:24 +0200)]
set PATH (used for harvid+ffmpeg)

11 years agodeploy harvid+ffmpeg binaries directly w/ardour OSX bundle
Robin Gareus [Mon, 10 Jun 2013 20:23:49 +0000 (22:23 +0200)]
deploy harvid+ffmpeg binaries directly w/ardour OSX bundle

11 years agovtl: send A/V offset to video-monitor when launched
Robin Gareus [Mon, 10 Jun 2013 17:43:23 +0000 (19:43 +0200)]
vtl: send A/V offset to video-monitor when launched

11 years agovtl: NOOP, replace old define
Robin Gareus [Mon, 10 Jun 2013 17:33:54 +0000 (19:33 +0200)]
vtl: NOOP, replace old define

11 years agovtl: fix for not-saving video-monitor settings
Robin Gareus [Mon, 10 Jun 2013 17:04:55 +0000 (19:04 +0200)]
vtl: fix for not-saving video-monitor settings

11 years agovtl: remove cruft
Robin Gareus [Mon, 10 Jun 2013 16:37:41 +0000 (18:37 +0200)]
vtl: remove cruft

11 years agovtl: disable video-monitor settings override (unused for now)
Robin Gareus [Mon, 10 Jun 2013 15:56:53 +0000 (17:56 +0200)]
vtl: disable video-monitor settings override (unused for now)

11 years agovtl: reduce ardour<>xjadeo communication
Robin Gareus [Mon, 10 Jun 2013 15:22:28 +0000 (17:22 +0200)]
vtl: reduce ardour<>xjadeo communication

avoid duplcate OSD related messages.

11 years agovtl: fix duplicate saved settings
Robin Gareus [Mon, 10 Jun 2013 15:01:24 +0000 (17:01 +0200)]
vtl: fix duplicate saved settings

11 years agoMake mouse operations on grouped regions apply to pre-existing selection
Colin Fletcher [Mon, 10 Jun 2013 16:51:59 +0000 (17:51 +0100)]
Make mouse operations on grouped regions apply to pre-existing selection

On clicking on a region that is part of an active edit group with the
'selection' property enabled, its equivalent regions also become selected.
Thus, there's no need to reset the selection to the equivalent
regions when performing mouse drags on the region, and trim/fade in/fade
out/move/copy will always operate on the existing region selection if there
is one.

Fixes #5515.

11 years agosave and restore Generic MIDI threshold/smoothing value
Paul Davis [Mon, 10 Jun 2013 16:37:09 +0000 (12:37 -0400)]
save and restore Generic MIDI threshold/smoothing value

11 years agoadd test for writability of /usr/local/lib in OS X startup script
Paul Davis [Mon, 10 Jun 2013 15:03:00 +0000 (11:03 -0400)]
add test for writability of /usr/local/lib in OS X startup script

11 years agomove emulate_key_event() to utils
Robin Gareus [Sun, 9 Jun 2013 23:54:55 +0000 (01:54 +0200)]
move emulate_key_event() to utils

11 years agodo not allow to change timecode-offset in xjadeo while ardour has control
Robin Gareus [Sun, 9 Jun 2013 23:05:00 +0000 (01:05 +0200)]
do not allow to change timecode-offset in xjadeo while ardour has control

11 years agoproperly fake/forward keyboard events from video-monitor
Robin Gareus [Sun, 9 Jun 2013 22:52:24 +0000 (00:52 +0200)]
properly fake/forward keyboard events from video-monitor

11 years agohandle async communication from xjadeo
Robin Gareus [Sun, 9 Jun 2013 20:56:03 +0000 (22:56 +0200)]
handle async communication from xjadeo

11 years agofix video-monitor session settings
Robin Gareus [Sun, 9 Jun 2013 17:39:25 +0000 (19:39 +0200)]
fix video-monitor session settings

save settings when xjadeo terminates,
not only on explicit session save/quit.

11 years agoMerge branch 'master' of git@git.ardour.org:ardour/ardour
Paul Davis [Sun, 9 Jun 2013 17:13:53 +0000 (13:13 -0400)]
Merge branch 'master' of git@git.ardour.org:ardour/ardour

11 years agouse correct quoting in OS X startup script
Paul Davis [Sun, 9 Jun 2013 17:13:38 +0000 (13:13 -0400)]
use correct quoting in OS X startup script

11 years agoimprove video-server start-up sequence
Robin Gareus [Sun, 9 Jun 2013 13:51:31 +0000 (15:51 +0200)]
improve video-server start-up sequence

* don't wait if launching the app failed
* lower timeout and check interval
* print warnings..

11 years agoinclude video-tools into OSX dmg
Robin Gareus [Sat, 8 Jun 2013 11:29:04 +0000 (13:29 +0200)]
include video-tools into OSX dmg

11 years agoprepare font-styling meter labels
Robin Gareus [Sat, 8 Jun 2013 09:51:17 +0000 (11:51 +0200)]
prepare font-styling meter labels

decrease size and weight of midi-velocity - make '127' fit,...

11 years agoprefer audio-fader over midi-gain fader display.
Robin Gareus [Sat, 8 Jun 2013 07:08:31 +0000 (09:08 +0200)]
prefer audio-fader over midi-gain fader display.

This only affects mixer-strip display (and range).
The fader has effect on all MIDI and audio data
passing though it regardless of its display mode.

11 years agoNOOP - use PBD's std::string to number functions
Robin Gareus [Sat, 8 Jun 2013 07:03:26 +0000 (09:03 +0200)]
NOOP - use PBD's std::string to number functions

11 years agoremove unused old code
Robin Gareus [Sat, 8 Jun 2013 06:26:12 +0000 (08:26 +0200)]
remove unused old code

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Fri, 7 Jun 2013 21:52:12 +0000 (17:52 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix display of external Send UI
Paul Davis [Fri, 7 Jun 2013 21:50:13 +0000 (17:50 -0400)]
fix display of external Send UI

11 years agoRevert all close-on-exec changes from earlier today
Robin Gareus [Fri, 7 Jun 2013 19:07:41 +0000 (21:07 +0200)]
Revert all close-on-exec changes from earlier today

with b26cc125 these are no longer needed.

11 years agoclose all open fd's on fork
Robin Gareus [Fri, 7 Jun 2013 18:50:59 +0000 (20:50 +0200)]
close all open fd's on fork

11 years agofix typo in SndFileDescriptor::open() -- check if file open succeeded.
Robin Gareus [Fri, 7 Jun 2013 18:13:11 +0000 (20:13 +0200)]
fix typo in SndFileDescriptor::open() -- check if file open succeeded.

11 years agogive video-server some time so launch -- prevent multiple instance
Robin Gareus [Fri, 7 Jun 2013 18:12:39 +0000 (20:12 +0200)]
give video-server some time so launch -- prevent multiple instance

11 years agoprefer the use of references in private static function in system_exec.cc
Paul Davis [Fri, 7 Jun 2013 18:04:43 +0000 (14:04 -0400)]
prefer the use of references in private static function in system_exec.cc

11 years agofix use of sf_open_fd() instad of sf_open()
Robin Gareus [Fri, 7 Jun 2013 17:33:20 +0000 (19:33 +0200)]
fix use of sf_open_fd() instad of sf_open()

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Fri, 7 Jun 2013 17:16:45 +0000 (13:16 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix handling of returning value of ::waitpid() so that we clean up harvid correctly
Paul Davis [Fri, 7 Jun 2013 17:13:12 +0000 (13:13 -0400)]
fix handling of returning value of ::waitpid() so that we clean up harvid correctly

11 years agoclose audio-file if it cannot be opened
Robin Gareus [Fri, 7 Jun 2013 16:56:48 +0000 (18:56 +0200)]
close audio-file if it cannot be opened

11 years agofix issue (creating new sound-files) in 92161b57
Robin Gareus [Fri, 7 Jun 2013 16:09:15 +0000 (18:09 +0200)]
fix issue (creating new sound-files) in 92161b57

11 years agomore OSC socket fcntl() close-on-exec
Robin Gareus [Fri, 7 Jun 2013 16:02:47 +0000 (18:02 +0200)]
more OSC socket fcntl() close-on-exec

11 years agoOSC bail out if server cannot be started
Robin Gareus [Fri, 7 Jun 2013 16:02:04 +0000 (18:02 +0200)]
OSC bail out if server cannot be started

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Fri, 7 Jun 2013 16:00:23 +0000 (12:00 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix ssize_t/size_t confusion
Paul Davis [Fri, 7 Jun 2013 15:59:47 +0000 (11:59 -0400)]
fix ssize_t/size_t confusion

11 years agosome clarifying comments on WindowManager::set_transient_for
Paul Davis [Fri, 7 Jun 2013 15:58:57 +0000 (11:58 -0400)]
some clarifying comments on WindowManager::set_transient_for

11 years agomark more filedes as close-on-exec. - here audio+midi files!
Robin Gareus [Fri, 7 Jun 2013 15:43:06 +0000 (17:43 +0200)]
mark more filedes as close-on-exec. - here audio+midi files!

11 years agomore sockets to close on fork()
Robin Gareus [Fri, 7 Jun 2013 15:12:25 +0000 (17:12 +0200)]
more sockets to close on fork()

11 years agoclose network sockets on fork
Robin Gareus [Fri, 7 Jun 2013 14:54:47 +0000 (16:54 +0200)]
close network sockets on fork

fixes problem with external apps (ie. video-server) inheriting them.

11 years agopossible fix for no-shutdown of external app (ie harvid)
Robin Gareus [Fri, 7 Jun 2013 14:43:41 +0000 (16:43 +0200)]
possible fix for no-shutdown of external app (ie harvid)

11 years agovtl: NOOP - clean up code.
Robin Gareus [Fri, 7 Jun 2013 13:35:49 +0000 (15:35 +0200)]
vtl: NOOP - clean up code.

11 years agovtl: round fractional framerates to 1/100 to compare for identity
Robin Gareus [Fri, 7 Jun 2013 12:37:15 +0000 (14:37 +0200)]
vtl: round fractional framerates to 1/100 to compare for identity

11 years agofix crash when trying to show "controls" of processor w/o controls.
Robin Gareus [Thu, 6 Jun 2013 22:40:47 +0000 (00:40 +0200)]
fix crash when trying to show "controls" of processor w/o controls.

11 years agoproper plugin-UI interaction/semantics
Robin Gareus [Thu, 6 Jun 2013 21:55:08 +0000 (23:55 +0200)]
proper plugin-UI interaction/semantics

Always show plugin's own UI (if available) on double-click
Alt+double-click -> show 'generic controls'.
Context-menu offers both choices.
Use Tooltip for to make it discoverable.

11 years agodisable symbol export -- fix LinuxVST issue
Robin Gareus [Thu, 6 Jun 2013 19:27:07 +0000 (21:27 +0200)]
disable symbol export -- fix LinuxVST issue

-rdynamic:  Pass the flag -export-dynamic to the ELF linker,
 on targets that support it. This instructs the linker to add
 all symbols, not only used ones, to the dynamic symbol table.
 This option is needed for some uses of dlopen or to allow
obtaining backtraces from within a program.

Some LinuxVST pluging cause ardour3 to crash -- if ardour is linked with
-rdynamic (see #ardour log from 2013-jun-6). This is likely compiler
specific and not a problem on las' build-machine (gcc 4.5.5) which is
why the linux-packaging script enables it by default.
The issue can be reproduced reliably with gcc 4.7.2 and 4.6.3. Although
it is yet unclear if it is caused by g++/ld or related to other factors
of the build-system...

11 years agofix about window close button
Robin Gareus [Thu, 6 Jun 2013 19:00:42 +0000 (21:00 +0200)]
fix about window close button

11 years agofix compiler warnings
Robin Gareus [Thu, 6 Jun 2013 19:00:34 +0000 (21:00 +0200)]
fix compiler warnings

11 years agofix typo in german translation
Robin Gareus [Thu, 6 Jun 2013 17:14:26 +0000 (19:14 +0200)]
fix typo in german translation

11 years agofix context-menu entry sensitivity for plugins w/o custom GUI
Robin Gareus [Thu, 6 Jun 2013 16:04:23 +0000 (18:04 +0200)]
fix context-menu entry sensitivity for plugins w/o custom GUI

11 years agocorrect previous premature commit re: OSC and send gain
Paul Davis [Thu, 6 Jun 2013 15:19:23 +0000 (11:19 -0400)]
correct previous premature commit re: OSC and send gain

11 years agoimplement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDB
Paul Davis [Thu, 6 Jun 2013 15:14:31 +0000 (11:14 -0400)]
implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDB

11 years agomove control surface prefs onto their own tab in the user prefs; for Generic MIDI...
Paul Davis [Thu, 6 Jun 2013 12:31:46 +0000 (08:31 -0400)]
move control surface prefs onto their own tab in the user prefs; for Generic MIDI GUI, rename "Threshold" to "Smoothing" and add a tooltip to describe it; fix misuse of S_() in prefs editor

11 years agoVastly improved french translation
jpeg729 [Thu, 6 Jun 2013 06:12:05 +0000 (08:12 +0200)]
Vastly improved french translation

11 years agofix memory leaks and compiler warnings in LXVST code
Robin Gareus [Thu, 6 Jun 2013 00:24:49 +0000 (02:24 +0200)]
fix memory leaks and compiler warnings in LXVST code

11 years agoMerge branch 'master' of https://github.com/johnwpoliver/ardour
Paul Davis [Wed, 5 Jun 2013 17:19:23 +0000 (13:19 -0400)]
Merge branch 'master' of https://github.com/johnwpoliver/ardour

11 years agoMerge branch 'patch-1' of https://github.com/globin/ardour
Paul Davis [Wed, 5 Jun 2013 17:17:53 +0000 (13:17 -0400)]
Merge branch 'patch-1' of https://github.com/globin/ardour

11 years agolilv-backwards compatible min buffer-size implementation
Robin Gareus [Mon, 3 Jun 2013 17:34:14 +0000 (19:34 +0200)]
lilv-backwards compatible min buffer-size implementation

11 years agoadd forgotten free() -- fix tiny memory leak
Robin Gareus [Sun, 2 Jun 2013 23:45:30 +0000 (01:45 +0200)]
add forgotten free() -- fix tiny memory leak

11 years agofix typo in prev commit
Robin Gareus [Sun, 2 Jun 2013 23:42:38 +0000 (01:42 +0200)]
fix typo in prev commit