ardour.git
12 years agoAdd warnings for overwriting marker files
Sakari Bergen [Sun, 22 Jan 2012 18:02:27 +0000 (18:02 +0000)]
Add warnings for overwriting marker files

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

12 years agoFor now, only use the multi-threaded process code if we are
Carl Hetherington [Sun, 22 Jan 2012 12:28:49 +0000 (12:28 +0000)]
For now, only use the multi-threaded process code if we are
using >1 processor for DSP; this involves making the DSP
use setting only take effect on a restart of Ardour.

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

12 years agoPatch from anrug to always put a PERFORMER field in TOC
Carl Hetherington [Sun, 22 Jan 2012 10:43:37 +0000 (10:43 +0000)]
Patch from anrug to always put a PERFORMER field in TOC
files (#4649).

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

12 years agoAdd option to use plugin GUIs or Ardour generic ones.
Carl Hetherington [Sun, 22 Jan 2012 10:18:37 +0000 (10:18 +0000)]
Add option to use plugin GUIs or Ardour generic ones.

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

12 years agoUse a button in the processor box for toggle parameters.
Carl Hetherington [Sat, 21 Jan 2012 22:54:36 +0000 (22:54 +0000)]
Use a button in the processor box for toggle parameters.

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

12 years agoRemove unused declaration.
Carl Hetherington [Sat, 21 Jan 2012 22:54:22 +0000 (22:54 +0000)]
Remove unused declaration.

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

12 years agoRestore option to open a plugin editor built by Ardour,
Carl Hetherington [Sat, 21 Jan 2012 22:10:07 +0000 (22:10 +0000)]
Restore option to open a plugin editor built by Ardour,
rather than by the plugin; I erroneously removed this
option in a previous commit.

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

12 years agoAllow individual plugin controls to be shown / hidden.
Carl Hetherington [Sat, 21 Jan 2012 20:32:13 +0000 (20:32 +0000)]
Allow individual plugin controls to be shown / hidden.

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

12 years agoReinstate user Controllable values, as they are needed
Carl Hetherington [Sat, 21 Jan 2012 16:38:56 +0000 (16:38 +0000)]
Reinstate user Controllable values, as they are needed
for gain (which I forgot about).

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

12 years agoAdd a send amp's gain control as a send controllable.
Carl Hetherington [Sat, 21 Jan 2012 16:38:45 +0000 (16:38 +0000)]
Add a send amp's gain control as a send controllable.
Tweak AutomationControl now that PBD::Controllable has
a default implementation of user_to_ui and ui_to_user.
Add correct implementations of these methods to
Amp::GainControl.  Hence allow SendProcessorEntry to
use the generic mini-fader-adding code from
ProcessorEntry.

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

12 years agoRemove unused code.
Carl Hetherington [Sat, 21 Jan 2012 16:38:08 +0000 (16:38 +0000)]
Remove unused code.

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

12 years agoremove whitespace (and test committing)
Taybin Rutkin [Sat, 21 Jan 2012 04:25:53 +0000 (04:25 +0000)]
remove whitespace (and test committing)

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

12 years agoRemove unused code.
Carl Hetherington [Sat, 21 Jan 2012 02:42:53 +0000 (02:42 +0000)]
Remove unused code.

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

12 years agoSimple approach to putting plugin controls into the
Carl Hetherington [Fri, 20 Jan 2012 18:02:48 +0000 (18:02 +0000)]
Simple approach to putting plugin controls into the
processor box.

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

12 years agoSimplify GUIOBjectState a bit by just walking the XML
Carl Hetherington [Fri, 20 Jan 2012 18:02:43 +0000 (18:02 +0000)]
Simplify GUIOBjectState a bit by just walking the XML
directly rather than maintaining internal data
structures.

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

12 years agoRemove unused concept of user' values. Make user_to_ui
Carl Hetherington [Fri, 20 Jan 2012 18:02:36 +0000 (18:02 +0000)]
Remove unused concept of user' values.  Make user_to_ui
and ui_to_user virtual members of PBD::Controllable.

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

12 years agotweak up the region context menu quite a bit
Paul Davis [Fri, 20 Jan 2012 15:53:41 +0000 (15:53 +0000)]
tweak up the region context menu quite a bit

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

12 years agomake dbl-click on send toggle back *and* forth between send/regular strip display
Paul Davis [Fri, 20 Jan 2012 15:53:21 +0000 (15:53 +0000)]
make dbl-click on send toggle back *and* forth between send/regular strip display

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

12 years agofix cheat-sheet text for set-playhead
Paul Davis [Fri, 20 Jan 2012 15:52:48 +0000 (15:52 +0000)]
fix cheat-sheet text for set-playhead

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

12 years agorest of engine dialgo changes
Paul Davis [Fri, 20 Jan 2012 15:38:08 +0000 (15:38 +0000)]
rest of engine dialgo changes

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

12 years agominor tweaks for engine dialog (remove channel counts, tweak sensitivity)
Paul Davis [Fri, 20 Jan 2012 15:35:24 +0000 (15:35 +0000)]
minor tweaks for engine dialog (remove channel counts, tweak sensitivity)

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

12 years agoheuristic to workaround over-eager translation of NN000Hz as NN kHz
Paul Davis [Fri, 20 Jan 2012 15:08:44 +0000 (15:08 +0000)]
heuristic to workaround over-eager translation of NN000Hz as NN kHz

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

12 years agoslightly more efficient implementation of Graph::in_process_thread()
Paul Davis [Fri, 20 Jan 2012 14:35:02 +0000 (14:35 +0000)]
slightly more efficient implementation of Graph::in_process_thread()

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

12 years agoreverse prior commit, which causes a deadlock between IO::enable_connecting() and...
Paul Davis [Fri, 20 Jan 2012 14:34:47 +0000 (14:34 +0000)]
reverse prior commit, which causes a deadlock between IO::enable_connecting() and Route::add_send_to_internal_return() - issue needs a fix

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

12 years agofix an assert failure due to incorrect process locking when adding a send
Paul Davis [Fri, 20 Jan 2012 13:47:08 +0000 (13:47 +0000)]
fix an assert failure due to incorrect process locking when adding a send

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

12 years agopatch from colinf to make dbl-click on send "box" map its controls to the strip;...
Paul Davis [Fri, 20 Jan 2012 03:39:45 +0000 (03:39 +0000)]
patch from colinf to make dbl-click on send "box" map its controls to the strip; remove related stub functions from ProcessorBox; fix crash when removing send due to the process lock not being held

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

12 years agomake mouse range mode do something interesting when in internal/note edit mode. not...
Paul Davis [Fri, 20 Jan 2012 02:54:23 +0000 (02:54 +0000)]
make mouse range mode do something interesting when in internal/note edit mode. not entirely finished because the usual modifiers to add/extend the selection don't work correctly. note that this works both on the scroomer (where the modifiers do work correctly) and in the track (where they do not)

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

12 years agoif creating the splash fails for any reason, don't crash later when trying to use it
Paul Davis [Thu, 19 Jan 2012 22:25:03 +0000 (22:25 +0000)]
if creating the splash fails for any reason, don't crash later when trying to use it

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

12 years agoinclude splash image in OS X package
Paul Davis [Thu, 19 Jan 2012 22:24:07 +0000 (22:24 +0000)]
include splash image in OS X package

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

12 years agomore fixups of various things including cursors when note editing. in particular...
Paul Davis [Thu, 19 Jan 2012 22:23:28 +0000 (22:23 +0000)]
more fixups of various things including cursors when note editing. in particular, don't needlessly reset the cursor during a drag. note insertion with ctrl pressed now only works if in MouseObject mode.

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

12 years agonew mouse mode (Draw (notes)); switch into internal mode when draw is selected; notab...
Paul Davis [Thu, 19 Jan 2012 15:23:51 +0000 (15:23 +0000)]
new mouse mode (Draw (notes)); switch into internal mode when draw is selected; notably improve use of dbl-click to enter and exist internal/note edit mode

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

12 years agoenter and exit node edit mode with dbl-click in any MIDI region
Paul Davis [Thu, 19 Jan 2012 00:14:58 +0000 (00:14 +0000)]
enter and exit node edit mode with dbl-click in any MIDI region

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

12 years agoadd some more hand-holding language to the startup assistant
Paul Davis [Thu, 19 Jan 2012 00:14:05 +0000 (00:14 +0000)]
add some more hand-holding language to the startup assistant

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

12 years agorestore ability to create TOC and CUE files during export. this is an option in a...
Paul Davis [Wed, 18 Jan 2012 21:56:06 +0000 (21:56 +0000)]
restore ability to create TOC and CUE files during export. this is an option in a given export format, not a per-export choice. so you need export formats with them set (or not) in order to utilize this choice. the resulting CUE/TOC files have not been checked with a burner (e.g. cdrdao) and testing of them would be appreciated - i (paul) have no CD burner h/w

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

12 years agocolinf's 2011-12-08 patch for freesound mootcher (add stop, remove URI, clear barberp...
Paul Davis [Wed, 18 Jan 2012 18:43:43 +0000 (18:43 +0000)]
colinf's 2011-12-08 patch for freesound mootcher (add stop, remove URI, clear barberpole, etc)

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

12 years agofix reload of session with new send naming in place, drop "aux-" prefix from name...
Paul Davis [Wed, 18 Jan 2012 18:37:26 +0000 (18:37 +0000)]
fix reload of session with new send naming in place, drop "aux-" prefix from name of aux sends

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

12 years agofix two major assert failures arising from the optional monitor section commit; separ...
Paul Davis [Wed, 18 Jan 2012 17:51:57 +0000 (17:51 +0000)]
fix two major assert failures arising from the optional monitor section commit; separate numbering of aux sends, sends and listens to fix #3671 (still testing, but the assert failures are critical)

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

12 years agominor edit (#4540)
Paul Davis [Wed, 18 Jan 2012 16:56:05 +0000 (16:56 +0000)]
minor edit (#4540)

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

12 years agoTweak labels (#4632).
Carl Hetherington [Wed, 18 Jan 2012 02:22:37 +0000 (02:22 +0000)]
Tweak labels (#4632).

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

12 years agoCatch exception thrown by SMF code when it cannot write
Carl Hetherington [Wed, 18 Jan 2012 02:10:40 +0000 (02:10 +0000)]
Catch exception thrown by SMF code when it cannot write
to a file (#4640).

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

12 years agoMake contents of region properties dialogue expand with
Carl Hetherington [Wed, 18 Jan 2012 02:10:31 +0000 (02:10 +0000)]
Make contents of region properties dialogue expand with
the window (#4639).

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

12 years agonew file, a small idea
Paul Davis [Wed, 18 Jan 2012 01:34:53 +0000 (01:34 +0000)]
new file, a small idea

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

12 years agomake monitor section an optional feature than can be added/removed as needed. this...
Paul Davis [Wed, 18 Jan 2012 01:30:44 +0000 (01:30 +0000)]
make monitor section an optional feature than can be added/removed as needed. this is a big commit, and breakage is possible. it has been moderately tested. this commit also locks the remote control ID of the master bus to 318 and the monitor section (if any) to 319. the numbers are based on MIDI Machine Control limits

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

12 years agofix initial filling out of tempo bars|beats map after loading from XML by extending...
Paul Davis [Tue, 17 Jan 2012 22:32:25 +0000 (22:32 +0000)]
fix initial filling out of tempo bars|beats map after loading from XML by extending it (at least) to the last tempo/meter metric

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

12 years agoFix unutterably terrible thinko in previous commit.
Carl Hetherington [Tue, 17 Jan 2012 16:54:09 +0000 (16:54 +0000)]
Fix unutterably terrible thinko in previous commit.

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

12 years agoadd more debugging to track/spot/debug mis-use of BeatFramesConverter
Paul Davis [Tue, 17 Jan 2012 05:27:22 +0000 (05:27 +0000)]
add more debugging to track/spot/debug mis-use of BeatFramesConverter

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

12 years agofix bug with tempo computation where passed in positions or offsets are negative
Paul Davis [Tue, 17 Jan 2012 03:00:32 +0000 (03:00 +0000)]
fix bug with tempo computation where passed in positions or offsets are negative

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

12 years agoadjust to new template structure in OS X packaging tool (note: this was in place...
Paul Davis [Mon, 16 Jan 2012 14:52:10 +0000 (14:52 +0000)]
adjust to new template structure in OS X packaging tool (note: this was in place for 3.0-beta2 and used during packaging but not committed)

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

12 years agoTry to fix previous commit on 32-bit.
Carl Hetherington [Sat, 14 Jan 2012 23:32:03 +0000 (23:32 +0000)]
Try to fix previous commit on 32-bit.

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

12 years agoRemove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitor
Carl Hetherington [Sat, 14 Jan 2012 23:31:55 +0000 (23:31 +0000)]
Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitor
at the start of each cycle; it is set up at the start of Route::process_output_buffers.

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

12 years agoAdd some debug code to time things in the process
Carl Hetherington [Sat, 14 Jan 2012 22:02:59 +0000 (22:02 +0000)]
Add some debug code to time things in the process
thread(s).

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

12 years agoTrim some lock / unlock cycles on the trigger mutex.
Carl Hetherington [Sat, 14 Jan 2012 22:02:26 +0000 (22:02 +0000)]
Trim some lock / unlock cycles on the trigger mutex.

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

12 years agoRemove unused variables.
Carl Hetherington [Sat, 14 Jan 2012 22:02:14 +0000 (22:02 +0000)]
Remove unused variables.

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

12 years agoFix use of rdtsc on 64-bit (I think).
Carl Hetherington [Sat, 14 Jan 2012 22:02:07 +0000 (22:02 +0000)]
Fix use of rdtsc on 64-bit (I think).

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

12 years agocomplete the do-not-free-data-from-getmntinfo() fix
Paul Davis [Wed, 11 Jan 2012 18:14:18 +0000 (18:14 +0000)]
complete the do-not-free-data-from-getmntinfo() fix

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

12 years agofix GTK_PATH in binary bundle (not fully tested)
Paul Davis [Wed, 11 Jan 2012 17:15:54 +0000 (17:15 +0000)]
fix GTK_PATH in binary bundle (not fully tested)

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

12 years agofix latency compensation for the click
Paul Davis [Wed, 11 Jan 2012 14:36:46 +0000 (14:36 +0000)]
fix latency compensation for the click

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

12 years agoFix previous commit.
Carl Hetherington [Tue, 10 Jan 2012 23:51:47 +0000 (23:51 +0000)]
Fix previous commit.

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

12 years agoReinstate command line option to hide splash screen.
Carl Hetherington [Tue, 10 Jan 2012 23:42:42 +0000 (23:42 +0000)]
Reinstate command line option to hide splash screen.

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

12 years agoRemove unused _process_callback method.
Carl Hetherington [Tue, 10 Jan 2012 23:39:39 +0000 (23:39 +0000)]
Remove unused _process_callback method.

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

12 years agothe return of the splash, with a few changes to help with window layering a little
Paul Davis [Tue, 10 Jan 2012 18:21:39 +0000 (18:21 +0000)]
the return of the splash, with a few changes to help with window layering a little

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

12 years agochange tooltip of automation button for MIDI tracks to give hint that its also about...
Paul Davis [Tue, 10 Jan 2012 15:53:33 +0000 (15:53 +0000)]
change tooltip of automation button for MIDI tracks to give hint that its also about controllers

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

12 years agoReplace images with not washed out ones.
Carl Hetherington [Tue, 10 Jan 2012 15:20:54 +0000 (15:20 +0000)]
Replace images with not washed out ones.

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

12 years agoMissing screenshots.
Carl Hetherington [Tue, 10 Jan 2012 14:51:04 +0000 (14:51 +0000)]
Missing screenshots.

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

12 years agoremove some verbiage when creating audiofile sources 3.0-beta2
Paul Davis [Tue, 10 Jan 2012 01:57:33 +0000 (01:57 +0000)]
remove some verbiage when creating audiofile sources

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

12 years agofix auditioning (bystander casualty of monitoring fixes)
Paul Davis [Mon, 9 Jan 2012 22:25:18 +0000 (22:25 +0000)]
fix auditioning (bystander casualty of monitoring fixes)

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

12 years agofix nasty memory-related crashes caused by not noticing a bug in getmntinfo() on...
Paul Davis [Mon, 9 Jan 2012 22:02:10 +0000 (22:02 +0000)]
fix nasty memory-related crashes caused by not noticing a bug in getmntinfo() on OS X, which disallows free()-ing memory allocated by that function

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

12 years agochange config dir on OS X to ~/Library/Preferences/Ardour3
Paul Davis [Mon, 9 Jan 2012 19:35:01 +0000 (19:35 +0000)]
change config dir on OS X to ~/Library/Preferences/Ardour3

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

12 years agochange default binding for import to be PRIMARY-i because its really an action not...
Paul Davis [Mon, 9 Jan 2012 19:34:28 +0000 (19:34 +0000)]
change default binding for import to be PRIMARY-i because its really an action not a window

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

12 years agoDon't redraw the summary every time the playhead moves (if it hasn't moved visibly...
Carl Hetherington [Mon, 9 Jan 2012 18:03:49 +0000 (18:03 +0000)]
Don't redraw the summary every time the playhead moves (if it hasn't moved visibly on the summary), and only redraw the bit that has changed when it does happen.

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

12 years agoadd MIDITrack specific ::monitoring_state() method
Paul Davis [Mon, 9 Jan 2012 16:43:30 +0000 (16:43 +0000)]
add MIDITrack specific ::monitoring_state() method

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

12 years agoreduce Processor debug tag verbosity
Paul Davis [Mon, 9 Jan 2012 16:43:09 +0000 (16:43 +0000)]
reduce Processor debug tag verbosity

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

12 years agouse system/gtk default font on OS X, rather than specifying Lucida Grande; make large...
Paul Davis [Mon, 9 Jan 2012 16:13:16 +0000 (16:13 +0000)]
use system/gtk default font on OS X, rather than specifying Lucida Grande; make large_bold_text use the LARGE size, not BIGGER

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

12 years agoremove some debug io from the Processors tag that is not really related to processors...
Paul Davis [Mon, 9 Jan 2012 16:11:40 +0000 (16:11 +0000)]
remove some debug io from the Processors tag that is not really related to processors at all

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

12 years agoanother AU-specific tempo fix
Paul Davis [Mon, 9 Jan 2012 16:10:59 +0000 (16:10 +0000)]
another AU-specific tempo fix

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

12 years agoFix typo.
Carl Hetherington [Mon, 9 Jan 2012 01:59:52 +0000 (01:59 +0000)]
Fix typo.

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

12 years agoAccount for ProcessorEntry::_processor being 0 in a few places; remove unused Process...
Carl Hetherington [Mon, 9 Jan 2012 01:33:24 +0000 (01:33 +0000)]
Account for ProcessorEntry::_processor being 0 in a few places; remove unused ProcessorBox::build_processor_tooltip.

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

12 years agoRemove an unnecessary assert that now trips.
Carl Hetherington [Sun, 8 Jan 2012 20:27:34 +0000 (20:27 +0000)]
Remove an unnecessary assert that now trips.

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

12 years agodon't allow/create non-beat aligned tempo changes in response to meter changes. round...
Paul Davis [Sun, 8 Jan 2012 17:19:29 +0000 (17:19 +0000)]
don't allow/create non-beat aligned tempo changes in response to meter changes. round the position of a tempo change the earlier beat that it would have followed according to its bar_offset value

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

12 years agodon't hide the "auto" box transport bar buttons (sync, auto-return etc) if the screen...
Paul Davis [Sun, 8 Jan 2012 17:14:31 +0000 (17:14 +0000)]
don't hide the "auto" box transport bar buttons (sync, auto-return etc) if the screen is small

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

12 years agofix up a few zero-boundary condition errors in TempoMap
Paul Davis [Sun, 8 Jan 2012 16:53:34 +0000 (16:53 +0000)]
fix up a few zero-boundary condition errors in TempoMap

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

12 years agosimplify and legalize call to TempoMap::get_grid() when getting grid points
Paul Davis [Sun, 8 Jan 2012 16:53:11 +0000 (16:53 +0000)]
simplify and legalize call to TempoMap::get_grid() when getting grid points

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

12 years agosort debug options
Paul Davis [Sun, 8 Jan 2012 16:38:49 +0000 (16:38 +0000)]
sort debug options

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

12 years agotempo map debugging with dlp
Paul Davis [Sun, 8 Jan 2012 16:20:54 +0000 (16:20 +0000)]
tempo map debugging with dlp

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

12 years agoadd operator!= for BBT_Time
Paul Davis [Sat, 7 Jan 2012 17:11:17 +0000 (17:11 +0000)]
add operator!= for BBT_Time

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

12 years agoadd an empty ProcessorEntry before the fader if there are no pre-fader processors...
Paul Davis [Sat, 7 Jan 2012 17:10:18 +0000 (17:10 +0000)]
add an empty ProcessorEntry before the fader if there are no pre-fader processors, to strongly visually indicate that you can insert new processors there; add back a fixed, static tooltip for the processor box

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

12 years agoadd sixteenths as note type for tempo and meter; fix cursor color, selection color...
Paul Davis [Sat, 7 Jan 2012 15:28:58 +0000 (15:28 +0000)]
add sixteenths as note type for tempo and meter; fix cursor color, selection color etc, for tempo & meter dialogs

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

12 years agowhen moving tempo and metric sections around (or adding new ones), prevent the existe...
Paul Davis [Sat, 7 Jan 2012 15:18:27 +0000 (15:18 +0000)]
when moving tempo and metric sections around (or adding new ones), prevent the existence of two tempo markers within the same beat, as well as two meter markers within the same bar (though i think this was prevented already by snapping meter sections to beat=1; make round_to_beats() work when dir==0 ("true rounding"); a bit of code cleanup

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

12 years agorest of the color change for the MIDI channel selector, missed this yesterday
Paul Davis [Sat, 7 Jan 2012 15:10:54 +0000 (15:10 +0000)]
rest of the color change for the MIDI channel selector, missed this yesterday

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

12 years agosnap tempo marker drags to the nearest beat
Paul Davis [Sat, 7 Jan 2012 15:10:31 +0000 (15:10 +0000)]
snap tempo marker drags to the nearest beat

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

12 years agofix positioning of grid line after a non-beat aligned tempo change
Paul Davis [Sat, 7 Jan 2012 02:44:41 +0000 (02:44 +0000)]
fix positioning of grid line after a non-beat aligned tempo change

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

12 years agoa better fix for timestamping non-beat-aligned tempo changes
Paul Davis [Sat, 7 Jan 2012 00:16:28 +0000 (00:16 +0000)]
a better fix for timestamping non-beat-aligned tempo changes

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

12 years agoremove extra TempoMap::dump() call
Paul Davis [Fri, 6 Jan 2012 22:56:58 +0000 (22:56 +0000)]
remove extra TempoMap::dump() call

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

12 years agore-adjust computation of non-beat aligned tempo change
Paul Davis [Fri, 6 Jan 2012 22:50:34 +0000 (22:50 +0000)]
re-adjust computation of non-beat aligned tempo change

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

12 years agoadjust computation of non-beat aligned tempo change, and let TempoMap::dump() be...
Paul Davis [Fri, 6 Jan 2012 22:36:00 +0000 (22:36 +0000)]
adjust computation of non-beat aligned tempo change, and let TempoMap::dump() be used "wherever"

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

12 years agofix frame/beat walking to pass unit tests
Paul Davis [Fri, 6 Jan 2012 20:29:41 +0000 (20:29 +0000)]
fix frame/beat walking to pass unit tests

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

12 years agoremove messages when tempo map is not available in RT context
Paul Davis [Fri, 6 Jan 2012 20:29:18 +0000 (20:29 +0000)]
remove messages when tempo map is not available in RT context

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

12 years agotwiddle with one test explanation to help paul reason about it
Paul Davis [Fri, 6 Jan 2012 20:28:40 +0000 (20:28 +0000)]
twiddle with one test explanation to help paul reason about it

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

12 years agodull down the MIDI channel selector buttons to avoid sensory overload
Paul Davis [Fri, 6 Jan 2012 19:18:09 +0000 (19:18 +0000)]
dull down the MIDI channel selector buttons to avoid sensory overload

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

12 years agopartially revert some of the recent work on tempo to reflect new understanding of...
Paul Davis [Fri, 6 Jan 2012 16:39:40 +0000 (16:39 +0000)]
partially revert some of the recent work on tempo to reflect new understanding of the problem. behaviour is now believed to be totally correct but awaiting a bit more testing

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