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

10 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

10 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,...

10 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.

10 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

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

10 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

10 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

10 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.

10 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

10 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.

10 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

10 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

10 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()

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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!

10 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()

10 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.

10 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)

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

10 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

10 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.

10 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.

10 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...

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

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

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

10 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

10 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

10 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

10 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

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

10 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

10 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

10 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

10 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

10 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

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

10 years agolilv_port_get() for LV bufsize query requires new lilv
Robin Gareus [Sun, 2 Jun 2013 23:40:10 +0000 (01:40 +0200)]
lilv_port_get() for LV bufsize query requires new lilv

10 years agoproperly clean up LV2 world
Robin Gareus [Sun, 2 Jun 2013 22:51:34 +0000 (00:51 +0200)]
properly clean up LV2 world

10 years agohonor LV2 rsz:minimumSize for Atom Event buffers
Robin Gareus [Sun, 2 Jun 2013 22:48:17 +0000 (00:48 +0200)]
honor LV2 rsz:minimumSize for Atom Event buffers

10 years agofixed weird german translation
Robin Gloster [Fri, 31 May 2013 10:38:50 +0000 (13:38 +0300)]
fixed weird german translation

10 years agoMark forgotten messages for translation (from Alexandre Prokoudine)
Robin Gareus [Thu, 30 May 2013 19:36:39 +0000 (21:36 +0200)]
Mark forgotten messages for translation (from Alexandre Prokoudine)

10 years agoReturn null if deserializing an export timespan doesn't succeed with at least one...
Sakari Bergen [Sun, 26 May 2013 18:25:22 +0000 (21:25 +0300)]
Return null if deserializing an export timespan doesn't succeed with at least one range.

This should fix an issue with loading old sessions using the old way of
handling session ranges specially.

10 years agoRemove special handling of session range in export. Fixes things when the session...
Sakari Bergen [Sun, 26 May 2013 17:25:27 +0000 (20:25 +0300)]
Remove special handling of session range in export. Fixes things when the session range is renamed.

10 years agoskip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatency
Robin Gareus [Sat, 25 May 2013 07:06:06 +0000 (09:06 +0200)]
skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatency

11 years agoRemove unused boost/locale include.
Robin Gareus [Wed, 22 May 2013 15:21:44 +0000 (17:21 +0200)]
Remove unused boost/locale include.

boost/locale is only avail with libboost >= 1.48,
ardour's wscript checks for >= 1.39

11 years agoremember plugin-UI type (custom/basic) with session.
Robin Gareus [Tue, 21 May 2013 19:23:10 +0000 (21:23 +0200)]
remember plugin-UI type (custom/basic) with session.

amend to 3.1-81-g1acf8bd

11 years agofix 5498 -- use note length from step-entry with midi keybd.
Robin Gareus [Mon, 20 May 2013 22:25:04 +0000 (00:25 +0200)]
fix 5498 -- use note length from step-entry with midi keybd.

11 years agoForward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.
Robin Gareus [Sun, 19 May 2013 15:19:01 +0000 (17:19 +0200)]
Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.

11 years agoRestore 'Edit with basic controls' plugin UI functionality.
Robin Gareus [Sun, 19 May 2013 00:28:36 +0000 (02:28 +0200)]
Restore 'Edit with basic controls' plugin UI functionality.

Regression was introduced in 40944574c

Compared to before 40944574c it is no longer possible to have
both custom and basic open at the same time.
On the upside window stacking and raise-to-top works properly.

11 years agosimplify prev commit
Robin Gareus [Fri, 17 May 2013 11:52:16 +0000 (13:52 +0200)]
simplify prev commit

11 years agofree buffer then set it to 0
jdekozak [Tue, 14 May 2013 18:45:38 +0000 (20:45 +0200)]
free buffer then set it to 0

11 years agoinitialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startup
jdekozak [Tue, 14 May 2013 18:01:20 +0000 (20:01 +0200)]
initialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startup

11 years agofix jack session filename (colons are invalid)
Robin Gareus [Thu, 16 May 2013 19:14:02 +0000 (21:14 +0200)]
fix jack session filename (colons are invalid)

11 years agoUpdate about.cc
Robin Gloster [Thu, 16 May 2013 14:09:03 +0000 (16:09 +0200)]
Update about.cc

11 years agoUpdate de.po
Robin Gloster [Thu, 16 May 2013 14:05:01 +0000 (16:05 +0200)]
Update de.po

11 years agofix typo in jack version messages
Todd Naugle [Thu, 16 May 2013 13:58:10 +0000 (08:58 -0500)]
fix typo in jack version messages

11 years agoCandidate fix for 0005480: Text in warning window for memory limit not displayed...
johnwpoliver [Sun, 12 May 2013 22:40:15 +0000 (23:40 +0100)]
Candidate fix for 0005480: Text in warning window for memory limit not displayed in full. Conf file path was not being passed to string_compose constructor

11 years agovarious miscellany related to versions, gtk2 build and packaging
Paul Davis [Wed, 8 May 2013 17:16:50 +0000 (13:16 -0400)]
various miscellany related to versions, gtk2 build and packaging

11 years agocleanup menus/actions mess exposed on OS X; remove video items from OS X menus (for...
Paul Davis [Wed, 8 May 2013 15:43:33 +0000 (11:43 -0400)]
cleanup menus/actions mess exposed on OS X; remove video items from OS X menus (for now)

11 years agotweaks for OS X menu building
Paul Davis [Wed, 8 May 2013 14:47:45 +0000 (10:47 -0400)]
tweaks for OS X menu building

11 years agouse hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes hyperth...
Paul Davis [Wed, 8 May 2013 14:47:23 +0000 (10:47 -0400)]
use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes hyperthreading cpus)

11 years agodon't set transient-for on OS X, where it is not necessary
Paul Davis [Wed, 8 May 2013 02:30:01 +0000 (22:30 -0400)]
don't set transient-for on OS X, where it is not necessary

11 years agochange namespace/naming of WindowManager classes; register all ArdourDialog and Ardou...
Paul Davis [Wed, 8 May 2013 02:09:16 +0000 (22:09 -0400)]
change namespace/naming of WindowManager classes; register all ArdourDialog and ArdourWindow classes as ProxyTemporary windows so that transient-for can be set for all such windows

11 years agowork work on window mgmt: offer the change to mark all floating windows as Dialogs...
Paul Davis [Tue, 7 May 2013 22:09:12 +0000 (18:09 -0400)]
work work on window mgmt: offer the change to mark all floating windows as Dialogs (in th theme manager), and mark ArdourWindow and ArdourDialog as transient-for on creation, based on current WindowManager (ardour-object) settings

11 years agovarious changes to window visibility mgmt, including use of the mixbus2 code for...
Paul Davis [Tue, 7 May 2013 17:01:18 +0000 (13:01 -0400)]
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause

11 years agoa few minor changes required to get a DMG to build (on Tiger, at least)
Paul Davis [Tue, 7 May 2013 16:21:42 +0000 (12:21 -0400)]
a few minor changes required to get a DMG to build (on Tiger, at least)

11 years agodrop WIN_POS_MOUSE on a managed window if we have stored coordinates and after the...
Paul Davis [Mon, 6 May 2013 16:13:43 +0000 (12:13 -0400)]
drop WIN_POS_MOUSE on a managed window if we have stored coordinates and after the first present() call

11 years agofix bad edit that caused simple proxy windows to fail/crash
Paul Davis [Mon, 6 May 2013 15:44:59 +0000 (11:44 -0400)]
fix bad edit that caused simple proxy windows to fail/crash

11 years agomake ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not...
Paul Davis [Mon, 6 May 2013 14:55:40 +0000 (10:55 -0400)]
make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not-toggleable-on-first-show" and other issues

11 years agofix crash on export if no master bus is present in the session
Robin Gareus [Sun, 5 May 2013 22:15:48 +0000 (00:15 +0200)]
fix crash on export if no master bus is present in the session

11 years agomore window management rationalization
Paul Davis [Sun, 5 May 2013 20:10:54 +0000 (16:10 -0400)]
more window management rationalization

11 years agofix missing content of theme manager
Paul Davis [Sun, 5 May 2013 19:13:03 +0000 (15:13 -0400)]
fix missing content of theme manager

11 years agofix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete and...
Paul Davis [Sun, 5 May 2013 19:07:52 +0000 (15:07 -0400)]
fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete and add a bit of visibility tracking debugging

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