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

10 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

10 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

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

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

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

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

10 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

10 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

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

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

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)