summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-03-23fix edge case (partial write of LV2 worker message size)Robin Gareus
2014-03-22remove unused header fileRobin Gareus
2014-03-22replace use of Gio:: for plugin stateRobin Gareus
2014-03-21fix thinkoPaul Davis
2014-03-21check if session dir is writable (needed for .bak files, undo, etc)Robin Gareus
2014-03-21When finding the control surface DLLs (MSVC built), make sure we only find on...John Emmas
2014-03-19Use glibmm to simplify my earlier efforts with 'user_config_directory()' and ...John Emmas
2014-03-19Modify 'ardour_config_search_path()' and 'ardour_data_search_path()'John Emmas
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-03-18Re-validate our iterator after SessionEventManager removes an eventJohn Emmas
2014-03-18When finding (MSVC built) panner DLLs, make sure we only find ones that match...John Emmas
2014-03-17Make sure that windows_search_path() is 'visible' in Windows (will be needed ...John Emmas
2014-03-14comment libardour functions that are not used in external scanner.Robin Gareus
2014-03-14call BaseUI::quit() from inside the MIDI Control UI destructor, to properly s...Paul Davis
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-12more error messages if session renaming fails, and remove stupid use of RENAM...Paul Davis
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-10use buf_index_in() to identify VST MIDI bufferPaul Davis
2014-03-10use PBD::downcase() rather than non-portable MS-based strlwr()Paul Davis
2014-03-10required header for new search_paths.hPaul Davis
2014-03-10Just noticed a small problem with my previous commit. Windows config files sh...John Emmas
2014-03-10Modify 'user_config_directory()' and 'user_cache_directory()' so that (on Win...John Emmas
2014-03-10Modify 'user_config_dir_name' to use the program name (e.g. Ardour or Mixbus)...John Emmas
2014-03-10Move 'template_search_path()' and 'route_template_search_path()' into 'libs/a...John Emmas
2014-03-10Transfer 'vst_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'panner_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'ladspa_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'export_formats_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'control_protocol_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() t...John Emmas
2014-03-10tempo match midi auditioning - #5881Robin Gareus
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-03-09prepare configurable VST scan timeoutRobin Gareus
2014-03-09Modified nesting to ensure that 'vst_search_path()' shouldn't return NULL if ...John Emmas
2014-03-09fix reading VST shell-plugin .fsi cacheRobin Gareus
2014-03-08VST? yes, we can do.Robin Gareus
2014-03-08fix double-free() when scanning VST shell pluginsRobin Gareus
2014-03-08VST scanner: fix Ardour type IDsRobin Gareus
2014-03-05no dot prefix for VST cache files on windows.Robin Gareus
2014-03-05move vst detection code into ARDOUR namespaceRobin Gareus
2014-03-05clean up and document VST scanner src, add error logging to fileRobin Gareus
2014-03-04reduce number of points used to define x-fade curvesPaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-03even more small mingw/win fixesRobin Gareus
2014-03-03yet another mingw/win fixRobin Gareus
2014-03-03some windows build fixesPaul Davis
2014-03-03detect VST midi-in/midi-out ports separately.Robin Gareus
2014-03-02implement VST midi-outputRobin Gareus