ardour.git
15 years agoRelayer punch/loop range rects, fix display of punch-in with no punch-out, ensure...
Nick Mainsbridge [Mon, 29 Sep 2008 18:21:33 +0000 (18:21 +0000)]
Relayer punch/loop range rects, fix display of punch-in with no punch-out, ensure range selection rect is hidden after single click, move the track canvas up one pixel now that headers are all one size.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3835 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoBackport drobilla's tempo bar cache from 3.0, fix track display regression, rework...
Nick Mainsbridge [Mon, 29 Sep 2008 13:41:17 +0000 (13:41 +0000)]
Backport drobilla's tempo bar cache from 3.0, fix track display regression, rework canvas layers and region_motion_group, remove duplicate code, make track heights consistent (track zero is no longer different).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3831 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix split buffer audio glitches with lv2 plugins.
Sampo Savolainen [Sat, 27 Sep 2008 14:33:43 +0000 (14:33 +0000)]
Fix split buffer audio glitches with lv2 plugins.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3816 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoTabs!
David Robillard [Fri, 26 Sep 2008 17:18:45 +0000 (17:18 +0000)]
Tabs!

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3810 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix up region constructor's initialization of ancestral region data
Paul Davis [Fri, 26 Sep 2008 12:37:13 +0000 (12:37 +0000)]
fix up region constructor's initialization of ancestral region data

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3808 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix headers not resizing properly when all tracks set to minimum height, then expande...
Nick Mainsbridge [Wed, 24 Sep 2008 09:59:47 +0000 (09:59 +0000)]
fix headers not resizing properly when all tracks set to minimum height, then expanded again, no need to redisplay tempo when altering ruler visibility (allocation takes care of that)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3802 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSeparate tempo lines stuff ala 3.0.
David Robillard [Tue, 23 Sep 2008 15:00:25 +0000 (15:00 +0000)]
Separate tempo lines stuff ala 3.0.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3796 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemoved the extra "long".
Sampo Savolainen [Mon, 22 Sep 2008 20:43:49 +0000 (20:43 +0000)]
Removed the extra "long".

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3792 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFixed overflow issue. Code originally meant to truncate the 64 bit integer did not...
Sampo Savolainen [Mon, 22 Sep 2008 20:42:15 +0000 (20:42 +0000)]
Fixed overflow issue. Code originally meant to truncate the 64 bit integer did not work as assembler doesn't "cast" variables like C does. get_cycles() was passing the memory address of a 32 bit unsigned int to the x86 call which required 64 bits of storage space. The extra 32 bits corrupted whatever was on the stack next to the variable.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3791 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSet add route dialog non-resizeable so WMs size it more sensibly (looked ridiculous...
David Robillard [Mon, 22 Sep 2008 16:54:17 +0000 (16:54 +0000)]
Set add route dialog non-resizeable so WMs size it more sensibly (looked ridiculous in ion3).
Tab cleanups.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3787 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agochange design for how certain region list items operate if there are multiple regions...
Paul Davis [Mon, 22 Sep 2008 05:59:04 +0000 (05:59 +0000)]
change design for how certain region list items operate if there are multiple regions selected, add glue-to-bars-and-beats even when there are multiple regions selected

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3783 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUse events from gtk trunk, update immediately on scroll for osx as well.
Nick Mainsbridge [Sat, 20 Sep 2008 18:22:24 +0000 (18:22 +0000)]
Use events from gtk trunk, update immediately on scroll for osx as well.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3775 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDon't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing inste...
Nick Mainsbridge [Sat, 20 Sep 2008 14:49:37 +0000 (14:49 +0000)]
Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing instead) + some performance improvements to said function, a more 3.0-like initialize_canvas (), show/hide playhead more sensibly.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3772 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix more wacky tabs.
David Robillard [Fri, 19 Sep 2008 18:36:41 +0000 (18:36 +0000)]
Fix more wacky tabs.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3768 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix a bunch of stupid warnings.
David Robillard [Fri, 19 Sep 2008 18:16:50 +0000 (18:16 +0000)]
Fix a bunch of stupid warnings.
Q: What's a lot harder than initializing a variable?
A: Fixing future non-deterministic bugs that would have been deterministic if you initialized the damn variable :)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3767 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix classic memory error.
David Robillard [Fri, 19 Sep 2008 18:16:19 +0000 (18:16 +0000)]
Fix classic memory error.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3766 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoReduce diversion between 2.0 and 3.0 automation_line.h (cosmetic only).
David Robillard [Fri, 19 Sep 2008 17:48:57 +0000 (17:48 +0000)]
Reduce diversion between 2.0 and 3.0 automation_line.h (cosmetic only).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3765 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMake building with aubio (actually) optional.
David Robillard [Fri, 19 Sep 2008 17:46:38 +0000 (17:46 +0000)]
Make building with aubio (actually) optional.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3764 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix range dragging post-multi-marker changes
Paul Davis [Fri, 19 Sep 2008 14:27:30 +0000 (14:27 +0000)]
fix range dragging post-multi-marker changes

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3759 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoshift-click to extend marker selection; marker drag moves all selected markers
Paul Davis [Fri, 19 Sep 2008 10:42:09 +0000 (10:42 +0000)]
shift-click to extend marker selection; marker drag moves all selected markers

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3758 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix possible double allocation of SF_BROADCAST_INFO
Sakari Bergen [Thu, 18 Sep 2008 12:48:36 +0000 (12:48 +0000)]
Fix possible double allocation of SF_BROADCAST_INFO

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3751 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix uninitialised variable. (thanks for the report songshop).
Nick Mainsbridge [Wed, 17 Sep 2008 20:21:15 +0000 (20:21 +0000)]
Fix uninitialised variable. (thanks for the report songshop).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3746 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoDraw ruler bars larger than canvas width to avoid ugly resizing effects
Nick Mainsbridge [Tue, 16 Sep 2008 19:29:51 +0000 (19:29 +0000)]
Draw ruler bars larger than canvas width to avoid ugly resizing effects

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3735 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd a session file type icon for OSX, remove unused editor_mixer_button, use a consta...
Nick Mainsbridge [Tue, 16 Sep 2008 18:58:26 +0000 (18:58 +0000)]
Add a session file type icon for OSX, remove unused editor_mixer_button, use a constant offset for verbose time cursor, make tempo lines a bit smoother on OSX (idle? when?)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3734 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoPut timeline_group in the correct layer to begin with, fix missing header on new...
Nick Mainsbridge [Sun, 14 Sep 2008 11:24:23 +0000 (11:24 +0000)]
Put timeline_group in the correct layer to begin with, fix missing header on new tracks caused by last commit (sorry about that).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3723 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSpeed up track resizing, fix disappearing automation controls when automation track...
Nick Mainsbridge [Sun, 14 Sep 2008 10:08:57 +0000 (10:08 +0000)]
Speed up track resizing, fix disappearing automation controls when automation track has been made minimum size.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3722 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agocomment out *all* exporting debug
Doug McLain [Fri, 12 Sep 2008 06:32:39 +0000 (06:32 +0000)]
comment out *all* exporting debug

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3718 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agocomment out exporting debug
Doug McLain [Fri, 12 Sep 2008 05:57:59 +0000 (05:57 +0000)]
comment out exporting debug

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3717 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix some off by one or more errors spotted by The Big Programmer. Fewer forced update...
Nick Mainsbridge [Mon, 8 Sep 2008 19:36:41 +0000 (19:36 +0000)]
Fix some off by one or more errors spotted by The Big Programmer. Fewer forced updates during vertical scroll on quartz.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3710 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix disappearing regionviews during rapid mouse movement plus grab/copy grab, update...
Nick Mainsbridge [Sun, 7 Sep 2008 12:30:24 +0000 (12:30 +0000)]
Fix disappearing regionviews during rapid mouse movement plus grab/copy grab, update canvas less on OSX, RegionView::get_canvas_group() returns a group, not an Item, clean up reparenting of moving regions a bit.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3709 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix region copy thinko in last commit.
Nick Mainsbridge [Wed, 3 Sep 2008 19:55:02 +0000 (19:55 +0000)]
fix region copy thinko in last commit.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3708 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUnify the canvases by moving groups around rather than using set_scrolling_region...
Nick Mainsbridge [Wed, 3 Sep 2008 18:15:31 +0000 (18:15 +0000)]
Unify the canvases by moving groups around rather than using set_scrolling_region () (eliminates the double-draw during zoom on linux), fix verbose_time_cursor clamping, make fonts smaller on location dialog buttons, hopefully improve performance when dragging multiple regions on the same track, reduce some redrawing of clocks (still not done for samples clock), allow NLS=1 on OSX, other canvas performance improvements on OSX, build SAE-us.bindings (even though they are incomplete for now).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3707 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoPatched libsndfile to work with FLAC >= 1.1.4
Sakari Bergen [Thu, 21 Aug 2008 11:46:33 +0000 (11:46 +0000)]
Patched libsndfile to work with FLAC >= 1.1.4
Patch derived from http://www.linuxfromscratch.org/patches/downloads/libsndfile/libsndfile-1.0.17-flac-1.patch

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3705 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoprevent yet another crash caused by non-region nodes in the region list treeview
Paul Davis [Mon, 18 Aug 2008 17:13:07 +0000 (17:13 +0000)]
prevent yet another crash caused by non-region nodes in the region list treeview

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3695 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix glitches in automation events due to the other glitch fix made a few weeks ago.
Sampo Savolainen [Thu, 14 Aug 2008 20:20:09 +0000 (20:20 +0000)]
Fix glitches in automation events due to the other glitch fix made a few weeks ago.

It would be more elegant to fix the other glitch so it aligns the buffers correctly (so they do not add the offset to the buffer pointers), but that might need design changes.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3693 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove outdated message about SVN SLV2 requirement.
David Robillard [Tue, 12 Aug 2008 05:02:46 +0000 (05:02 +0000)]
Remove outdated message about SVN SLV2 requirement.
Compile with LV2 support by default if SLV2 is found (but still compile successfully otherwise).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3685 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoSupport for the LV2 'data access' and 'instance access' extensions (for in-process...
David Robillard [Tue, 12 Aug 2008 01:13:26 +0000 (01:13 +0000)]
Support for the LV2 'data access' and 'instance access' extensions (for in-process GUIs).

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3684 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMake global static children variable an xml node object variable.
Sampo Savolainen [Mon, 11 Aug 2008 16:04:27 +0000 (16:04 +0000)]
Make global static children variable an xml node object variable.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3683 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoEmbedded LV2 GTK GUI support.
David Robillard [Sat, 9 Aug 2008 00:49:07 +0000 (00:49 +0000)]
Embedded LV2 GTK GUI support.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3678 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix the bug which shuffled tracks when one was removed. Please test.
Sampo Savolainen [Tue, 5 Aug 2008 17:22:51 +0000 (17:22 +0000)]
Fix the bug which shuffled tracks when one was removed. Please test.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3656 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agocommitted build changes needed for leopard build
Jesse Chappell [Wed, 30 Jul 2008 01:33:15 +0000 (01:33 +0000)]
committed build changes needed for leopard build

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3650 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix glitching on "events" (like loop markers) due to taking the processing offset...
Sampo Savolainen [Tue, 29 Jul 2008 16:59:31 +0000 (16:59 +0000)]
Fix glitching on "events" (like loop markers) due to taking the processing offset into account twice.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3649 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoadd SIGPIPE handler to catch JACK going away, etc
Paul Davis [Fri, 25 Jul 2008 20:01:48 +0000 (20:01 +0000)]
add SIGPIPE handler to catch JACK going away, etc

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3648 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agostop resetting _jack to zero to avoid crashing stupidly
Paul Davis [Fri, 25 Jul 2008 18:33:48 +0000 (18:33 +0000)]
stop resetting _jack to zero to avoid crashing stupidly

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3647 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agodebug output for pixbuf loaders; catch exception when loading AU plugins; miscellaneo...
Paul Davis [Tue, 22 Jul 2008 18:53:48 +0000 (18:53 +0000)]
debug output for pixbuf loaders; catch exception when loading AU plugins; miscellaneous character removal

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3646 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix up generation of BWF field contents to avoid truncation and use correct date
Paul Davis [Tue, 22 Jul 2008 14:59:49 +0000 (14:59 +0000)]
fix up generation of BWF field contents to avoid truncation and use correct date

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3645 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoadd /opt to *all* relevant places, not just some
Paul Davis [Mon, 21 Jul 2008 23:03:40 +0000 (23:03 +0000)]
add /opt to *all* relevant places, not just some

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3641 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix missing chars in file
Paul Davis [Mon, 21 Jul 2008 22:44:44 +0000 (22:44 +0000)]
fix missing chars in file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3640 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofix bad chars in file
Paul Davis [Mon, 21 Jul 2008 22:34:59 +0000 (22:34 +0000)]
fix bad chars in file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3639 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoprocess dependencies still in /opt/* when building .app
Paul Davis [Mon, 21 Jul 2008 22:26:28 +0000 (22:26 +0000)]
process dependencies still in /opt/* when building .app

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3638 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agochange GTK root
Paul Davis [Mon, 21 Jul 2008 20:38:02 +0000 (20:38 +0000)]
change GTK root

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3637 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix import dialog clocks to display times that are correct in the current session
Sakari Bergen [Mon, 21 Jul 2008 13:28:44 +0000 (13:28 +0000)]
Fix import dialog clocks to display times that are correct in the current session

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3635 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agobump required JACK version
Paul Davis [Tue, 15 Jul 2008 13:25:33 +0000 (13:25 +0000)]
bump required JACK version

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3617 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agodone debugging, remove the debug output, and cleanup the catchphrase in create_from_file
Doug McLain [Tue, 15 Jul 2008 08:46:00 +0000 (08:46 +0000)]
done debugging, remove the debug output, and cleanup the catchphrase in create_from_file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3612 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agohandle FileError exception in create_from_file, and more debug...
Doug McLain [Tue, 15 Jul 2008 07:45:09 +0000 (07:45 +0000)]
handle FileError exception in create_from_file, and more debug...

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3611 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agomore debug...
Doug McLain [Tue, 15 Jul 2008 07:01:39 +0000 (07:01 +0000)]
more debug...

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3610 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd some debug for Marker's font settings, and set the Text's font before setting...
Doug McLain [Tue, 15 Jul 2008 06:11:52 +0000 (06:11 +0000)]
Add some debug for Marker's font settings, and set the Text's font before setting it's text

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3609 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agofixed pitchbend byte ordering
Jesse Chappell [Tue, 15 Jul 2008 04:07:21 +0000 (04:07 +0000)]
fixed pitchbend byte ordering

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3607 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAnother gcc 4.3 include
Doug McLain [Mon, 14 Jul 2008 22:07:25 +0000 (22:07 +0000)]
Another gcc 4.3 include

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3606 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoReplaced some c includes with their c++ wrappers
Doug McLain [Thu, 10 Jul 2008 18:37:26 +0000 (18:37 +0000)]
Replaced some c includes with their c++ wrappers

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3584 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agono more NATIVE_OSX_KEYS option - GTKOSX selects for that too 2.5
Paul Davis [Thu, 10 Jul 2008 14:55:15 +0000 (14:55 +0000)]
no more NATIVE_OSX_KEYS option - GTKOSX selects for that too

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3581 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoposix_memalign fixes from RB svn
Paul Davis [Thu, 10 Jul 2008 14:36:57 +0000 (14:36 +0000)]
posix_memalign fixes from RB svn

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3580 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoinclude <stdlib.h> to keep robust compilers happy
Paul Davis [Thu, 10 Jul 2008 12:09:26 +0000 (12:09 +0000)]
include <stdlib.h> to keep robust compilers happy

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3577 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoupdate to rubberband 1.2
Paul Davis [Thu, 10 Jul 2008 11:30:19 +0000 (11:30 +0000)]
update to rubberband 1.2

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3576 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUpdate definition of YEAR entity in manual
Tim Mayberry [Thu, 10 Jul 2008 10:42:06 +0000 (10:42 +0000)]
Update definition of YEAR entity in manual

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3575 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove entities file used by the manual that is generated by build system
Tim Mayberry [Thu, 10 Jul 2008 10:42:03 +0000 (10:42 +0000)]
Remove entities file used by the manual that is generated by build system

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3574 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRun make format on the manual
Tim Mayberry [Thu, 10 Jul 2008 10:41:59 +0000 (10:41 +0000)]
Run make format on the manual

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3573 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix duplicate id in manual so the book validates
Tim Mayberry [Thu, 10 Jul 2008 10:41:55 +0000 (10:41 +0000)]
Fix duplicate id in manual so the book validates

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3572 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd contact information to the contribution page in manual
Tim Mayberry [Thu, 10 Jul 2008 10:41:52 +0000 (10:41 +0000)]
Add contact information to the contribution page in manual

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3571 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove any backup files resulting from formatting the manual in make clean
Tim Mayberry [Thu, 10 Jul 2008 10:41:48 +0000 (10:41 +0000)]
Remove any backup files resulting from formatting the manual in make clean

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3570 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoModify the format make target to correctly find all xml files in the xml/ directory...
Tim Mayberry [Thu, 10 Jul 2008 10:41:45 +0000 (10:41 +0000)]
Modify the format make target to correctly find all xml files in the xml/ directory and any subdirectories

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3569 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix the formatting of appendix elements in the manual
Tim Mayberry [Thu, 10 Jul 2008 10:41:42 +0000 (10:41 +0000)]
Fix the formatting of appendix elements in the manual

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3568 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd warning to manual help target about running scons before building the manual
Tim Mayberry [Thu, 10 Jul 2008 10:41:39 +0000 (10:41 +0000)]
Add warning to manual help target about running scons before building the manual

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3567 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix the ARDOUR_COMMAND entity in manual entities file
Tim Mayberry [Thu, 10 Jul 2008 10:41:35 +0000 (10:41 +0000)]
Fix the ARDOUR_COMMAND entity in manual entities file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3566 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUse scons to generate manual entities so the manual version is consistant with the...
Tim Mayberry [Thu, 10 Jul 2008 10:21:48 +0000 (10:21 +0000)]
Use scons to generate manual entities so the manual version is consistant with the Ardour version

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3563 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUse the correct path to one of the images
Tim Mayberry [Thu, 10 Jul 2008 10:21:36 +0000 (10:21 +0000)]
Use the correct path to one of the images

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3562 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd missing image from old docs
Tim Mayberry [Thu, 10 Jul 2008 10:21:30 +0000 (10:21 +0000)]
Add missing image from old docs

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3561 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoFix spelling mistake
Tim Mayberry [Thu, 10 Jul 2008 10:21:26 +0000 (10:21 +0000)]
Fix spelling mistake

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3560 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoReplace section on the track list and add a subsection on reordering tracks
Tim Mayberry [Thu, 10 Jul 2008 10:21:20 +0000 (10:21 +0000)]
Replace section on the track list and add a subsection on reordering tracks

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3559 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoReplace existing but mostly empty section on resizing tracks and move it to a separat...
Tim Mayberry [Thu, 10 Jul 2008 10:21:14 +0000 (10:21 +0000)]
Replace existing but mostly empty section on resizing tracks and move it to a separate file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3558 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd index term for default track names
Tim Mayberry [Thu, 10 Jul 2008 10:21:10 +0000 (10:21 +0000)]
Add index term for default track names

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3557 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd a section on deactivating tracks
Tim Mayberry [Thu, 10 Jul 2008 10:21:06 +0000 (10:21 +0000)]
Add a section on deactivating tracks

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3556 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd note to muting tracks about still reading from the playlist
Tim Mayberry [Thu, 10 Jul 2008 10:21:02 +0000 (10:21 +0000)]
Add note to muting tracks about still reading from the playlist

Add empty glossary entry for DSP referenced by note

Add entity for playlist

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3555 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd a section on muting tracks
Tim Mayberry [Thu, 10 Jul 2008 10:20:58 +0000 (10:20 +0000)]
Add a section on muting tracks

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3554 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMove signal flow diagram into a section on signal flow and into a separate file
Tim Mayberry [Thu, 10 Jul 2008 10:18:50 +0000 (10:18 +0000)]
Move signal flow diagram into a section on signal flow and into a separate file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3553 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMove section on track edit groups to a separate file
Tim Mayberry [Thu, 10 Jul 2008 10:18:46 +0000 (10:18 +0000)]
Move section on track edit groups to a separate file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3552 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoMove section on soloing tracks to separate file
Tim Mayberry [Thu, 10 Jul 2008 10:18:43 +0000 (10:18 +0000)]
Move section on soloing tracks to separate file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3551 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoReplace note about removing tracks with a warning
Tim Mayberry [Thu, 10 Jul 2008 10:18:39 +0000 (10:18 +0000)]
Replace note about removing tracks with a warning

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3550 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove warning about renaming tracks being permanent
Tim Mayberry [Thu, 10 Jul 2008 10:18:35 +0000 (10:18 +0000)]
Remove warning about renaming tracks being permanent

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3549 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd indexterm for renaming tracks
Tim Mayberry [Thu, 10 Jul 2008 10:18:32 +0000 (10:18 +0000)]
Add indexterm for renaming tracks

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3548 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd mapping for secondary index term to dbhelper.vim
Tim Mayberry [Thu, 10 Jul 2008 10:18:29 +0000 (10:18 +0000)]
Add mapping for secondary index term to dbhelper.vim

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3547 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd entities for a couple of common sections and use them where appropriate
Tim Mayberry [Thu, 10 Jul 2008 10:18:25 +0000 (10:18 +0000)]
Add entities for a couple of common sections and use them where appropriate

Move Track Display section to separate file

Move section on track controls to a separate file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3546 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUpdate documentation on removing a track and move it to a separate file.
Tim Mayberry [Thu, 10 Jul 2008 10:18:21 +0000 (10:18 +0000)]
Update documentation on removing a track and move it to a separate file.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3545 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd index entry for adding tracks
Tim Mayberry [Thu, 10 Jul 2008 10:18:17 +0000 (10:18 +0000)]
Add index entry for adding tracks

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3544 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoUpdate dbhelper.vim to include mapping for indexterm
Tim Mayberry [Thu, 10 Jul 2008 10:15:42 +0000 (10:15 +0000)]
Update dbhelper.vim to include mapping for indexterm

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3543 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd entry in the index for inverting the polarity of a track.
Tim Mayberry [Thu, 10 Jul 2008 10:15:39 +0000 (10:15 +0000)]
Add entry in the index for inverting the polarity of a track.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3542 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd an empty index element so that the docbook xsl will automatically generate the...
Tim Mayberry [Thu, 10 Jul 2008 10:15:35 +0000 (10:15 +0000)]
Add an empty index element so that the docbook xsl will automatically generate the index

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3541 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoReplace image of mixerstrip with labeled diagram.
Tim Mayberry [Thu, 10 Jul 2008 10:15:30 +0000 (10:15 +0000)]
Replace image of mixerstrip with labeled diagram.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3540 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoRemove documentation on track speed controls as the are no longer displayed in versio...
Tim Mayberry [Thu, 10 Jul 2008 10:15:25 +0000 (10:15 +0000)]
Remove documentation on track speed controls as the are no longer displayed in version 2.0

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3539 d708f5d6-7413-0410-9779-e7cbd77b26cf

15 years agoAdd a tip admonition to the section on inverting polarity
Tim Mayberry [Thu, 10 Jul 2008 10:15:22 +0000 (10:15 +0000)]
Add a tip admonition to the section on inverting polarity

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3538 d708f5d6-7413-0410-9779-e7cbd77b26cf