summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-11-22Use same VST callback for both Linux and Windows VSTs.Carl Hetherington
2011-11-22Add missing files.Carl Hetherington
2011-11-22Push most of LXVSTPlugin and WindowsVSTPlugin up to VSTPlugin parent.Carl Hetherington
2011-11-22No-op; tidy-up.Carl Hetherington
2011-11-22Fix tests.Carl Hetherington
2011-11-22Share main VSTFX / FST struct between windows / linux VSTs.Carl Hetherington
2011-11-22Share VSTHandle and VSTInfo between windows/linux VSTs.Carl Hetherington
2011-11-22Use same aeffectx.h for windows and linux VSTs.Carl Hetherington
2011-11-22Remove VESTIGE_HEADER stuff since we will always use it.Carl Hetherington
2011-11-21Make the windows VST callback use int32_t rather than long (to make it the sa...Carl Hetherington
2011-11-21Missing file.Carl Hetherington
2011-11-21Share VSTKey struct beween linux and windows VST.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-21Re-add code to support do-not-record-plugins (#4487).Carl Hetherington
2011-11-21Implement the LV2 urid extension and remove implementation of (experimental) ...David Robillard
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-20Make a few things private in Delivery; couple of minorCarl Hetherington
2011-11-20Remove unused variables.Carl Hetherington
2011-11-20Comment fixes.Carl Hetherington
2011-11-17move non-X11/GUI related lxvst code back into libardourPaul Davis
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-11-16Remove set_state / _set_state dance in Route hierarchyCarl Hetherington
2011-11-16Make activate/deactivate all only operate on visibleCarl Hetherington
2011-11-16Doxygen tweaks.Carl Hetherington
2011-11-16Remove unused variable.Carl Hetherington
2011-11-16Save custom meter position so that it can be restored ifCarl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-11-15Use ARDOUR_EXPORT_FORMATS_PATH (as set up by the bundle)Carl Hetherington
2011-11-15Fix comment.Carl Hetherington
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-12Fix lingering references to old persist extension.David Robillard
2011-11-11Update LV2 persist extension implementation (now named LV2 state).David Robillard
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
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-09typedef for a DAGVertex.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-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-05A few more comments.Carl Hetherington
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-03Don't offer inputs to things as possible output connections, and vice versa (...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