summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-10-18remove gnome canvas from ardour source tree (require 2.30 for build)Paul Davis
2011-10-18Remove unused code.Carl Hetherington
2011-10-17Discard MIDI when sending to the monitor bus. FixesCarl Hetherington
2011-10-13avoid listing duplicate LXVST plugins that are discovered along LXVST_PATH or...Paul Davis
2011-10-13add new per-session MIDI-region-copy-is-fork: if set, all MIDI region copies ...Paul Davis
2011-10-07Remove unused variable.Carl Hetherington
2011-10-07Fix crash on "Consolidate Range" on MIDI tracks (#4226).David Robillard
2011-10-07Fix crash when moving end marker after deleting loop range (#4357).David Robillard
2011-10-07Make panner tolerate 0 audio inputs (fix #4353).David Robillard
2011-10-04Fix LXVST compile.Carl Hetherington
2011-10-03update vestige header; fix 64 bit issuesPaul Davis
2011-10-03Remove LV2 support via SLV2 (Lilv only now).David Robillard
2011-09-30Proper fix for r10178.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-30workaround for WTF-breakage of bld.env/bld.is_defined, but this is probably j...Paul Davis
2011-09-30don't build tranzport support unless it was asked for (it doesn't work anyway)Paul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-30make libardour header checks non-mandatory (for OS X)Paul Davis
2011-09-30make surfaces header checks non-mandatory (for OS X)Paul Davis
2011-09-30make libpbd header checks non-mandatory (for OS X)Paul Davis
2011-09-29Fix installation globsDavid Robillard
2011-09-29Fix whitespace.David Robillard
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-28more jack include fixesPaul Davis
2011-09-28header file fixup for weak jack linkage, forward ported from 2.XPaul Davis
2011-09-28forward port latency computation fix from 2.X for case where a route has no c...Paul Davis
2011-09-28Strip .ardour prefix from session files selected from the startup dialogue. ...Carl Hetherington
2011-09-27Patch from Colin to fix a search/replace bug in TOC/CUE generation (#4336).Carl Hetherington
2011-09-27Add missed parent class call to Sequence::control_list_marked_dirty. Fixes #...Carl Hetherington
2011-09-27The most minor of formatting tweaks.Carl Hetherington
2011-09-27Fix crash on close after Mackie modifications by making it use AbstractUI so ...Carl Hetherington
2011-09-26Fix crash on startup caused by previous Mackie commits.Carl Hetherington
2011-09-26No-op; formatting tidy-ups.Carl Hetherington
2011-09-26Update Mackie surface state when something is connected to its output port (#...Carl Hetherington
2011-09-26Add Signal5.Carl Hetherington
2011-09-26Correct signal handling for previous commit.Carl Hetherington
2011-09-26Delete MIDI port objects when the MackieControlProtocol is torn down, so that...Carl Hetherington
2011-09-26Use RCU for MIDI Manager's port list.Carl Hetherington
2011-09-26more assert/debuggingPaul Davis
2011-09-26Somewhat experimental patch to hide plugin inputs if the preceding processor ...Carl Hetherington
2011-09-26Tidy up PluginInsert's handling of how it chooses to map plugin IO to that of...Carl Hetherington
2011-09-26Fix warnings.Carl Hetherington
2011-09-253.X version of earlier major fix to 2.X: Route::check_initial_delay() should ...Paul Davis
2011-09-25minor but important fix for the wrap-buffer case in a recording audio diskstreamPaul Davis
2011-09-25minor correction in return type castPaul Davis
2011-09-21change default search path for linux VST to use lib64 as appropriatePaul Davis
2011-09-21fixes from 2.X for latency/capture alignment stuff: don't reverse route list,...Paul Davis