ardour.git
12 years agoUse Later / Earlier in descriptions of nudging and some playhead movements, instead...
Carl Hetherington [Wed, 16 May 2012 23:03:47 +0000 (23:03 +0000)]
Use Later / Earlier in descriptions of nudging and some playhead movements, instead of Forward / Backward (#4879).

git-svn-id: svn://localhost/ardour2/branches/3.0@12314 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAlign the address of the pointer to the fxsave block to a 16-byte boundary (as well...
Carl Hetherington [Wed, 16 May 2012 22:43:23 +0000 (22:43 +0000)]
Align the address of the pointer to the fxsave block to a 16-byte boundary (as well as the pointer itself), which the internets seem to suggest is required.

git-svn-id: svn://localhost/ardour2/branches/3.0@12313 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix bork-age of the fade in/out context menu introduced by mistake yesterday
Paul Davis [Wed, 16 May 2012 14:20:12 +0000 (14:20 +0000)]
fix bork-age of the fade in/out context menu introduced by mistake yesterday

git-svn-id: svn://localhost/ardour2/branches/3.0@12311 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoTweak comment.
Carl Hetherington [Wed, 16 May 2012 12:10:06 +0000 (12:10 +0000)]
Tweak comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@12310 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofixup generic build, which allows -arch i386 build on OS X, effectively cross-compili...
Paul Davis [Wed, 16 May 2012 08:41:40 +0000 (08:41 +0000)]
fixup generic build, which allows -arch i386 build on OS X, effectively cross-compiling a 32 bit build on an x86_64 system

git-svn-id: svn://localhost/ardour2/branches/3.0@12307 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agolet's do this right if we're going to do it at all ..
Paul Davis [Wed, 16 May 2012 00:19:15 +0000 (00:19 +0000)]
let's do this right if we're going to do it at all ..

git-svn-id: svn://localhost/ardour2/branches/3.0@12302 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoswitch to a RWLock for Playlist, to allow simultaneous reads (which can happen occasi...
Paul Davis [Wed, 16 May 2012 00:16:34 +0000 (00:16 +0000)]
switch to a RWLock for Playlist, to allow simultaneous reads (which can happen occasionally, eg. peak and butler threads)

git-svn-id: svn://localhost/ardour2/branches/3.0@12301 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agono need for an explicit disconnect
Paul Davis [Wed, 16 May 2012 00:15:46 +0000 (00:15 +0000)]
no need for an explicit disconnect

git-svn-id: svn://localhost/ardour2/branches/3.0@12300 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoreset _signal member of a Connection so that we will never try to disconnect twice
Paul Davis [Wed, 16 May 2012 00:06:16 +0000 (00:06 +0000)]
reset _signal member of a Connection so that we will never try to disconnect twice

git-svn-id: svn://localhost/ardour2/branches/3.0@12299 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix for crash caused by re-using the same image in the fade context menu
Paul Davis [Tue, 15 May 2012 20:45:02 +0000 (20:45 +0000)]
fix for crash caused by re-using the same image in the fade context menu

git-svn-id: svn://localhost/ardour2/branches/3.0@12298 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoKeep tests up to date with reality.
Carl Hetherington [Tue, 15 May 2012 19:32:39 +0000 (19:32 +0000)]
Keep tests up to date with reality.

git-svn-id: svn://localhost/ardour2/branches/3.0@12297 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove some debug output.
Carl Hetherington [Tue, 15 May 2012 19:31:13 +0000 (19:31 +0000)]
Remove some debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@12296 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove two instances of static/global ScopedConnectionList. one remains worth thinkin...
Paul Davis [Tue, 15 May 2012 15:32:53 +0000 (15:32 +0000)]
remove two instances of static/global ScopedConnectionList. one remains worth thinking about for semantics (libs/pbd/controllable.cc:registry_connections)

git-svn-id: svn://localhost/ardour2/branches/3.0@12295 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodon't apply inverse fades if a region is not acoustically opaque
Paul Davis [Tue, 15 May 2012 15:24:14 +0000 (15:24 +0000)]
don't apply inverse fades if a region is not acoustically opaque

git-svn-id: svn://localhost/ardour2/branches/3.0@12294 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix dangling remnant of old system config var
Paul Davis [Tue, 15 May 2012 13:00:38 +0000 (13:00 +0000)]
fix dangling remnant of old system config var

git-svn-id: svn://localhost/ardour2/branches/3.0@12291 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoadd --generic flag to wscript to trigger -mtune=generic builds; stop using old GNU...
Paul Davis [Tue, 15 May 2012 12:55:23 +0000 (12:55 +0000)]
add --generic flag to wscript to trigger -mtune=generic builds; stop using old GNU config.guess script and use python's builtin os.uname() values

git-svn-id: svn://localhost/ardour2/branches/3.0@12290 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix python3 incompatability in wscript
Paul Davis [Tue, 15 May 2012 11:09:03 +0000 (11:09 +0000)]
fix python3 incompatability in wscript

git-svn-id: svn://localhost/ardour2/branches/3.0@12286 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoTry to make signals.h.py more cross-python-version compatible.
Carl Hetherington [Tue, 15 May 2012 10:43:47 +0000 (10:43 +0000)]
Try to make signals.h.py more cross-python-version compatible.

git-svn-id: svn://localhost/ardour2/branches/3.0@12285 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove unused method.
Carl Hetherington [Tue, 15 May 2012 01:23:55 +0000 (01:23 +0000)]
Remove unused method.

git-svn-id: svn://localhost/ardour2/branches/3.0@12284 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoTidy up a bit.
Carl Hetherington [Tue, 15 May 2012 00:06:37 +0000 (00:06 +0000)]
Tidy up a bit.

git-svn-id: svn://localhost/ardour2/branches/3.0@12283 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMaybe fix typename / no-typename problems better.
Carl Hetherington [Tue, 15 May 2012 00:06:33 +0000 (00:06 +0000)]
Maybe fix typename / no-typename problems better.

git-svn-id: svn://localhost/ardour2/branches/3.0@12282 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove bind to shared_ptr.
Carl Hetherington [Tue, 15 May 2012 00:06:26 +0000 (00:06 +0000)]
Remove bind to shared_ptr.

git-svn-id: svn://localhost/ardour2/branches/3.0@12281 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAdd missing file.
Carl Hetherington [Tue, 15 May 2012 00:06:17 +0000 (00:06 +0000)]
Add missing file.

git-svn-id: svn://localhost/ardour2/branches/3.0@12280 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMake ScopedConnectionList's mutex non-static so that one
Carl Hetherington [Tue, 15 May 2012 00:06:06 +0000 (00:06 +0000)]
Make ScopedConnectionList's mutex non-static so that one
list's destruction can cause another without a
deadlock.

git-svn-id: svn://localhost/ardour2/branches/3.0@12279 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMerge old a new signals code into one set of classes.
Carl Hetherington [Tue, 15 May 2012 00:05:57 +0000 (00:05 +0000)]
Merge old a new signals code into one set of classes.

git-svn-id: svn://localhost/ardour2/branches/3.0@12278 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove the need for a shared_ptr for Signal; signal
Carl Hetherington [Tue, 15 May 2012 00:05:25 +0000 (00:05 +0000)]
Remove the need for a shared_ptr for Signal; signal
tells its connections that it's going away, instead.

git-svn-id: svn://localhost/ardour2/branches/3.0@12277 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove debug output.
Carl Hetherington [Tue, 15 May 2012 00:04:36 +0000 (00:04 +0000)]
Remove debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@12276 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoBuild libs/pbd/pbd/signal.h from its generator python
Carl Hetherington [Mon, 14 May 2012 17:46:07 +0000 (17:46 +0000)]
Build libs/pbd/pbd/signal.h from its generator python
script.

git-svn-id: svn://localhost/ardour2/branches/3.0@12268 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove inclusion of boost/signasl2.hpp
Paul Davis [Mon, 14 May 2012 17:46:03 +0000 (17:46 +0000)]
remove inclusion of boost/signasl2.hpp

git-svn-id: svn://localhost/ardour2/branches/3.0@12267 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix --test build on OSX Lion by commenting out code that does not compile
Paul Davis [Mon, 14 May 2012 17:43:52 +0000 (17:43 +0000)]
fix --test build on OSX Lion by commenting out code that does not compile

git-svn-id: svn://localhost/ardour2/branches/3.0@12266 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodrop boost::signals2 and replace with carl's solution which continues to rely on...
Paul Davis [Mon, 14 May 2012 17:18:48 +0000 (17:18 +0000)]
drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this).

git-svn-id: svn://localhost/ardour2/branches/3.0@12265 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done...
Paul Davis [Mon, 14 May 2012 17:07:53 +0000 (17:07 +0000)]
remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition

git-svn-id: svn://localhost/ardour2/branches/3.0@12264 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix for --test build on OSX
Paul Davis [Mon, 14 May 2012 13:34:50 +0000 (13:34 +0000)]
fix for --test build on OSX

git-svn-id: svn://localhost/ardour2/branches/3.0@12262 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAdd test for strange boost-related crash.
Carl Hetherington [Sat, 12 May 2012 19:34:02 +0000 (19:34 +0000)]
Add test for strange boost-related crash.

git-svn-id: svn://localhost/ardour2/branches/3.0@12261 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove errant bracket and maybe-errant comma.
Carl Hetherington [Sat, 12 May 2012 18:53:25 +0000 (18:53 +0000)]
Remove errant bracket and maybe-errant comma.

git-svn-id: svn://localhost/ardour2/branches/3.0@12260 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoproperly teardown entire window for control protocol GUI
Paul Davis [Sat, 12 May 2012 14:25:45 +0000 (14:25 +0000)]
properly teardown entire window for control protocol GUI

git-svn-id: svn://localhost/ardour2/branches/3.0@12259 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofully tear down Mackie GUI when disabling mackie
Paul Davis [Sat, 12 May 2012 14:12:51 +0000 (14:12 +0000)]
fully tear down Mackie GUI when disabling mackie

git-svn-id: svn://localhost/ardour2/branches/3.0@12258 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodon't load symlinks when trying to discover control protocol shared objects
Paul Davis [Sat, 12 May 2012 14:12:23 +0000 (14:12 +0000)]
don't load symlinks when trying to discover control protocol shared objects

git-svn-id: svn://localhost/ardour2/branches/3.0@12257 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoalter computation of inverse constant power curves
Paul Davis [Fri, 11 May 2012 21:51:38 +0000 (21:51 +0000)]
alter computation of inverse constant power curves

git-svn-id: svn://localhost/ardour2/branches/3.0@12255 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove some debug noise from previous commit
Paul Davis [Fri, 11 May 2012 21:33:02 +0000 (21:33 +0000)]
remove some debug noise from previous commit

git-svn-id: svn://localhost/ardour2/branches/3.0@12254 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoswitch to 5 new fade curves, taken from mixbus2 branch. make xfade context menus...
Paul Davis [Fri, 11 May 2012 21:30:36 +0000 (21:30 +0000)]
switch to 5 new fade curves, taken from mixbus2 branch. make xfade context menus functional even though the images are not accurate

git-svn-id: svn://localhost/ardour2/branches/3.0@12253 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoprovide some support for mackie devices like Steinberg's CMCs that do not do the...
Paul Davis [Fri, 11 May 2012 16:04:09 +0000 (16:04 +0000)]
provide some support for mackie devices like Steinberg's CMCs that do not do the normal Mackie spec handshaking

git-svn-id: svn://localhost/ardour2/branches/3.0@12252 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodisable installing a3 for now, so that people don't scratch their heads when it doesn...
Paul Davis [Fri, 11 May 2012 13:01:59 +0000 (13:01 +0000)]
disable installing a3 for now, so that people don't scratch their heads when it doesn't work

git-svn-id: svn://localhost/ardour2/branches/3.0@12251 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agostop crash if an error message is generated before the style RC file is loaded
Paul Davis [Thu, 10 May 2012 22:45:56 +0000 (22:45 +0000)]
stop crash if an error message is generated before the style RC file is loaded

git-svn-id: svn://localhost/ardour2/branches/3.0@12248 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix compilation on Windows. Probably.
David Robillard [Thu, 10 May 2012 21:53:01 +0000 (21:53 +0000)]
Fix compilation on Windows.  Probably.

git-svn-id: svn://localhost/ardour2/branches/3.0@12246 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodon't trim regions in conjunction with xfade trimming unless auto-xfade and full...
Paul Davis [Thu, 10 May 2012 21:40:10 +0000 (21:40 +0000)]
don't trim regions in conjunction with xfade trimming unless auto-xfade and full-overlap-xfades are selected

git-svn-id: svn://localhost/ardour2/branches/3.0@12245 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agorename images used for fades to indicate that they are fades, not xfades (new images...
Paul Davis [Thu, 10 May 2012 19:29:22 +0000 (19:29 +0000)]
rename images used for fades to indicate that they are fades, not xfades (new images for xfades to come)

git-svn-id: svn://localhost/ardour2/branches/3.0@12244 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoincorrect but visible context menu for xfades
Paul Davis [Thu, 10 May 2012 19:14:11 +0000 (19:14 +0000)]
incorrect but visible context menu for xfades

git-svn-id: svn://localhost/ardour2/branches/3.0@12243 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoimplement undo/redo for xfade trimmin
Paul Davis [Thu, 10 May 2012 18:36:05 +0000 (18:36 +0000)]
implement undo/redo for xfade trimmin

git-svn-id: svn://localhost/ardour2/branches/3.0@12242 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotrim a single other region when adjusting xfade length
Paul Davis [Thu, 10 May 2012 18:17:47 +0000 (18:17 +0000)]
trim a single other region when adjusting xfade length

git-svn-id: svn://localhost/ardour2/branches/3.0@12241 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoa number of tweaks to make xfade GUI stuff better in several different ways, notable...
Paul Davis [Thu, 10 May 2012 13:48:23 +0000 (13:48 +0000)]
a number of tweaks to make xfade GUI stuff better in several different ways, notable during region trims and region drags

git-svn-id: svn://localhost/ardour2/branches/3.0@12240 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix height of xfade rendering
Paul Davis [Thu, 10 May 2012 12:26:49 +0000 (12:26 +0000)]
fix height of xfade rendering

git-svn-id: svn://localhost/ardour2/branches/3.0@12239 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoif an xfade involves only 2 regions, clamp its length to the overlap between them
Paul Davis [Thu, 10 May 2012 12:14:26 +0000 (12:14 +0000)]
if an xfade involves only 2 regions, clamp its length to the overlap between them

git-svn-id: svn://localhost/ardour2/branches/3.0@12238 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix dragging of end xfades
Paul Davis [Thu, 10 May 2012 02:50:59 +0000 (02:50 +0000)]
fix dragging of end xfades

git-svn-id: svn://localhost/ardour2/branches/3.0@12237 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agobasic xfade dragging
Paul Davis [Thu, 10 May 2012 00:46:22 +0000 (00:46 +0000)]
basic xfade dragging

git-svn-id: svn://localhost/ardour2/branches/3.0@12236 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoskeleton for crossfade edge dragging
Paul Davis [Wed, 9 May 2012 23:04:18 +0000 (23:04 +0000)]
skeleton for crossfade edge dragging

git-svn-id: svn://localhost/ardour2/branches/3.0@12235 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoi18n-ization
Paul Davis [Wed, 9 May 2012 23:04:02 +0000 (23:04 +0000)]
i18n-ization

git-svn-id: svn://localhost/ardour2/branches/3.0@12234 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoi18n-ization
Paul Davis [Wed, 9 May 2012 23:03:43 +0000 (23:03 +0000)]
i18n-ization

git-svn-id: svn://localhost/ardour2/branches/3.0@12233 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agochange inverse fades when changing fade length
Paul Davis [Wed, 9 May 2012 22:31:07 +0000 (22:31 +0000)]
change inverse fades when changing fade length

git-svn-id: svn://localhost/ardour2/branches/3.0@12232 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocorrectly save & restore xfade state
Paul Davis [Wed, 9 May 2012 22:14:11 +0000 (22:14 +0000)]
correctly save & restore xfade state

git-svn-id: svn://localhost/ardour2/branches/3.0@12231 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocorrect cut-n-paste error in new comments for signals.h
Paul Davis [Wed, 9 May 2012 18:16:12 +0000 (18:16 +0000)]
correct cut-n-paste error in new comments for signals.h

git-svn-id: svn://localhost/ardour2/branches/3.0@12230 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove debug output
Paul Davis [Wed, 9 May 2012 18:15:58 +0000 (18:15 +0000)]
remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@12229 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoadd a (potentially temporary) discover button for mackie devices
Paul Davis [Wed, 9 May 2012 16:44:06 +0000 (16:44 +0000)]
add a (potentially temporary) discover button for mackie devices

git-svn-id: svn://localhost/ardour2/branches/3.0@12228 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoadd some explanatory comments to pbd/signals.h
Paul Davis [Wed, 9 May 2012 16:25:50 +0000 (16:25 +0000)]
add some explanatory comments to pbd/signals.h

git-svn-id: svn://localhost/ardour2/branches/3.0@12226 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRevert accidental commit.
Carl Hetherington [Wed, 9 May 2012 10:36:45 +0000 (10:36 +0000)]
Revert accidental commit.

git-svn-id: svn://localhost/ardour2/branches/3.0@12220 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix critical glib warning if a BaseUI is quit without
Carl Hetherington [Wed, 9 May 2012 10:34:00 +0000 (10:34 +0000)]
Fix critical glib warning if a BaseUI is quit without
being started.

git-svn-id: svn://localhost/ardour2/branches/3.0@12219 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMore text tweaks.
Carl Hetherington [Wed, 9 May 2012 10:33:54 +0000 (10:33 +0000)]
More text tweaks.

git-svn-id: svn://localhost/ardour2/branches/3.0@12218 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoframework for handling events on the xfade rects
Paul Davis [Tue, 8 May 2012 17:13:59 +0000 (17:13 +0000)]
framework for handling events on the xfade rects

git-svn-id: svn://localhost/ardour2/branches/3.0@12213 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix up overly-persistent active state for control surfaces
Paul Davis [Tue, 8 May 2012 16:25:13 +0000 (16:25 +0000)]
fix up overly-persistent active state for control surfaces

git-svn-id: svn://localhost/ardour2/branches/3.0@12212 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodefine ARDOUR_{MIDIMAPS,MCP}_PATH for bundles and for ./ardev and its cousins, so...
Paul Davis [Tue, 8 May 2012 15:25:57 +0000 (15:25 +0000)]
define ARDOUR_{MIDIMAPS,MCP}_PATH for bundles and for ./ardev and its cousins, so that we can find MIDI and Mackie support files

git-svn-id: svn://localhost/ardour2/branches/3.0@12211 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agostop using STATIC_PATHS to define system search paths
Paul Davis [Tue, 8 May 2012 15:23:55 +0000 (15:23 +0000)]
stop using STATIC_PATHS to define system search paths

git-svn-id: svn://localhost/ardour2/branches/3.0@12210 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoText tweaks.
Carl Hetherington [Tue, 8 May 2012 01:50:24 +0000 (01:50 +0000)]
Text tweaks.

git-svn-id: svn://localhost/ardour2/branches/3.0@12207 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoPossibly fix crash when creating a new format profile
Carl Hetherington [Tue, 8 May 2012 01:49:35 +0000 (01:49 +0000)]
Possibly fix crash when creating a new format profile
when there are none existing.

git-svn-id: svn://localhost/ardour2/branches/3.0@12206 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMinor tweak to snapshot renaming.
Carl Hetherington [Tue, 8 May 2012 01:49:22 +0000 (01:49 +0000)]
Minor tweak to snapshot renaming.

git-svn-id: svn://localhost/ardour2/branches/3.0@12205 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoBreak slightly long line.
Carl Hetherington [Tue, 8 May 2012 01:48:14 +0000 (01:48 +0000)]
Break slightly long line.

git-svn-id: svn://localhost/ardour2/branches/3.0@12204 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoreturn of the visible xfade rect - doesn't do anything yet, however
Paul Davis [Mon, 7 May 2012 22:56:19 +0000 (22:56 +0000)]
return of the visible xfade rect - doesn't do anything yet, however

git-svn-id: svn://localhost/ardour2/branches/3.0@12203 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agohide xfades while dragging region(s)
Paul Davis [Mon, 7 May 2012 22:02:17 +0000 (22:02 +0000)]
hide xfades while dragging region(s)

git-svn-id: svn://localhost/ardour2/branches/3.0@12202 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse PluginInfo::reconfigurable_io() in the plugin selector dialog
Paul Davis [Mon, 7 May 2012 22:01:54 +0000 (22:01 +0000)]
use PluginInfo::reconfigurable_io() in the plugin selector dialog

git-svn-id: svn://localhost/ardour2/branches/3.0@12201 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agomove ::reconfigurable_io() from Plugin to PluginInfo so that the GUI can offer correc...
Paul Davis [Mon, 7 May 2012 22:00:42 +0000 (22:00 +0000)]
move ::reconfigurable_io() from Plugin to PluginInfo so that the GUI can offer correct information without having ccess to a Plugin instance

git-svn-id: svn://localhost/ardour2/branches/3.0@12200 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix region context menu fade items to reflect reality.
Carl Hetherington [Mon, 7 May 2012 12:03:26 +0000 (12:03 +0000)]
Fix region context menu fade items to reflect reality.

git-svn-id: svn://localhost/ardour2/branches/3.0@12197 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMinor text tweak.
Carl Hetherington [Mon, 7 May 2012 12:03:20 +0000 (12:03 +0000)]
Minor text tweak.

git-svn-id: svn://localhost/ardour2/branches/3.0@12196 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotweak MCP search paths
Paul Davis [Sat, 5 May 2012 20:29:46 +0000 (20:29 +0000)]
tweak MCP search paths

git-svn-id: svn://localhost/ardour2/branches/3.0@12195 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agochange detection system for liblo to use pkgconfig and test in only one place
Paul Davis [Sat, 5 May 2012 20:04:30 +0000 (20:04 +0000)]
change detection system for liblo to use pkgconfig and test in only one place

git-svn-id: svn://localhost/ardour2/branches/3.0@12194 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agomoron
Paul Davis [Sat, 5 May 2012 18:14:50 +0000 (18:14 +0000)]
moron

git-svn-id: svn://localhost/ardour2/branches/3.0@12193 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotry setting FONTCONFIG_PATH to make fontconfig look in the right place for linux...
Paul Davis [Sat, 5 May 2012 18:12:54 +0000 (18:12 +0000)]
try setting FONTCONFIG_PATH to make fontconfig look in the right place for linux bundles

git-svn-id: svn://localhost/ardour2/branches/3.0@12192 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoslightly improved (wink) version of fontconfig bundled fix
Paul Davis [Sat, 5 May 2012 15:36:28 +0000 (15:36 +0000)]
slightly improved (wink) version of fontconfig bundled fix

git-svn-id: svn://localhost/ardour2/branches/3.0@12191 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix up unexpected situation with fontconfig in our packages
Paul Davis [Sat, 5 May 2012 14:16:13 +0000 (14:16 +0000)]
fix up unexpected situation with fontconfig in our packages

git-svn-id: svn://localhost/ardour2/branches/3.0@12190 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agobundle mackie control stuff into the package
Paul Davis [Fri, 4 May 2012 14:35:39 +0000 (14:35 +0000)]
bundle mackie control stuff into the package

git-svn-id: svn://localhost/ardour2/branches/3.0@12187 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix a problem with stripping dependent libs
Paul Davis [Fri, 4 May 2012 13:51:32 +0000 (13:51 +0000)]
fix a problem with stripping dependent libs

git-svn-id: svn://localhost/ardour2/branches/3.0@12186 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoadjust to new svn revision string format in svn_revision.cc
Paul Davis [Fri, 4 May 2012 13:44:27 +0000 (13:44 +0000)]
adjust to new svn revision string format in svn_revision.cc

git-svn-id: svn://localhost/ardour2/branches/3.0@12185 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotweak how we find clearlooks when packaging
Paul Davis [Fri, 4 May 2012 13:05:58 +0000 (13:05 +0000)]
tweak how we find clearlooks when packaging

git-svn-id: svn://localhost/ardour2/branches/3.0@12182 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse pkg-config to find curl and assume that version 7.X has curl_global_init
Paul Davis [Fri, 4 May 2012 12:59:05 +0000 (12:59 +0000)]
use pkg-config to find curl and assume that version 7.X has curl_global_init

git-svn-id: svn://localhost/ardour2/branches/3.0@12181 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agopotential fix for ./waf configure problems introduced last night
Paul Davis [Fri, 4 May 2012 12:29:43 +0000 (12:29 +0000)]
potential fix for ./waf configure problems introduced last night

git-svn-id: svn://localhost/ardour2/branches/3.0@12180 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agore-re-tweak noderun script
Paul Davis [Fri, 4 May 2012 03:36:47 +0000 (03:36 +0000)]
re-re-tweak noderun script

git-svn-id: svn://localhost/ardour2/branches/3.0@12179 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agore-tweak noderun script
Paul Davis [Fri, 4 May 2012 03:36:09 +0000 (03:36 +0000)]
re-tweak noderun script

git-svn-id: svn://localhost/ardour2/branches/3.0@12178 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotweak noderun script
Paul Davis [Fri, 4 May 2012 03:35:30 +0000 (03:35 +0000)]
tweak noderun script

git-svn-id: svn://localhost/ardour2/branches/3.0@12177 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotry to use --also-libdir to try to find curl, part 3
Paul Davis [Fri, 4 May 2012 02:49:12 +0000 (02:49 +0000)]
try to use --also-libdir to try to find curl, part 3

git-svn-id: svn://localhost/ardour2/branches/3.0@12173 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotry to use --also-libdir to try to find curl, part 2
Paul Davis [Fri, 4 May 2012 02:48:00 +0000 (02:48 +0000)]
try to use --also-libdir to try to find curl, part 2

git-svn-id: svn://localhost/ardour2/branches/3.0@12172 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotry to use --also-libdir to try to find curl
Paul Davis [Fri, 4 May 2012 02:46:42 +0000 (02:46 +0000)]
try to use --also-libdir to try to find curl

git-svn-id: svn://localhost/ardour2/branches/3.0@12171 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoprovide a way to add additional libraries so that we can find libs that (stupidly...
Paul Davis [Fri, 4 May 2012 02:43:22 +0000 (02:43 +0000)]
provide a way to add additional libraries so that we can find libs that (stupidly) do not use pkg-config and are not installed in "standard" locations

git-svn-id: svn://localhost/ardour2/branches/3.0@12170 d708f5d6-7413-0410-9779-e7cbd77b26cf