ardour.git
15 years agoReturns (i.e. sidechains).
David Robillard [Thu, 7 May 2009 17:31:18 +0000 (17:31 +0000)]
Returns (i.e. sidechains).

And lo, upon the revision of our hoarde 5061, was the last Big Feature
committed to Three Poino, who, now more than ever, lurks imposingly on
the sidelines, heir to the throne, and eventual ruler of the realm.
His eventual succession all but guaranteed, only time and the number
of heads that must roll remain mysteries.

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

15 years agoAdd mising file.
David Robillard [Thu, 7 May 2009 14:17:19 +0000 (14:17 +0000)]
Add mising file.

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

15 years agoGah. Remove debug output from previous commit.
Carl Hetherington [Thu, 7 May 2009 12:24:58 +0000 (12:24 +0000)]
Gah.  Remove debug output from previous commit.

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

15 years agoAsk user to confirm overwrite of a snapshot, to fix mantis 2656.
Carl Hetherington [Thu, 7 May 2009 12:24:03 +0000 (12:24 +0000)]
Ask user to confirm overwrite of a snapshot, to fix mantis 2656.

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

15 years agoLincoln's patch to fix mantis 2584.
Carl Hetherington [Thu, 7 May 2009 11:50:02 +0000 (11:50 +0000)]
Lincoln's patch to fix mantis 2584.

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

15 years agoThe great audio processing overhaul.
David Robillard [Thu, 7 May 2009 06:30:50 +0000 (06:30 +0000)]
The great audio processing overhaul.

The vast majority of Route signal processing is now simply in the list of
processors.  There are definitely regressions here, but there's also
a lot of things fixed.  It's far too much work to let diverge anymore
regardless, so here it is.

The basic model is: A route has a fixed set of input channels (matching
its JACK input ports and diskstream).  The first processor takes this
as input.  The next processor is configured using the first processor's
output as input, and is allowed to choose whatever output it wants
given that input... and so on, and so on.  Finally, the last processor's
requested output is used to set up the panner and create whatever Jack
ports are needed to output the data.

All 'special' internal processors (meter, fader, amp, insert, send) are
currently transparent: they read any input, and return the same set
of channels back (unmodified, except for amp).

User visible changes:
 * LV2 Instrument support (tracks with both MIDI and audio channels)
 * MIDI in/out plugin support
 * Generic plugin replication (for MIDI plugins, MIDI/audio plugins)
 * Movable meter point

Known Bugs:
 * Things seem to get weird on loaded sessions
 * Output delivery is sketchy
 * 2.0 session loading was probably already broken...
   but it's definitely broken now :)

Please test this and file bugs if you have any time...

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

15 years agoFix LADSPA plugin channel mapping.
David Robillard [Wed, 6 May 2009 06:38:53 +0000 (06:38 +0000)]
Fix LADSPA plugin channel mapping.
Fixes mantis issue #0002659.

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

15 years agoFix crash when playing back MIDI within a loop.
David Robillard [Tue, 5 May 2009 02:04:56 +0000 (02:04 +0000)]
Fix crash when playing back MIDI within a loop.

Fixes mantis issue #0002570.

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

15 years agoSupport recursive undo events.
David Robillard [Tue, 5 May 2009 01:53:30 +0000 (01:53 +0000)]
Support recursive undo events.

Code can now call begin_reversible_command and commit_reversible_command around a region
of code which itself calls those functions (and so on), areas contained within enclosing
regions will be added as sub-commands of the current command (i.e. it's a stack).

Fixes mantix issue #0002558.

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

15 years agoFix indentation.
David Robillard [Tue, 5 May 2009 01:24:44 +0000 (01:24 +0000)]
Fix indentation.

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

15 years agoFix note dragging.
David Robillard [Tue, 5 May 2009 00:57:08 +0000 (00:57 +0000)]
Fix note dragging.

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

15 years agoRemove useless/broken concept of 'erase touch dragging'.
David Robillard [Tue, 5 May 2009 00:18:21 +0000 (00:18 +0000)]
Remove useless/broken concept of 'erase touch dragging'.

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

15 years agoMake MIDI note editing work somewhat again...
David Robillard [Tue, 5 May 2009 00:08:30 +0000 (00:08 +0000)]
Make MIDI note editing work somewhat again...
Only show note velocity text when the user is actually editing velocity.

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

15 years agoBack out part of r5035: SLV2 doesn't require LRDF and LRDF is in uselib already anyway.
David Robillard [Mon, 4 May 2009 23:00:55 +0000 (23:00 +0000)]
Back out part of r5035: SLV2 doesn't require LRDF and LRDF is in uselib already anyway.

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

15 years agoStrip trailing whitespace from waf scripts.
David Robillard [Mon, 4 May 2009 22:10:15 +0000 (22:10 +0000)]
Strip trailing whitespace from waf scripts.

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

15 years agoA few small layout cleanups.
Carl Hetherington [Mon, 4 May 2009 21:36:45 +0000 (21:36 +0000)]
A few small layout cleanups.

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

15 years agoFix MIDI monitoring while recording.
David Robillard [Mon, 4 May 2009 21:26:46 +0000 (21:26 +0000)]
Fix MIDI monitoring while recording.

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

15 years agoShut up.
David Robillard [Mon, 4 May 2009 20:19:29 +0000 (20:19 +0000)]
Shut up.

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

15 years agoFix building without LV2.
David Robillard [Mon, 4 May 2009 20:11:02 +0000 (20:11 +0000)]
Fix building without LV2.

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

15 years agoShut up.
David Robillard [Mon, 4 May 2009 20:00:18 +0000 (20:00 +0000)]
Shut up.

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

15 years agoFix MIDI recording.
David Robillard [Mon, 4 May 2009 19:58:48 +0000 (19:58 +0000)]
Fix MIDI recording.

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

15 years agoclean up that godawful ugly latency GUI in plugin UIs
Paul Davis [Mon, 4 May 2009 17:49:28 +0000 (17:49 +0000)]
clean up that godawful ugly latency GUI in plugin UIs

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

15 years agoReconfigure GUI meters when route I/O configuration changes.
David Robillard [Mon, 4 May 2009 17:05:55 +0000 (17:05 +0000)]
Reconfigure GUI meters when route I/O configuration changes.

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

15 years agoPreliminary MIDI plugin support.
David Robillard [Mon, 4 May 2009 15:50:51 +0000 (15:50 +0000)]
Preliminary MIDI plugin support.

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

15 years agoslv2 also needs lrdf
Paul Davis [Mon, 4 May 2009 14:54:53 +0000 (14:54 +0000)]
slv2 also needs lrdf

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

15 years agoUse SLV2.
David Robillard [Mon, 4 May 2009 14:32:04 +0000 (14:32 +0000)]
Use SLV2.

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

15 years agoBuild lv2_plugin_ui.cc
David Robillard [Mon, 4 May 2009 14:28:29 +0000 (14:28 +0000)]
Build lv2_plugin_ui.cc

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

15 years agoRemove tmpnam usage.
David Robillard [Mon, 4 May 2009 02:50:58 +0000 (02:50 +0000)]
Remove tmpnam usage.

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

15 years agoMaybe fix assertion crash.
David Robillard [Mon, 4 May 2009 02:15:16 +0000 (02:15 +0000)]
Maybe fix assertion crash.

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

15 years agoFix LV2 compilation.
David Robillard [Sun, 3 May 2009 19:53:09 +0000 (19:53 +0000)]
Fix LV2 compilation.

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

15 years agoSupport for the port matrix working at the bundle level and hiding details of ports.
Carl Hetherington [Sun, 3 May 2009 14:31:42 +0000 (14:31 +0000)]
Support for the port matrix working at the bundle level and hiding details of ports.

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

15 years ago* Fix tooltips in the session import dialog
Sakari Bergen [Sat, 2 May 2009 20:26:11 +0000 (20:26 +0000)]
* Fix tooltips in the session import dialog
* Fix arval to run from all directories

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

15 years agoFix LV2 plugin support.
David Robillard [Sat, 2 May 2009 18:13:24 +0000 (18:13 +0000)]
Fix LV2 plugin support.

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

15 years agoCouple of fixes to route / mixer strip ordering which should hopefully stop the rando...
Carl Hetherington [Fri, 1 May 2009 20:30:57 +0000 (20:30 +0000)]
Couple of fixes to route / mixer strip ordering which should hopefully stop the random re-ordering on startup.

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

15 years agoSet up rulers to prevent access to uninitialized variables later.
Carl Hetherington [Fri, 1 May 2009 20:30:22 +0000 (20:30 +0000)]
Set up rulers to prevent access to uninitialized variables later.

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

15 years agoFix MIDI playback.
David Robillard [Fri, 1 May 2009 17:32:48 +0000 (17:32 +0000)]
Fix MIDI playback.

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

15 years agoMissed one...
David Robillard [Thu, 30 Apr 2009 22:11:36 +0000 (22:11 +0000)]
Missed one...

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

15 years agoFix crash on MIDI stretch.
David Robillard [Thu, 30 Apr 2009 21:57:28 +0000 (21:57 +0000)]
Fix crash on MIDI stretch.

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

15 years agoRename 'position' parameter of MidiSource::midi_read to clearer 'source_start'.
David Robillard [Thu, 30 Apr 2009 21:56:40 +0000 (21:56 +0000)]
Rename 'position' parameter of MidiSource::midi_read to clearer 'source_start'.

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

15 years agoFix a couple of valgrind-spotted out-of-bounds accesses that may have been causing...
Carl Hetherington [Thu, 30 Apr 2009 18:45:45 +0000 (18:45 +0000)]
Fix a couple of valgrind-spotted out-of-bounds accesses that may have been causing segfaults, especially when opening the crossfade editor dialog.  Some minor cleanups.  Add some comments.

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

15 years agofix crash during new session setup related to template choice
Paul Davis [Thu, 30 Apr 2009 18:17:02 +0000 (18:17 +0000)]
fix crash during new session setup related to template choice

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

15 years agofix up confusion between silence() decls for Processor & PluginInsert; fix typo that...
Paul Davis [Thu, 30 Apr 2009 17:26:13 +0000 (17:26 +0000)]
fix up confusion between silence() decls for Processor & PluginInsert; fix typo that put a 9 where a 0 should be

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

15 years agoPreview effect of strip silence within the dialog.
Carl Hetherington [Thu, 30 Apr 2009 17:07:57 +0000 (17:07 +0000)]
Preview effect of strip silence within the dialog.

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

15 years agoFix local include.
David Robillard [Thu, 30 Apr 2009 16:47:51 +0000 (16:47 +0000)]
Fix local include.

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

15 years agoimplement panner reset functionality (missing since 0.99?) ported from 2.X
Paul Davis [Thu, 30 Apr 2009 15:04:16 +0000 (15:04 +0000)]
implement panner reset functionality (missing since 0.99?) ported from 2.X

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

15 years agodisk buffer stats patch ported from 2.X
Paul Davis [Thu, 30 Apr 2009 15:03:55 +0000 (15:03 +0000)]
disk buffer stats patch ported from 2.X

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

15 years agoOnly make record button solid red (and big clock red) when things are actually being...
Carl Hetherington [Wed, 29 Apr 2009 17:30:35 +0000 (17:30 +0000)]
Only make record button solid red (and big clock red) when things are actually being recorded (ie when record is in progress and one or more tracks are armed).  As per mantis #2604.

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

15 years agoAdd files missing from previous commit.
Carl Hetherington [Wed, 29 Apr 2009 17:05:42 +0000 (17:05 +0000)]
Add files missing from previous commit.

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

15 years agoFirst cut of option to strip silence from audio regions, as per mantis #1623
Carl Hetherington [Wed, 29 Apr 2009 17:01:14 +0000 (17:01 +0000)]
First cut of option to strip silence from audio regions, as per mantis #1623

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

15 years agoDisallow click and auditioner as track / buss names to avoid clashing with internal...
Carl Hetherington [Wed, 29 Apr 2009 16:15:33 +0000 (16:15 +0000)]
Disallow click and auditioner as track / buss names to avoid clashing with internal IOs.

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

15 years agoAdd some missing entries.
Carl Hetherington [Wed, 29 Apr 2009 16:01:41 +0000 (16:01 +0000)]
Add some missing entries.

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

15 years agoFix compiler warning.
Carl Hetherington [Wed, 29 Apr 2009 16:01:11 +0000 (16:01 +0000)]
Fix compiler warning.

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

15 years agocarl's small fix for new session
Paul Davis [Tue, 28 Apr 2009 11:57:53 +0000 (11:57 +0000)]
carl's small fix for new session

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

15 years agoremove some extraneous chars from lv2_plugin.cc
Paul Davis [Thu, 23 Apr 2009 21:30:20 +0000 (21:30 +0000)]
remove some extraneous chars from lv2_plugin.cc

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

15 years agomore misc. startup/session load fixes
Paul Davis [Thu, 23 Apr 2009 19:41:14 +0000 (19:41 +0000)]
more misc. startup/session load fixes

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

15 years agomisc. startup/session load fixes
Paul Davis [Thu, 23 Apr 2009 19:28:17 +0000 (19:28 +0000)]
misc. startup/session load fixes

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

15 years agoremove offset from process callback tree. some breakage may have occured. yes, really.
Paul Davis [Thu, 23 Apr 2009 17:48:37 +0000 (17:48 +0000)]
remove offset from process callback tree. some breakage may have occured. yes, really.

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

15 years agonew file to encapsulate posix_memalign() hackery
Paul Davis [Thu, 23 Apr 2009 17:43:39 +0000 (17:43 +0000)]
new file to encapsulate posix_memalign() hackery

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

15 years agoswitch meter colors
Paul Davis [Thu, 23 Apr 2009 17:42:25 +0000 (17:42 +0000)]
switch meter colors

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

15 years agolincoln's route connection cleanup patch
Paul Davis [Wed, 22 Apr 2009 01:49:48 +0000 (01:49 +0000)]
lincoln's route connection cleanup patch

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

15 years agoa long tricky day of playing with ArdourStartup and session naming/loading etc.
Paul Davis [Wed, 22 Apr 2009 01:35:31 +0000 (01:35 +0000)]
a long tricky day of playing with ArdourStartup and session naming/loading etc.

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

15 years ago3 notable patches from lincoln (a) non-layered track mode (NOTE: this is broken for...
Paul Davis [Mon, 20 Apr 2009 21:02:46 +0000 (21:02 +0000)]
3 notable patches from lincoln (a) non-layered track mode (NOTE: this is broken for loop recording right now) (b) trim region to previous/next region (c) region push/pull trimming. work on these 3 features should be assumed to be still slightly ongoing (eg. default bindings and more). great stuff

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

15 years agofixes for possible null engine dialog
Paul Davis [Mon, 20 Apr 2009 21:00:30 +0000 (21:00 +0000)]
fixes for possible null engine dialog

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

15 years agofarewell NSD, we loved you sometimes, almost never
Paul Davis [Mon, 20 Apr 2009 18:41:46 +0000 (18:41 +0000)]
farewell NSD, we loved you sometimes, almost never

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

15 years agoUpgrade to waf 1.5.4.
David Robillard [Sat, 18 Apr 2009 16:15:12 +0000 (16:15 +0000)]
Upgrade to waf 1.5.4.

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

15 years agoadd no-VST-on-x86_64 message to SConscript
Paul Davis [Fri, 17 Apr 2009 12:20:47 +0000 (12:20 +0000)]
add no-VST-on-x86_64 message to SConscript

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

15 years agoFix indentation.
David Robillard [Fri, 17 Apr 2009 00:03:27 +0000 (00:03 +0000)]
Fix indentation.

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

15 years agopart 2 of 3 of the 2.8 -> 3.0 merge
Paul Davis [Thu, 16 Apr 2009 16:02:25 +0000 (16:02 +0000)]
part 2 of 3 of the 2.8 -> 3.0 merge

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

15 years agoFix warning (pointless comparison).
David Robillard [Thu, 16 Apr 2009 15:28:36 +0000 (15:28 +0000)]
Fix warning (pointless comparison).

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

15 years agoFix waf build.
David Robillard [Thu, 16 Apr 2009 14:56:24 +0000 (14:56 +0000)]
Fix waf build.

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

15 years agoRevert stupid r4975.
David Robillard [Thu, 16 Apr 2009 14:34:56 +0000 (14:34 +0000)]
Revert stupid r4975.

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

15 years agomerge new directory/file structure from newer vamp version via 2.0 (3993:4905)
Paul Davis [Thu, 16 Apr 2009 12:32:55 +0000 (12:32 +0000)]
merge new directory/file structure from newer vamp version via 2.0 (3993:4905)

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

15 years agomerge 3578:4901 of thirdparty/rubberband/current
Paul Davis [Thu, 16 Apr 2009 00:53:20 +0000 (00:53 +0000)]
merge 3578:4901 of thirdparty/rubberband/current

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

15 years agoFST code from 2.X branch
Paul Davis [Thu, 16 Apr 2009 00:43:41 +0000 (00:43 +0000)]
FST code from 2.X branch

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

15 years agofirst half of the mega-by-hand-commit-by-commit merge from 2.X
Paul Davis [Wed, 15 Apr 2009 18:04:23 +0000 (18:04 +0000)]
first half of the mega-by-hand-commit-by-commit merge from 2.X

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

15 years agoSMFSource: enhanced debugging output to reveal more of the problem
Hans Baier [Tue, 14 Apr 2009 10:44:47 +0000 (10:44 +0000)]
SMFSource: enhanced debugging output to reveal more of the problem

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

15 years agoSMFSource: code readability
Hans Baier [Tue, 14 Apr 2009 10:38:23 +0000 (10:38 +0000)]
SMFSource: code readability

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

15 years agoSMFSource / MIDISource: more readable variable names in read/write(_unlocked), added...
Hans Baier [Tue, 14 Apr 2009 10:13:06 +0000 (10:13 +0000)]
SMFSource / MIDISource: more readable variable names in read/write(_unlocked), added debugging output to diagnose recording bug (MIDI recording stops receiving events after a short while)

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

15 years agolibs/evoral/run-tests.sh: adapt to new global waf
Hans Baier [Sun, 12 Apr 2009 22:29:05 +0000 (22:29 +0000)]
libs/evoral/run-tests.sh: adapt to new global waf

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

15 years agoChris's work on the region list
Sampo Savolainen [Sat, 28 Mar 2009 16:17:51 +0000 (16:17 +0000)]
Chris's work on the region list

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

15 years ago(from 2.x) make context menu-driven stuff on ruler bars happen in the right place...
Paul Davis [Sat, 21 Mar 2009 13:08:06 +0000 (13:08 +0000)]
(from 2.x) make context menu-driven stuff on ruler bars happen in the right place (e.g. new markers)

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

15 years agouse new scons convention for pushing environment vars into construction env object
Paul Davis [Thu, 19 Mar 2009 13:08:12 +0000 (13:08 +0000)]
use new scons convention for pushing environment vars into construction env object

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

15 years agoTicker: apply patch from lincoln, Thanks!
Hans Baier [Mon, 16 Mar 2009 16:10:10 +0000 (16:10 +0000)]
Ticker: apply patch from lincoln, Thanks!

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

15 years agomain.cc: conditional compile for startup dialog since it makes MIDI Clock ticker...
Hans Baier [Mon, 16 Mar 2009 14:25:06 +0000 (14:25 +0000)]
main.cc: conditional compile for startup dialog since it makes MIDI Clock ticker crash on startup (race?)

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

15 years agoArdourStartup: fix new_folder_chooser
Hans Baier [Sun, 15 Mar 2009 22:17:03 +0000 (22:17 +0000)]
ArdourStartup: fix new_folder_chooser

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

15 years agoFix compile.
Carl Hetherington [Mon, 9 Mar 2009 18:34:04 +0000 (18:34 +0000)]
Fix compile.

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

15 years agoSome preparations for allowing multiple channel configurations in export channel...
Sakari Bergen [Sun, 8 Mar 2009 10:56:40 +0000 (10:56 +0000)]
Some preparations for allowing multiple channel configurations in export channel configurations.
Also unified the timespan selector interface...

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

15 years agofix crash when renaming a track after deleting a plugin that had a visible GUI/editor...
Paul Davis [Sat, 7 Mar 2009 14:06:19 +0000 (14:06 +0000)]
fix crash when renaming a track after deleting a plugin that had a visible GUI/editor window

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

15 years agoImprovements to the plugin eq gui:
Sampo Savolainen [Sat, 7 Mar 2009 11:17:06 +0000 (11:17 +0000)]
Improvements to the plugin eq gui:
 - phase correction for analysis
 - move gui elements to a more common location so that it's available for VSTs
   (needs packing in each PluginUI derived class though)

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

15 years agoFix compiler warnings
Sakari Bergen [Sat, 7 Mar 2009 09:42:39 +0000 (09:42 +0000)]
Fix compiler warnings

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

15 years agoMake it possible to consolidate/bounce ranges without applying processing
Sampo Savolainen [Fri, 6 Mar 2009 19:28:39 +0000 (19:28 +0000)]
Make it possible to consolidate/bounce ranges without applying processing

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

15 years agocombobox width fixes from mtaht, backported from 2.X
Paul Davis [Fri, 6 Mar 2009 17:06:38 +0000 (17:06 +0000)]
combobox width fixes from mtaht, backported from 2.X

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

15 years agonew crossfade editor icons from markus s.
Paul Davis [Fri, 6 Mar 2009 15:18:33 +0000 (15:18 +0000)]
new crossfade editor icons from markus s.

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

15 years agomake track templates work, including a fix for the MidiTrack XML constructor
Paul Davis [Thu, 5 Mar 2009 17:27:05 +0000 (17:27 +0000)]
make track templates work, including a fix for the MidiTrack XML constructor

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

15 years agofix up kludgy assumptions about mixer strip route ops menu ordering
Paul Davis [Thu, 5 Mar 2009 17:25:52 +0000 (17:25 +0000)]
fix up kludgy assumptions about mixer strip route ops menu ordering

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

15 years agoadd accessor for the Gtk::Main hidden inside Gtkmmext::UI
Paul Davis [Thu, 5 Mar 2009 12:25:15 +0000 (12:25 +0000)]
add accessor for the Gtk::Main hidden inside Gtkmmext::UI

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

15 years agonew startup assistant/wizard; unfinished; can potentially interfere with your normal...
Paul Davis [Wed, 4 Mar 2009 23:06:18 +0000 (23:06 +0000)]
new startup assistant/wizard; unfinished; can potentially interfere with your normal session startup. no comments other than aesthetics, please (which are not ideal at present); a few fixes to waf-based scripts

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

15 years agoLess crufty building of the C components of gtk2_ardour.
David Robillard [Wed, 4 Mar 2009 19:35:25 +0000 (19:35 +0000)]
Less crufty building of the C components of gtk2_ardour.

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

15 years agoprevent double-listing of LADSPA plugins caused by symlinks to library directories...
Paul Davis [Mon, 2 Mar 2009 21:04:39 +0000 (21:04 +0000)]
prevent double-listing of LADSPA plugins caused by symlinks to library directories (e.g. lib64 -> lib)

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

15 years agoFix build. Ahem.
David Robillard [Mon, 2 Mar 2009 18:26:08 +0000 (18:26 +0000)]
Fix build.  Ahem.

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