fix up operation of Editor::temporal_zoom_to_frame() which had not been updated since...
[ardour.git] / libs / ardour /
2014-03-14 Robin Gareuscomment libardour functions that are not used in extern...
2014-03-14 Paul Daviscall BaseUI::quit() from inside the MIDI Control UI...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-12 Paul Davismore error messages if session renaming fails, and...
2014-03-10 Paul Davisfix up waf build in wake of search path changes earlier...
2014-03-10 Paul Davisuse buf_index_in() to identify VST MIDI buffer
2014-03-10 Paul Davisuse PBD::downcase() rather than non-portable MS-based...
2014-03-10 Paul Davisrequired header for new search_paths.h
2014-03-10 John EmmasJust noticed a small problem with my previous commit...
2014-03-10 John EmmasModify 'user_config_directory()' and 'user_cache_direct...
2014-03-10 John EmmasModify 'user_config_dir_name' to use the program name...
2014-03-10 John EmmasMove 'template_search_path()' and 'route_template_searc...
2014-03-10 John EmmasTransfer 'vst_search_path()' into 'libs/ardour/search_p...
2014-03-10 John EmmasTransfer 'panner_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'midi_patch_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'lv2_bundled_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'ladspa_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'export_formats_search_path()' into 'libs...
2014-03-10 John EmmasTransfer 'control_protocol_search_path()' into 'libs...
2014-03-10 John EmmasCreate 'libs/ardour/search_paths.cc/.h' and transfer...
2014-03-09 Robin Gareustempo match midi auditioning - #5881
2014-03-09 Robin Gareus[VST] scan timeout display and per plugin timeout override.
2014-03-09 Robin Gareusprepare configurable VST scan timeout
2014-03-09 John EmmasModified nesting to ensure that 'vst_search_path()...
2014-03-08 Robin Gareusfix reading VST shell-plugin .fsi cache
2014-03-08 Robin GareusVST? yes, we can do.
2014-03-08 Robin Gareusfix double-free() when scanning VST shell plugins
2014-03-08 Robin GareusVST scanner: fix Ardour type IDs
2014-03-05 Robin Gareusno dot prefix for VST cache files on windows.
2014-03-05 Robin Gareusmove vst detection code into ARDOUR namespace
2014-03-05 Robin Gareusclean up and document VST scanner src, add error loggin...
2014-03-05 Paul Davisreduce number of points used to define x-fade curves
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-03 Robin Gareuseven more small mingw/win fixes
2014-03-03 Robin Gareusyet another mingw/win fix
2014-03-03 Paul Davissome windows build fixes
2014-03-03 Robin Gareusdetect VST midi-in/midi-out ports separately.
2014-03-02 Robin Gareusimplement VST midi-output
2014-03-02 Paul Davisremove recently added conflation of mingw64 and msvc...
2014-03-02 Paul Davisfix missing const for windows vst_search_path()
2014-03-02 Paul Davisadd missing extra file
2014-03-02 Paul Davisuse "new" VST search path code and adjust build system...
2014-03-02 Paul Davisremove fallback_folders code, add simpler more focused...
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
2014-03-01 Robin Gareusre-work VST paths configuration.
2014-03-01 Robin Gareuschange code that is never used into assert()s.
2014-02-28 Robin Gareusfix typo in doc
2014-02-28 Robin Gareuschange default value for plugin scan progress window
2014-02-28 Robin Gareusbreak out ARDOUR::PluginType
2014-02-28 Paul Davis(backport from cairocanvas branch) do not crash when...
2014-02-28 Paul Davisdo not crash when considering a directory called midi...
2014-02-26 Paul Davisincrease number of steps in xfade curves (where applica...
2014-02-26 Robin Gareustreat linux and windows VST plugins equivalent on sessi...
2014-02-26 Robin Gareus"cancel" only cancels [new VST] discovery, not index...
2014-02-26 Robin Gareusproperly handle VST scan/discover cancellation.
2014-02-26 Robin Gareusadd note to filesystem paths
2014-02-26 Robin Gareususer-configurable VST search paths (backend)
2014-02-26 Robin Gareusfix typos
2014-02-25 Robin Gareusoption to en/dis-able VST plugin discovery on startup
2014-02-25 Robin Gareusimplement plugin-scan cancel-button sensitivity
2014-02-25 Robin Gareusscan VSTs in background, allow to cancel & timeout
2014-02-25 Robin Gareusglobal static path to plugin scanner app.
2014-02-25 Robin Gareusprepare plugin list refresh w/o instantiate (using...
2014-02-25 Robin GareusVST scanner tool.. part two
2014-02-25 Robin Gareusprepare standalone VST scanner tool.. part one
2014-02-24 Robin Gareusfix some code typos (compiler warnings)
2014-02-24 Robin Gareusimplement VST blacklisting
2014-02-24 Robin Gareuspreparations for VST blacklist (paths)
2014-02-24 Paul Davisremove incorrectly placed export declaration
2014-02-24 Paul Davisremove unused and unimplementable audio engine sample...
2014-02-24 Paul Davisadd (finally) DEBUG::AudioEngine bit and convert existi...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-24 Robin Gareusplugin scan progress-display & preferences
2014-02-24 Robin Gareusprepare GUI notifications for plugin scan
2014-02-24 Robin Gareusfix VST shell-scanner (double free), support for VST2.4
2014-02-23 Robin Gareusremaining bits for VST-shell plugin support ..and more...
2014-02-23 Robin Gareuspreparations for VST Shell plugins (mostly mixbus code...
2014-02-23 Robin Gareusconsolidate lxVST & winVST file-info code into libardour
2014-02-22 Robin Gareusfix minimum VST GUI window size (gtk padding)
2014-02-22 Robin Gareusresolve gtk + VST threading issues
2014-02-22 Robin GareusNOOP, whitespace change only
2014-02-22 Robin GareusWindows VST GUI related rework
2014-02-22 Robin Gareusfirst part of merging windows and wine VST
2014-02-22 Robin Gareusupdate vestige header (from mixbus)
2014-02-20 Paul Davisuse new ControlList::add() argument
2014-02-20 Paul Davisdo not needlessly keep starting touch/automation watch...
2014-02-20 Paul Davisclear up some stupid thinking in Amp regarding the...
2014-02-19 Paul Davisuse new ControlList::add() argument
2014-02-19 Paul Davisdo not needlessly keep starting touch/automation watch...
2014-02-19 Paul Davisclear up some stupid thinking in Amp regarding the...
2014-02-14 Paul Davisdebugging export format UUID creation
2014-02-14 Paul Davispossible fix for error during export format load-from...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-10 Paul Davisi18n updates (specifically .de from edgar a, but also...
2014-02-10 Paul Davisstring fix up, II
2014-02-10 Paul Davisstring fix up
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davisadd kxstudio linux vst dirs to LXVST default search...
2014-02-08 Paul Davisfix missing colon in extension of LXVST search path
2014-02-08 Paul Davismerge with master, with minor conflict fixes
next