ardour.git
16 years agorearrange icons/presets on xfade editor to be symmetric; refactor importable source...
Paul Davis [Wed, 27 Feb 2008 02:09:03 +0000 (02:09 +0000)]
rearrange icons/presets on xfade editor to be symmetric; refactor importable source/resampled importable source to allow for both sndfile and coreaudio handled file i/o

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

16 years agonon-AA canvas support (not used by default); new SAE menus; fix locate-play-locate...
Paul Davis [Tue, 26 Feb 2008 16:34:45 +0000 (16:34 +0000)]
non-AA canvas support (not used by default); new SAE menus; fix locate-play-locate ; add toggle-punch ; use primary clock for verbose cursor mode at all the right times; minimize clock redrawing part one

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

16 years agoAdd missing $PREFIX/share/ardour2 to uninstall target. Fix consequent missing icons...
Nick Mainsbridge [Tue, 26 Feb 2008 13:04:41 +0000 (13:04 +0000)]
Add missing $PREFIX/share/ardour2 to uninstall target. Fix consequent missing icons thinko in previous commit.

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

16 years agoNew FREEDESKTOP scons option installs desktop MIME entry and .desktop file. Also...
Nick Mainsbridge [Mon, 25 Feb 2008 17:37:55 +0000 (17:37 +0000)]
New FREEDESKTOP scons option installs desktop MIME entry and .desktop file. Also uses fd.o standard names and locations for icons.

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

16 years agoFixes for canvas and gain meter text not being scaled on startup
Doug McLain [Sun, 24 Feb 2008 19:13:09 +0000 (19:13 +0000)]
Fixes for canvas and gain meter text not being scaled on startup

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

16 years agomake canvas text scale with font scaler; prevent bogus values from putting NaN's...
Paul Davis [Sun, 24 Feb 2008 02:28:25 +0000 (02:28 +0000)]
make canvas text scale with font scaler; prevent bogus values from putting NaN's into automation lines

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

16 years agofix up use of plugin input counts when running; SAE menu tweaks; fix up management...
Paul Davis [Sat, 23 Feb 2008 15:22:58 +0000 (15:22 +0000)]
fix up use of plugin input counts when running; SAE menu tweaks; fix up management and display of edit point selection; AU window stuff

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

16 years agofix stupid uses of Session::get_silent_buffers() from crashing ardour
Paul Davis [Sat, 23 Feb 2008 15:00:53 +0000 (15:00 +0000)]
fix stupid uses of Session::get_silent_buffers() from crashing ardour

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

16 years agofix up meter thread management when JACK client starts/stops/is halted ; put focus...
Paul Davis [Sat, 23 Feb 2008 14:13:25 +0000 (14:13 +0000)]
fix up meter thread management when JACK client starts/stops/is halted ; put focus in plugin search entry when plugin selector is shown ; add WINDOWS_KEY option to gtk2_ardour/SConscript, controlling what X modifier is used for LEVEL4 modifier/bindings ; fix up Keyboard object to properly support LEVEL4 bindings ; fix Playlist::partition_internal() to avoid acting on regions that should not be operated on given the range provided ; fix up more stuff relating to get_regions_for(), including cut/delete ops on edit range vs. regions

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

16 years agoadd header
Doug McLain [Sat, 23 Feb 2008 03:03:16 +0000 (03:03 +0000)]
add header

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

16 years agoFix the stepping direction for horizontal faders, it was stepping in the wrong direct...
Doug McLain [Sat, 23 Feb 2008 02:58:03 +0000 (02:58 +0000)]
Fix the stepping direction for horizontal faders, it was stepping in the wrong direction, and comment the line that

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

16 years agoI forgot to swap the function names
Doug McLain [Sat, 23 Feb 2008 00:01:37 +0000 (00:01 +0000)]
I forgot to swap the function names

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

16 years agoSave and restore users font scale setting
Doug McLain [Fri, 22 Feb 2008 23:47:33 +0000 (23:47 +0000)]
Save and restore users font scale setting

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

16 years agonew font/dpi scaler in Windows -> Preferences -> Misc
Paul Davis [Fri, 22 Feb 2008 05:06:39 +0000 (05:06 +0000)]
new font/dpi scaler in Windows -> Preferences -> Misc

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

16 years agofix some layering/display problems with AU GUIs (requires new patches for GDK/Quartz)
Paul Davis [Fri, 22 Feb 2008 02:48:38 +0000 (02:48 +0000)]
fix some layering/display problems with AU GUIs (requires new patches for GDK/Quartz)

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

16 years agofix first_idle idea so that tracks added after session loading show up OK
Paul Davis [Thu, 21 Feb 2008 21:45:40 +0000 (21:45 +0000)]
fix first_idle idea so that tracks added after session loading show up OK

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

16 years agofinal (?) tweak for totally optimized meter redraws (vertical only)
Paul Davis [Thu, 21 Feb 2008 20:43:46 +0000 (20:43 +0000)]
final (?) tweak for totally optimized meter redraws (vertical only)

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

16 years agoFix clashing zoom keybindings.
David Robillard [Thu, 21 Feb 2008 19:25:41 +0000 (19:25 +0000)]
Fix clashing zoom keybindings.

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

16 years agofix deadlock in playlist::partition(); new first idle model, including message about...
Paul Davis [Thu, 21 Feb 2008 18:37:00 +0000 (18:37 +0000)]
fix deadlock in playlist::partition(); new first idle model, including message about loading visual data; make h-faders use scroll up/down and be scalable-clickable; new track menu stuff (waveform scaling/shape); fix up ordering of ruler menus; fix initial sensitivity of region menu operations

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

16 years agominor fixes from OS X land
Paul Davis [Thu, 21 Feb 2008 02:45:42 +0000 (02:45 +0000)]
minor fixes from OS X land

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

16 years agomore meter optimization
Paul Davis [Thu, 21 Feb 2008 02:24:11 +0000 (02:24 +0000)]
more meter optimization

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

16 years agostart to optimize meter draws even more
Paul Davis [Thu, 21 Feb 2008 00:36:47 +0000 (00:36 +0000)]
start to optimize meter draws even more

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

16 years agonotably speed up startup time by deferring streamview display untl the GUI is idle
Paul Davis [Wed, 20 Feb 2008 22:05:52 +0000 (22:05 +0000)]
notably speed up startup time by deferring streamview display untl the GUI is idle

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

16 years agoupdate preset selector lists every time a plugin UI is shown
Paul Davis [Wed, 20 Feb 2008 21:18:01 +0000 (21:18 +0000)]
update preset selector lists every time a plugin UI is shown

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

16 years agodrop ruler_show[] in favor of specific editor actions; various new actions and menu...
Paul Davis [Wed, 20 Feb 2008 19:49:43 +0000 (19:49 +0000)]
drop ruler_show[] in favor of specific editor actions; various new actions and menu support for new Tracks top level menu

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

16 years agonew SAE-de bindings
Paul Davis [Sun, 17 Feb 2008 22:47:29 +0000 (22:47 +0000)]
new SAE-de bindings

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

16 years agoFix incorrect comment.
David Robillard [Sun, 17 Feb 2008 22:47:12 +0000 (22:47 +0000)]
Fix incorrect comment.
Remove ancient, rotting, flowcanvas.

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

16 years agoa boatload of changes and fixes related to SAE menu redesign (several new operations...
Paul Davis [Sun, 17 Feb 2008 22:41:34 +0000 (22:41 +0000)]
a boatload of changes and fixes related to SAE menu redesign (several new operations, things set up as actions for use in the main menu; fix Editor::snap_to() since it was really severely broken for general use

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

16 years agoFix for last commit where rec enable state was not considered. Change adat option...
Nick Mainsbridge [Sun, 17 Feb 2008 15:32:29 +0000 (15:32 +0000)]
Fix for last commit where rec enable state was not considered. Change adat option name to Tape Machine Mode and make it default to off.

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

16 years agoRemove beat entry from meter dialog (beats are not allowed in API), clean up some...
Nick Mainsbridge [Sun, 17 Feb 2008 12:20:16 +0000 (12:20 +0000)]
Remove beat entry from meter dialog (beats are not allowed in API), clean up some hardware monitoring code, new configuration vars: ADAT Monitor Mode (documented) and Rubberbanding Snaps to Grid (self explanitory I hope, defaults to off), add some monitoring documentation.

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

16 years agosome fixes to sex. it starts and runs and starts transferring, but it never finishes...
Doug McLain [Sun, 17 Feb 2008 07:23:04 +0000 (07:23 +0000)]
some fixes to sex.  it starts and runs and starts transferring, but it never finishes with all the files

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

16 years agowave making data debugging
Paul Davis [Sat, 16 Feb 2008 15:26:49 +0000 (15:26 +0000)]
wave making data debugging

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

16 years agoreplace a typo with the result that led to the desired non-step behaviour on non...
Doug McLain [Sat, 16 Feb 2008 11:04:30 +0000 (11:04 +0000)]
replace a typo with the result that led to the desired non-step behaviour on non-dragging clicks for horizontal sliders, so that the track can be selected by clicking on the fader without changing its position.

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

16 years agoremove debug output
Doug McLain [Sat, 16 Feb 2008 01:40:14 +0000 (01:40 +0000)]
remove debug output

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

16 years agoreset doug's mistaken commit with fonts
Paul Davis [Fri, 15 Feb 2008 22:30:51 +0000 (22:30 +0000)]
reset doug's mistaken commit with fonts

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

16 years agoTrackfaders
Doug McLain [Fri, 15 Feb 2008 22:27:48 +0000 (22:27 +0000)]
Trackfaders

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

16 years agonow that GDK adds state to scroll events, use it with pixfader; fix up pixfader decls...
Paul Davis [Fri, 15 Feb 2008 21:56:25 +0000 (21:56 +0000)]
now that GDK adds state to scroll events, use it with pixfader; fix up pixfader decls; fix osx_build mistake with SAE binding file name

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

16 years agofix up install targets for binding files, really now
Paul Davis [Fri, 15 Feb 2008 21:33:22 +0000 (21:33 +0000)]
fix up install targets for binding files, really now

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

16 years agofix up install targets for binding files
Paul Davis [Fri, 15 Feb 2008 21:32:41 +0000 (21:32 +0000)]
fix up install targets for binding files

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

16 years agofixed uninitialized variable that made ardour scrub at the wrong times
Paul Davis [Fri, 15 Feb 2008 20:46:39 +0000 (20:46 +0000)]
fixed uninitialized variable that made ardour scrub at the wrong times

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

16 years agomake fine-tuning modifiers for PixFader platform specific
Paul Davis [Fri, 15 Feb 2008 20:39:43 +0000 (20:39 +0000)]
make fine-tuning modifiers for PixFader platform specific

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

16 years agofix use of basename; AU automation now working; add gtk event reporter back into...
Paul Davis [Fri, 15 Feb 2008 20:37:41 +0000 (20:37 +0000)]
fix use of basename; AU automation now working; add gtk event reporter back into SAE bundle; fix up carbon menu handler so that it never causes a nested gtk main loop problem

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

16 years agoFix crasher: Make sure entered_regionview is set if it's used.
Sampo Savolainen [Fri, 15 Feb 2008 20:30:54 +0000 (20:30 +0000)]
Fix crasher: Make sure entered_regionview is set if it's used.

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

16 years agolock edit mode disallows sliding regions in time. override by holding 3rd mouse...
Ben Loftis [Fri, 15 Feb 2008 19:43:28 +0000 (19:43 +0000)]
lock edit mode disallows sliding regions in time.  override by holding 3rd mouse button

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

16 years agoMake import GUI report if you are importing a file of a name that
Sampo Savolainen [Fri, 15 Feb 2008 06:41:22 +0000 (06:41 +0000)]
Make import GUI report if you are importing a file of a name that
already exists in the session. Legwork to allow updating existing source
files via the import dialog.

Fix bug which caused the current import logic to select existing file
name as target file when importing. This caused the newly imported file
to be concatenated after the original data.

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

16 years agofix the same old same old OS X install_name_tool issue, this time for libpangomm
Paul Davis [Thu, 14 Feb 2008 22:05:27 +0000 (22:05 +0000)]
fix the same old same old OS X install_name_tool issue, this time for libpangomm

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

16 years agofix the same old same old OS X install_name_tool issue, this time for libardour
Paul Davis [Thu, 14 Feb 2008 21:55:20 +0000 (21:55 +0000)]
fix the same old same old OS X install_name_tool issue, this time for libardour

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

16 years agominor keyboard binding improvements and build fixes
Paul Davis [Thu, 14 Feb 2008 02:31:32 +0000 (02:31 +0000)]
minor keyboard binding improvements and build fixes

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

16 years agodynamic discovery & loading of keybindings
Paul Davis [Thu, 14 Feb 2008 01:59:28 +0000 (01:59 +0000)]
dynamic discovery & loading of keybindings

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

16 years agocreate xrun markers should be on by default part duex
Doug McLain [Wed, 13 Feb 2008 22:55:54 +0000 (22:55 +0000)]
create xrun markers should be on by default part duex

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

16 years agocreate xrun markers should be on by default
Doug McLain [Wed, 13 Feb 2008 22:35:45 +0000 (22:35 +0000)]
create xrun markers should be on by default

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

16 years agofix vst plugin UI to work with recent changes
Paul Davis [Wed, 13 Feb 2008 20:35:51 +0000 (20:35 +0000)]
fix vst plugin UI to work with recent changes

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

16 years agosplash updating on gdk/quartz; more filtering of automatable AU parameters
Paul Davis [Wed, 13 Feb 2008 19:41:34 +0000 (19:41 +0000)]
splash updating on gdk/quartz; more filtering of automatable AU parameters

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

16 years agolots more BootMessages
Paul Davis [Wed, 13 Feb 2008 18:05:36 +0000 (18:05 +0000)]
lots more BootMessages

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

16 years ago"boot" messages; more AU fixes; new SAE ui.conf file
Paul Davis [Wed, 13 Feb 2008 16:38:14 +0000 (16:38 +0000)]
"boot" messages; more AU fixes; new SAE ui.conf file

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

16 years agoadd option to create xrun markers on the location markerbar
Doug McLain [Wed, 13 Feb 2008 14:38:49 +0000 (14:38 +0000)]
add option to create xrun markers on the location markerbar

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

16 years agoadd missing header
Doug McLain [Wed, 13 Feb 2008 11:44:53 +0000 (11:44 +0000)]
add missing header

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

16 years agodiscover all AU parameters, map to ardour internal data, make automationt tracks...
Paul Davis [Wed, 13 Feb 2008 04:34:54 +0000 (04:34 +0000)]
discover all AU parameters, map to ardour internal data, make automationt tracks available (but not functional)

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

16 years agochange some stuff associated with snapshot automation (accidentally committed with...
Paul Davis [Wed, 13 Feb 2008 01:58:04 +0000 (01:58 +0000)]
change some stuff associated with snapshot automation (accidentally committed with last commit, this finishes it off)

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

16 years agoallow ardour to use the (hard) maximum number of open files (this one's for you essej)
Paul Davis [Wed, 13 Feb 2008 01:56:33 +0000 (01:56 +0000)]
allow ardour to use the (hard) maximum number of open files (this one's for you essej)

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

16 years agotidy up AU GUIs, make bypass button work and add preset/automation placeholders
Paul Davis [Tue, 12 Feb 2008 19:58:11 +0000 (19:58 +0000)]
tidy up AU GUIs, make bypass button work and add preset/automation placeholders

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

16 years agofix problems with files being needlessly re-analysed at startup
Paul Davis [Tue, 12 Feb 2008 18:12:11 +0000 (18:12 +0000)]
fix problems with files being needlessly re-analysed at startup

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

16 years agograbber edit point cursor improvements; do not allow align() to use entered regionvie...
Paul Davis [Tue, 12 Feb 2008 17:14:43 +0000 (17:14 +0000)]
grabber edit point cursor improvements; do not allow align() to use entered regionview if there are selected regions

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

16 years agofix up compile issues; add new grabber_edit_point cursor
Paul Davis [Tue, 12 Feb 2008 16:55:11 +0000 (16:55 +0000)]
fix up compile issues; add new grabber_edit_point cursor

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

16 years agoalter a previous change re: transport menu shortening; fix splash screen crash in...
Paul Davis [Tue, 12 Feb 2008 14:12:58 +0000 (14:12 +0000)]
alter a previous change re: transport menu shortening; fix splash screen crash in some window managers; some code to get me a .png of a cursor

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

16 years agoAU GUIs basically working, though unfinished; push up dialog for massive split operat...
Paul Davis [Tue, 12 Feb 2008 02:51:51 +0000 (02:51 +0000)]
AU GUIs basically working, though unfinished; push up dialog for massive split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks

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

16 years agoFix small issue with the playlist unique name patch.
Sampo Savolainen [Sun, 10 Feb 2008 16:54:21 +0000 (16:54 +0000)]
Fix small issue with the playlist unique name patch.

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

16 years agoMake sure playlists have unique names
Sampo Savolainen [Sun, 10 Feb 2008 12:42:49 +0000 (12:42 +0000)]
Make sure playlists have unique names

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

16 years agoupdated app_build and exporter with latest build necessities
Jesse Chappell [Sun, 10 Feb 2008 04:31:46 +0000 (04:31 +0000)]
updated app_build and exporter with latest build necessities

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

16 years agoMake sure buses and tracks have unique names.
Sampo Savolainen [Sat, 9 Feb 2008 10:32:45 +0000 (10:32 +0000)]
Make sure buses and tracks have unique names.

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

16 years agowork with scons changes in Chmod for VST build
Paul Davis [Fri, 8 Feb 2008 16:13:14 +0000 (16:13 +0000)]
work with scons changes in Chmod for VST build

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

16 years agoshrink height of transport submenu
Paul Davis [Thu, 7 Feb 2008 13:55:58 +0000 (13:55 +0000)]
shrink height of transport submenu

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

16 years agofix crash caused by adding both entered_regionview and regions_at_edit_point to regio... 2.3.1
Paul Davis [Thu, 7 Feb 2008 03:33:46 +0000 (03:33 +0000)]
fix crash caused by adding both entered_regionview and regions_at_edit_point to region selection in get_regions_for_action()

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

16 years agofinal part of tape track waveview problem, and fix crash at session close caused...
Paul Davis [Thu, 7 Feb 2008 03:16:27 +0000 (03:16 +0000)]
final part of tape track waveview problem, and fix crash at session close caused by marker handling

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

16 years agofix missing waveviews in tape region views while recording (until reload)
Paul Davis [Thu, 7 Feb 2008 02:32:39 +0000 (02:32 +0000)]
fix missing waveviews in tape region views while recording (until reload)

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

16 years agofix message about SLV2 2.3
Paul Davis [Wed, 6 Feb 2008 19:31:48 +0000 (19:31 +0000)]
fix message about SLV2

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

16 years agoinclude lv2 source in srctar even if LV2=0
Paul Davis [Wed, 6 Feb 2008 17:48:07 +0000 (17:48 +0000)]
include lv2 source in srctar even if LV2=0

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

16 years agofix bad return value (no side effects - the return value was never checked) - noticed...
Paul Davis [Wed, 6 Feb 2008 16:45:10 +0000 (16:45 +0000)]
fix bad return value (no side effects - the return value was never checked) - noticed during test build

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

16 years agofix vamp-plugins build file for srctar
Paul Davis [Wed, 6 Feb 2008 16:20:16 +0000 (16:20 +0000)]
fix vamp-plugins build file for srctar

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

16 years agobump version to 2.3
Paul Davis [Wed, 6 Feb 2008 15:47:05 +0000 (15:47 +0000)]
bump version to 2.3

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

16 years agomake "Set Range Selection" in per-region context (sub)menu use all selected regions...
Paul Davis [Wed, 6 Feb 2008 15:24:40 +0000 (15:24 +0000)]
make "Set Range Selection" in per-region context (sub)menu use all selected regions instead of just the first selected one (alternate behaviour could include using the clicked regionview, but that is to be generally avoided)

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

16 years agoproper fix for stereo region wave drawing bug; make trackheight operations apply...
Paul Davis [Wed, 6 Feb 2008 15:05:51 +0000 (15:05 +0000)]
proper fix for stereo region wave drawing bug; make trackheight operations apply to all selected tracks

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

16 years agochange font sizes for a few items that got too big in the last round of font size...
Paul Davis [Wed, 6 Feb 2008 04:32:39 +0000 (04:32 +0000)]
change font sizes for a few items that got too big in the last round of font size changes

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

16 years agomove mixer window arrangement back the way it was
Paul Davis [Wed, 6 Feb 2008 03:07:16 +0000 (03:07 +0000)]
move mixer window arrangement back the way it was

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

16 years agofix align_selection_relative() to use regions once only, and in the correct order
Paul Davis [Wed, 6 Feb 2008 03:00:34 +0000 (03:00 +0000)]
fix align_selection_relative() to use regions once only, and in the correct order

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

16 years agofix up forgotten Keyboard ideas of modifiers
Paul Davis [Wed, 6 Feb 2008 02:16:40 +0000 (02:16 +0000)]
fix up forgotten Keyboard ideas of modifiers

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

16 years agoget arrow keys to appear in the mac menu; add/change high level command to osx_build...
Paul Davis [Wed, 6 Feb 2008 01:46:53 +0000 (01:46 +0000)]
get arrow keys to appear in the mac menu; add/change high level command to osx_build script; update ardour-sae.menus

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

16 years agorationalize all region selection for editor operations
Paul Davis [Tue, 5 Feb 2008 21:09:22 +0000 (21:09 +0000)]
rationalize all region selection for editor operations

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

16 years agouse a separate drag rect for cd marker bar, show cd marker details on load in locatio...
Nick Mainsbridge [Tue, 5 Feb 2008 19:29:05 +0000 (19:29 +0000)]
use a separate drag rect for cd marker bar, show cd marker details on load in location ui.

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

16 years agoshow loop and punch locations properly in location ui, reorder some dialog buttons.
Nick Mainsbridge [Tue, 5 Feb 2008 15:58:10 +0000 (15:58 +0000)]
show loop and punch locations properly in location ui, reorder some dialog buttons.

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

16 years agoadjusting region fade in/out lengths makes the fade in/out active; new font sizes...
Paul Davis [Tue, 5 Feb 2008 15:34:13 +0000 (15:34 +0000)]
adjusting region fade in/out lengths makes the fade in/out active; new font sizes; new font generation code in gtk2_ardour/SConscript; move mixer strip/group pane over to the RHS to match the editor; clean up ardour-sae-de.bindings.in; fix glue-to-music-time menu item (was always active)

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

16 years agoslight improvement/fix for osx_build packaging
Paul Davis [Mon, 4 Feb 2008 22:49:47 +0000 (22:49 +0000)]
slight improvement/fix for osx_build packaging

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

16 years agofix typo that breaks non-GTKOSX compilation
Paul Davis [Mon, 4 Feb 2008 22:48:13 +0000 (22:48 +0000)]
fix typo that breaks non-GTKOSX compilation

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

16 years agoprovide instructional hint for keyeditor; fix keybinding issues on OS X (needs curren...
Paul Davis [Mon, 4 Feb 2008 22:37:57 +0000 (22:37 +0000)]
provide instructional hint for keyeditor; fix keybinding issues on OS X (needs current GTK patch); fix up packaging up OSX native to include VAMP plugins and put control surfaces in (mostly) the right places ; new (improved) arrow key bindings

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

16 years agomore canvas-height related fixes; likely fix for loading VST plugins by name instead...
Paul Davis [Mon, 4 Feb 2008 21:57:45 +0000 (21:57 +0000)]
more canvas-height related fixes; likely fix for loading VST plugins by name instead of unique ID

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

16 years agoFix libsndfile warning (useless comparison).
David Robillard [Mon, 4 Feb 2008 00:35:23 +0000 (00:35 +0000)]
Fix libsndfile warning (useless comparison).

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

16 years agoAdd ambisonics files (.amb) extension to the safe file extensions check
Sampo Savolainen [Sun, 3 Feb 2008 20:36:14 +0000 (20:36 +0000)]
Add ambisonics files (.amb) extension to the safe file extensions check
(#2062), thanks nettings.

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

16 years agoWorkaround for gui hang when adding gain points (#2048)
Sampo Savolainen [Sun, 3 Feb 2008 20:19:38 +0000 (20:19 +0000)]
Workaround for gui hang when adding gain points (#2048)

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

16 years agoFix thinko in last commit for new regions.
Nick Mainsbridge [Sun, 3 Feb 2008 12:26:33 +0000 (12:26 +0000)]
Fix thinko in last commit for new regions.

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

16 years agoFix reversed bounds check in Region::adjust_to_sync (), regions with a sync point...
Nick Mainsbridge [Sun, 3 Feb 2008 08:32:18 +0000 (08:32 +0000)]
Fix reversed bounds check in Region::adjust_to_sync (), regions with a sync point snap to the sync point again.

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