ardour.git
13 years agoFix undo of timestretch (#3905).
Carl Hetherington [Mon, 16 May 2011 20:13:03 +0000 (20:13 +0000)]
Fix undo of timestretch (#3905).

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

13 years agoMinor coding style fix and comment addition.
Carl Hetherington [Mon, 16 May 2011 20:12:45 +0000 (20:12 +0000)]
Minor coding style fix and comment addition.

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

13 years agoUpdate to French translation from Roming22-FR (#4046).
Carl Hetherington [Mon, 16 May 2011 18:58:10 +0000 (18:58 +0000)]
Update to French translation from Roming22-FR (#4046).

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

13 years agoMake MIDI channel selector button colours more distinct (#3772).
Carl Hetherington [Mon, 16 May 2011 18:18:13 +0000 (18:18 +0000)]
Make MIDI channel selector button colours more distinct (#3772).

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

13 years agoUpdate wscripts for portability and steps towards waf 1.6 migration.
David Robillard [Mon, 16 May 2011 18:02:38 +0000 (18:02 +0000)]
Update wscripts for portability and steps towards waf 1.6 migration.
Use obj.defines and obj.includes instead of c[xx]flags (more compiler portable).
Use lists instead of space delimited strings (more flexible and waf 1.6 compatible).
Fix crazy long lines.

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

13 years agoDon't check for SLV2 if Lilv is found
David Robillard [Mon, 16 May 2011 17:12:57 +0000 (17:12 +0000)]
Don't check for SLV2 if Lilv is found

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

13 years agorefactor playlist sources to allow for MIDI and upcoming work on save/restore
Paul Davis [Mon, 16 May 2011 15:49:26 +0000 (15:49 +0000)]
refactor playlist sources to allow for MIDI and upcoming work on save/restore

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

13 years agoSet up _last_cut_copy_source_track on copying automation points. Should help with...
Carl Hetherington [Mon, 16 May 2011 15:30:21 +0000 (15:30 +0000)]
Set up _last_cut_copy_source_track on copying automation points.  Should help with #3863.

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

13 years agosane naming scheme for combined regions; fix deadlock when nesting to more than one...
Paul Davis [Mon, 16 May 2011 13:06:55 +0000 (13:06 +0000)]
sane naming scheme for combined regions; fix deadlock when nesting to more than one level

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

13 years agovery basic Join (regions) editing operation. not finished yet, no undoable, no sensib...
Paul Davis [Mon, 16 May 2011 02:17:58 +0000 (02:17 +0000)]
very basic Join (regions) editing operation. not finished yet, no undoable, no sensible name for new region, etc. etc

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

13 years agouse emacs to indent ardour.menus; add Join (regions) item
Paul Davis [Mon, 16 May 2011 02:16:20 +0000 (02:16 +0000)]
use emacs to indent ardour.menus; add Join (regions) item

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

13 years agoSupport compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.
David Robillard [Sun, 15 May 2011 23:10:13 +0000 (23:10 +0000)]
Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.
Fix ticket #0004041.

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

13 years agoMove SLV2-independent LV2 persist state implementation to lv2_state.h.
David Robillard [Sat, 14 May 2011 21:44:47 +0000 (21:44 +0000)]
Move SLV2-independent LV2 persist state implementation to lv2_state.h.

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

13 years agoCompletely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.
David Robillard [Sat, 14 May 2011 21:05:26 +0000 (21:05 +0000)]
Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.

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

13 years agoMake LV2World local to lv2_plugin.cc
David Robillard [Sat, 14 May 2011 19:55:46 +0000 (19:55 +0000)]
Make LV2World local to lv2_plugin.cc

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

13 years agoRemove LV2Plugin::slv2_port.
David Robillard [Sat, 14 May 2011 18:54:45 +0000 (18:54 +0000)]
Remove LV2Plugin::slv2_port.

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

13 years agoGeneric scale points API.
David Robillard [Sat, 14 May 2011 18:43:34 +0000 (18:43 +0000)]
Generic scale points API.
Hide scale points implementation inside specific Plugin subclass.
Don't needlessley/slowly get scale points twice for each port while building UI.
Remove dependence on specific plugin types from GenericPluginUI.

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

13 years agoUse LV2_SUPPORT define instead of HAVE_SLV2.
David Robillard [Sat, 14 May 2011 17:59:16 +0000 (17:59 +0000)]
Use LV2_SUPPORT define instead of HAVE_SLV2.

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

13 years agomake sure Edit property of RouteGroup is enabled when doing a few different playlist...
Paul Davis [Fri, 13 May 2011 20:57:13 +0000 (20:57 +0000)]
make sure Edit property of RouteGroup is enabled when doing a few different playlist and other ops and applying them to the group

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

13 years agoinitial volley of work for AudioPlaylistSource, the basic prototype for sources-that...
Paul Davis [Fri, 13 May 2011 19:55:52 +0000 (19:55 +0000)]
initial volley of work for AudioPlaylistSource, the basic prototype for sources-that-are-nested

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

13 years agoinitial volley of work for AudioPlaylistSource, the basic prototype for sources-that...
Paul Davis [Fri, 13 May 2011 19:55:39 +0000 (19:55 +0000)]
initial volley of work for AudioPlaylistSource, the basic prototype for sources-that-are-nested

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

13 years agoReturn shuttle speed to previous value on release after sprung grab (#4039).
Carl Hetherington [Fri, 13 May 2011 17:25:02 +0000 (17:25 +0000)]
Return shuttle speed to previous value on release after sprung grab (#4039).

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

13 years agoFix update of session range location on copy-dragging regions (#4038).
Carl Hetherington [Thu, 12 May 2011 21:29:27 +0000 (21:29 +0000)]
Fix update of session range location on copy-dragging regions (#4038).

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

13 years agoremove unused fade_source member of AudioDiskstream
Paul Davis [Thu, 12 May 2011 14:59:11 +0000 (14:59 +0000)]
remove unused fade_source member of AudioDiskstream

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

13 years agonew debug trace in ::start_transport(); add a new emission of TransportStateChange...
Paul Davis [Thu, 12 May 2011 00:17:51 +0000 (00:17 +0000)]
new debug trace in ::start_transport(); add a new emission of TransportStateChange to keep GUI up to date when varispeeding

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

13 years agoremove unused SHUTTLE_FRACT constant
Paul Davis [Thu, 12 May 2011 00:17:02 +0000 (00:17 +0000)]
remove unused SHUTTLE_FRACT constant

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

13 years agomake instruments/generators do the right thing when bypassed
Paul Davis [Thu, 12 May 2011 00:16:16 +0000 (00:16 +0000)]
make instruments/generators do the right thing when bypassed

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

13 years agofix minor type error
Paul Davis [Thu, 12 May 2011 00:01:46 +0000 (00:01 +0000)]
fix minor type error

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

13 years agoFix previous patch using Ben's patch from A2 to fix #4035 properly.
Carl Hetherington [Wed, 11 May 2011 22:26:13 +0000 (22:26 +0000)]
Fix previous patch using Ben's patch from A2 to fix #4035 properly.

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

13 years agoReset fades on regions copied from time ranges in other regions (#4035).
Carl Hetherington [Wed, 11 May 2011 15:58:09 +0000 (15:58 +0000)]
Reset fades on regions copied from time ranges in other regions (#4035).

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

13 years agoFix compiler warning.
Carl Hetherington [Wed, 11 May 2011 15:57:49 +0000 (15:57 +0000)]
Fix compiler warning.

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

13 years agoCope with tracks having order keys higher than the number of tracks; although I'm...
Carl Hetherington [Wed, 11 May 2011 14:15:32 +0000 (14:15 +0000)]
Cope with tracks having order keys higher than the number of tracks; although I'm not quite sure how this happens.  Fixes #4037.

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

13 years agoFix crash when clicking on a hit (may be #4036).
Carl Hetherington [Wed, 11 May 2011 11:55:36 +0000 (11:55 +0000)]
Fix crash when clicking on a hit (may be #4036).

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

13 years agoAdd missing GPL boilerplate.
Carl Hetherington [Wed, 11 May 2011 11:55:23 +0000 (11:55 +0000)]
Add missing GPL boilerplate.

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

13 years agoEnsure that empty drag-created MIDI regions get a file on disk so that there aren...
Carl Hetherington [Sun, 8 May 2011 23:45:33 +0000 (23:45 +0000)]
Ensure that empty drag-created MIDI regions get a file on disk so that there aren't missing file errors on reload (#4024).

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

13 years agoMake a new write source when the diskstream name changes so that sources don't get...
Carl Hetherington [Sun, 8 May 2011 23:45:26 +0000 (23:45 +0000)]
Make a new write source when the diskstream name changes so that sources don't get a name which includes the old name.

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

13 years agoAdd a GUI to set the number of active extenders for the Mackie control surface.
Carl Hetherington [Thu, 5 May 2011 22:44:50 +0000 (22:44 +0000)]
Add a GUI to set the number of active extenders for the Mackie control surface.

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

13 years agoFix non-appearance of MIDI region names (#3891).
Carl Hetherington [Thu, 5 May 2011 14:40:53 +0000 (14:40 +0000)]
Fix non-appearance of MIDI region names (#3891).

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

13 years agoMake GhostRegion a sigc::trackable as MidiGhostRegion connects to signals. Fixes...
Carl Hetherington [Thu, 5 May 2011 13:49:35 +0000 (13:49 +0000)]
Make GhostRegion a sigc::trackable as MidiGhostRegion connects to signals.  Fixes e.g. a crash on track resize after splitting a MIDI region with automation.

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

13 years agoFix marker deletion from 9479 properly.
Carl Hetherington [Thu, 5 May 2011 12:45:24 +0000 (12:45 +0000)]
Fix marker deletion from 9479 properly.

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

13 years agoRe-use locations when setting location list state, so that selected locations are...
Carl Hetherington [Thu, 5 May 2011 12:09:37 +0000 (12:09 +0000)]
Re-use locations when setting location list state, so that selected locations are preserved through an undo (#3929).

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

13 years agoRemove LocationMarker from the editor's lists before deleting it, as the deletion...
Carl Hetherington [Thu, 5 May 2011 12:08:12 +0000 (12:08 +0000)]
Remove LocationMarker from the editor's lists before deleting it, as the deletion causes the contents of the editor's list to be deselected.  May be related to #3929.

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

13 years agoFix display of new tracks.
Carl Hetherington [Wed, 4 May 2011 15:52:15 +0000 (15:52 +0000)]
Fix display of new tracks.

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

13 years agoDisallow Marker copy construction.
Carl Hetherington [Wed, 4 May 2011 15:51:30 +0000 (15:51 +0000)]
Disallow Marker copy construction.

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

13 years agoRemove some unused code.
Carl Hetherington [Wed, 4 May 2011 15:03:35 +0000 (15:03 +0000)]
Remove some unused code.

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

13 years agoFix restoration of connections to control surface ports.
Carl Hetherington [Wed, 4 May 2011 15:00:43 +0000 (15:00 +0000)]
Fix restoration of connections to control surface ports.

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

13 years agoNo-op; coding style.
Carl Hetherington [Wed, 4 May 2011 15:00:30 +0000 (15:00 +0000)]
No-op; coding style.

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

13 years agoFix offset of verbose cursor when dragging fade-ins (#4010).
Carl Hetherington [Wed, 4 May 2011 14:56:24 +0000 (14:56 +0000)]
Fix offset of verbose cursor when dragging fade-ins (#4010).

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

13 years agoDon't alter horizontal padding when shrinking tracks to their minimum height (part...
Carl Hetherington [Wed, 4 May 2011 12:26:32 +0000 (12:26 +0000)]
Don't alter horizontal padding when shrinking tracks to their minimum height (part of #4014).

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

13 years agoFix problems with sessions being saved as foo.ardour.ardour when loaded using the...
Carl Hetherington [Wed, 4 May 2011 11:32:35 +0000 (11:32 +0000)]
Fix problems with sessions being saved as foo.ardour.ardour when loaded using the session file name (#4026).

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

13 years agoDo log/lin mapping for Mackie faders so that they behave like the on-screen ones.
Carl Hetherington [Wed, 4 May 2011 09:22:41 +0000 (09:22 +0000)]
Do log/lin mapping for Mackie faders so that they behave like the on-screen ones.

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

13 years agoUse a timeout to reset faders' in_use flags when in BCF mode (ie with faders that...
Carl Hetherington [Wed, 4 May 2011 09:22:32 +0000 (09:22 +0000)]
Use a timeout to reset faders' in_use flags when in BCF mode (ie with faders that don't support touch).

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

13 years agoFix crash on startup when using BCF mode for the mackie surface.
Carl Hetherington [Wed, 4 May 2011 09:22:23 +0000 (09:22 +0000)]
Fix crash on startup when using BCF mode for the mackie surface.

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

13 years agoAdd small GUI to select Mackie / BCF2000 emulation for the mackie surface.
Carl Hetherington [Wed, 4 May 2011 09:22:11 +0000 (09:22 +0000)]
Add small GUI to select Mackie / BCF2000 emulation for the mackie surface.

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

13 years agoComment typo.
Carl Hetherington [Wed, 4 May 2011 09:21:20 +0000 (09:21 +0000)]
Comment typo.

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

13 years agoFix non-appearing track names when opening sessions with minimum track height (part...
Carl Hetherington [Tue, 3 May 2011 18:40:23 +0000 (18:40 +0000)]
Fix non-appearing track names when opening sessions with minimum track height (part of #4014).

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

13 years agowithout drobilla's new stuff, LV2Plugin::_ui_type points to global data so do not...
Paul Davis [Tue, 3 May 2011 14:34:40 +0000 (14:34 +0000)]
without drobilla's new stuff, LV2Plugin::_ui_type points to global data so do not try to free it

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

13 years agoPrevent note drags from moving a note before the start of its region.
Carl Hetherington [Tue, 3 May 2011 00:45:54 +0000 (00:45 +0000)]
Prevent note drags from moving a note before the start of its region.

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

13 years agoDon't hide solo/mute/rec enable for the smallest track height, as there appears to...
Carl Hetherington [Tue, 3 May 2011 00:08:14 +0000 (00:08 +0000)]
Don't hide solo/mute/rec enable for the smallest track height, as there appears to be no need to (#4014).

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

13 years agoSort bundle names in mixer strip menus alphabetically to prevent them being re-ordere...
Carl Hetherington [Mon, 2 May 2011 23:53:10 +0000 (23:53 +0000)]
Sort bundle names in mixer strip menus alphabetically to prevent them being re-ordered when the session's route list is sorted for signal flow (#4021).

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

13 years agoRemove playlists from the session lists when they DropReferences. Should fix #4023.
Carl Hetherington [Mon, 2 May 2011 23:22:00 +0000 (23:22 +0000)]
Remove playlists from the session lists when they DropReferences.  Should fix #4023.

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

13 years agoTinker with text related to clean-up.
Carl Hetherington [Mon, 2 May 2011 23:21:53 +0000 (23:21 +0000)]
Tinker with text related to clean-up.

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

13 years agoFix piano roll to use the same octave numbering as the verbose canvas cursor (#4015).
Carl Hetherington [Mon, 2 May 2011 22:34:44 +0000 (22:34 +0000)]
Fix piano roll to use the same octave numbering as the verbose canvas cursor (#4015).

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

13 years agoFactor out stop limit computation into its own method. Ignore stop-at-session-end...
Carl Hetherington [Mon, 2 May 2011 22:21:59 +0000 (22:21 +0000)]
Factor out stop limit computation into its own method.  Ignore stop-at-session-end if there is a punch range and punch-in is enabled (#4022).

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

13 years agoSeparate verbose cursor out into its own class and clean up the API. Fixes #4010.
Carl Hetherington [Mon, 2 May 2011 13:38:16 +0000 (13:38 +0000)]
Separate verbose cursor out into its own class and clean up the API.  Fixes #4010.

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

13 years agoFix debug build detection
Todd Naugle [Thu, 28 Apr 2011 21:07:47 +0000 (21:07 +0000)]
Fix debug build detection

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

13 years agonew file for translator information
Paul Davis [Thu, 28 Apr 2011 20:49:15 +0000 (20:49 +0000)]
new file for translator information

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

13 years agoRemove unused strip option from package script. Fixed build script to properly detect...
Todd Naugle [Thu, 28 Apr 2011 19:28:22 +0000 (19:28 +0000)]
Remove unused strip option from package script. Fixed build script to properly detect non-debug builds

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

13 years agoFix external UIs (e.g. Calf git).
David Robillard [Thu, 28 Apr 2011 15:36:51 +0000 (15:36 +0000)]
Fix external UIs (e.g. Calf git).

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

13 years agoUpdate for new SLV2 API.
David Robillard [Thu, 28 Apr 2011 06:02:22 +0000 (06:02 +0000)]
Update for new SLV2 API.

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

13 years agoUpdate for new Suil API.
David Robillard [Thu, 28 Apr 2011 01:52:51 +0000 (01:52 +0000)]
Update for new Suil API.

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

13 years agoforward port a disgusting hack from 2.X that stops the timefx thread's exiting from...
Paul Davis [Tue, 26 Apr 2011 15:17:17 +0000 (15:17 +0000)]
forward port a disgusting hack from 2.X that stops the timefx thread's exiting from preventing its request event pool being marked dead too soon

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

13 years agoFix subtraction of bar/beat/tick for verbose canvas cursor (#4011).
Carl Hetherington [Mon, 25 Apr 2011 21:19:25 +0000 (21:19 +0000)]
Fix subtraction of bar/beat/tick for verbose canvas cursor (#4011).

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

13 years agoremove some left over debugging
Paul Davis [Mon, 25 Apr 2011 12:28:35 +0000 (12:28 +0000)]
remove some left over debugging

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

13 years agoreverse debugging stuff
Paul Davis [Sun, 24 Apr 2011 15:36:56 +0000 (15:36 +0000)]
reverse debugging stuff

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

13 years agoreverse debugging stuff
Paul Davis [Sun, 24 Apr 2011 15:36:45 +0000 (15:36 +0000)]
reverse debugging stuff

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

13 years agoyet more temporary debugging for slv2/calf issue
Paul Davis [Sun, 24 Apr 2011 15:08:31 +0000 (15:08 +0000)]
yet more temporary debugging for slv2/calf issue

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

13 years agofurther temporary debugging for slv2/calf issue
Paul Davis [Sun, 24 Apr 2011 15:07:07 +0000 (15:07 +0000)]
further temporary debugging for slv2/calf issue

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

13 years agoadditional temporary debugging for slv2/calf issue
Paul Davis [Sun, 24 Apr 2011 15:04:55 +0000 (15:04 +0000)]
additional temporary debugging for slv2/calf issue

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

13 years agobetter temporary debugging for slv2/calf issue
Paul Davis [Sun, 24 Apr 2011 14:13:49 +0000 (14:13 +0000)]
better temporary debugging for slv2/calf issue

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

13 years agomore temporary debugging for slv2/calf issue
Paul Davis [Sun, 24 Apr 2011 14:02:22 +0000 (14:02 +0000)]
more temporary debugging for slv2/calf issue

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

13 years agotemporary debugging for slv2/calf issue
Paul Davis [Sun, 24 Apr 2011 14:00:36 +0000 (14:00 +0000)]
temporary debugging for slv2/calf issue

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

13 years agoMissing file.
Carl Hetherington [Sat, 23 Apr 2011 03:50:32 +0000 (03:50 +0000)]
Missing file.

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

13 years agoRe-fix compile failure with --no-nls (#3111).
Carl Hetherington [Sat, 23 Apr 2011 03:34:42 +0000 (03:34 +0000)]
Re-fix compile failure with --no-nls (#3111).

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

13 years agoRemove unnecessary refresh_location_display_s method. Speed up marker loading somewh...
Carl Hetherington [Sat, 23 Apr 2011 02:00:23 +0000 (02:00 +0000)]
Remove unnecessary refresh_location_display_s method.  Speed up marker loading somewhat by only setting up marker labels once after load.  Fix check on visible status of the location UI so that it is built when opened rather than on load.  The location UI is still extremely slow to build with a couple of thousand markers.  This fixes #3958.

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

13 years agoPatch from pablomme to fix GCC version check to use the same gcc as will be used...
Carl Hetherington [Sat, 23 Apr 2011 00:14:12 +0000 (00:14 +0000)]
Patch from pablomme to fix GCC version check to use the same gcc as will be used for the compile (#3945).

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

13 years agoPrevent the point selection straying -ve when control points are positioned close...
Carl Hetherington [Sat, 23 Apr 2011 00:03:17 +0000 (00:03 +0000)]
Prevent the point selection straying -ve when control points are positioned close to 0 (should fix #3861).

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

13 years agoAdd some assertions.
Carl Hetherington [Sat, 23 Apr 2011 00:02:58 +0000 (00:02 +0000)]
Add some assertions.

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

13 years agoRemove duplicate connect_to_list() call.
Carl Hetherington [Sat, 23 Apr 2011 00:02:49 +0000 (00:02 +0000)]
Remove duplicate connect_to_list() call.

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

13 years agoFix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)
David Robillard [Fri, 22 Apr 2011 22:15:21 +0000 (22:15 +0000)]
Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)

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

13 years agofix default size and title of comment window
Paul Davis [Fri, 22 Apr 2011 20:23:24 +0000 (20:23 +0000)]
fix default size and title of comment window

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

13 years agofix up fwd/reverse stuff in semitone mode
Paul Davis [Fri, 22 Apr 2011 16:18:51 +0000 (16:18 +0000)]
fix up fwd/reverse stuff in semitone mode

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

13 years agoUse new Suil and SLV2 APIs for LV2 plugin UIs.
David Robillard [Fri, 22 Apr 2011 08:08:37 +0000 (08:08 +0000)]
Use new Suil and SLV2 APIs for LV2 plugin UIs.
Add lv2_ui.h (required by lv2_external_ui.h).

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

13 years agofix height of shuttle control marker line
Paul Davis [Thu, 21 Apr 2011 22:10:38 +0000 (22:10 +0000)]
fix height of shuttle control marker line

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

13 years agohopefully fix up shuttle operation in semitones mode
Paul Davis [Thu, 21 Apr 2011 21:49:47 +0000 (21:49 +0000)]
hopefully fix up shuttle operation in semitones mode

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

13 years agofix thinko in setting up auto-connect for monitor bus
Paul Davis [Thu, 21 Apr 2011 20:33:44 +0000 (20:33 +0000)]
fix thinko in setting up auto-connect for monitor bus

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

13 years agoSet session dirty on plugin parameter changes (rest of #3997).
Carl Hetherington [Thu, 21 Apr 2011 15:53:59 +0000 (15:53 +0000)]
Set session dirty on plugin parameter changes (rest of #3997).

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

13 years agoMake changes to route processors set the session dirty (part of #3997).
Carl Hetherington [Thu, 21 Apr 2011 15:53:53 +0000 (15:53 +0000)]
Make changes to route processors set the session dirty (part of #3997).

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

13 years agoStop MIDI import generating zero-length regions. May fix #4000.
Carl Hetherington [Thu, 21 Apr 2011 15:19:22 +0000 (15:19 +0000)]
Stop MIDI import generating zero-length regions.  May fix #4000.

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

13 years agoPrevent note trackers for overlapping MIDI regions inserting events that occur before...
Carl Hetherington [Thu, 21 Apr 2011 13:59:32 +0000 (13:59 +0000)]
Prevent note trackers for overlapping MIDI regions inserting events that occur before the requested time range, thereby stopping playback.  Should fix #3973.

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