summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-04-14check whether a source with the same path exists in session list not just on ...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-12remove unnecessary includeRobin Gareus
2014-04-11another stab at a working vst on windowsunknown
2014-04-11interim vst fixesunknown
2014-04-11amend previous commit, remove cruft, no more extern function pointersRobin Gareus
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2014-04-10remove use of JACK headers to allow building on systems without JACKPaul Davis
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-10name-change of RuntimeProfile elementPaul Davis
2014-04-10add new element to ARDOUR::RuntimeProfilePaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-04-07Make tests build again (fix linker issues)Sakari Bergen
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-04clarify comments for SndFileSource constructorsPaul Davis
2014-04-04fix typo in commentPaul Davis
2014-03-24fix return in ::drop_device()Paul Davis
2014-03-24call AudioBackend::drop_device() when dropping a backend.Paul Davis
2014-03-24add ::drop_device() method to ARDOUR::AudioBackendPaul Davis
2014-03-23just bail out (to prevent further harm) if no panners are found.Robin Gareus
2014-03-23fix yet another possible memory leakRobin Gareus
2014-03-23catch OOMRobin Gareus
2014-03-23assure midi patch ID is set before assigning itRobin Gareus
2014-03-23remove dead code (PIChaser has been superseded with PLL,DLL)Robin Gareus
2014-03-23fix some memory leaksRobin Gareus
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