summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2011-11-15don't look for panners in symlinks to avoid finding "duplicate" libsPaul Davis
2011-11-15Remove debug code.Carl Hetherington
2011-11-15show path where a panner is discoveredPaul Davis
2011-11-14make auto-connect be the default for inputs and outputsPaul Davis
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-11-14Typo.Carl Hetherington
2011-11-14Fix unit test build by adding some dummy LXVST methods.Carl Hetherington
2011-11-13move LXVST GUI stuff into gtk2_ardour, and fix X11 uselib stuff in wscriptsPaul Davis
2011-11-13Fix some bits of the libardour unit tests.Carl Hetherington
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-11-12Fix lingering references to old persist extension.David Robillard
2011-11-11Update LV2 persist extension implementation (now named LV2 state).David Robillard
2011-11-11remove debug outputPaul Davis
2011-11-11fix nasty off by one error that put the end of an end-trimmed region one samp...Paul Davis
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
2011-11-11cleanup regexp after usePaul Davis
2011-11-11use home-grown solution for path_expand(), rather than wordexp() which is bro...Paul Davis
2011-11-10next attempt to fix the use of wordexp(3) ...Paul Davis
2011-11-10force IFS=/ when calling path_expand, so that whitespace in paths doesn't cau...Paul Davis
2011-11-10show all paths discovered when a path is ambiguous (via error<<)Paul Davis
2011-11-10use error << to replace cerr in AudioUnits GUI code, and a couple of minor tw...Paul Davis
2011-11-09some possible build fixes for OS XPaul Davis
2011-11-09provide global prelight option (its in Edit -> Preferences->Interface)Paul Davis
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-09Return 0 from the topological sort if it failed due toCarl Hetherington
2011-11-09typedef for a DAGVertex.Carl Hetherington
2011-11-08Remove a couple of unnecessary casts.Carl Hetherington
2011-11-08Fix a few SNAFUs in the port matrix related to multi-type bundles (#4454).Carl Hetherington
2011-11-08Attempt to fix some confusions caused by bundles containingCarl Hetherington
2011-11-08Fix naming / numbering of new MIDI tracks (#4453).Carl Hetherington
2011-11-07Fix name and a comment.Carl Hetherington
2011-11-07Use standard style LV2 extension include paths.David Robillard
2011-11-07Do a topological sort of the route list before passing it toCarl Hetherington
2011-11-05Coding style tinkering.Carl Hetherington
2011-11-05A few more comments.Carl Hetherington
2011-11-05Fix i18n.David Robillard
2011-11-05A few comments.Carl Hetherington
2011-11-05Remove what is IMHO an unnecessarily confusing typedef.Carl Hetherington
2011-11-04Remove non-RT-safe alloc in the MIDI process() call.Carl Hetherington
2011-11-04Fix somewhat confusing method names.Carl Hetherington
2011-11-04Make sure that the old route group is left properly whenCarl Hetherington
2011-11-03Don't offer inputs to things as possible output connections, and vice versa (...Carl Hetherington
2011-11-01Allocate some thread-local buffers for the GUI thread so that the PluginEqGui...Carl Hetherington
2011-11-01start trying to remove the use of Plugin::info()->n_{inputs,outputs}, which a...Paul Davis
2011-11-01a better fix for the silent buffer issue: whenever we run a plugin, mark all ...Paul Davis
2011-11-01force re-silence of buffers in ProcessThread::get_silent_buffers(), an interi...Paul Davis
2011-11-01Make plugin scanner objects give leaf names to their filters, so that they wo...Carl Hetherington
2011-11-01Add an option to disable editor update during drags of theCarl Hetherington
2011-11-01Give group and meter point buttons controllable visibility.Carl Hetherington
2011-11-01Trim include.Carl Hetherington