summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2014-04-10name-change of RuntimeProfile elementPaul Davis
2014-04-10add new element to ARDOUR::RuntimeProfilePaul Davis
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-03-24fix return in ::drop_device()Paul Davis
2014-03-24add ::drop_device() method to ARDOUR::AudioBackendPaul Davis
2014-03-23remove dead code (PIChaser has been superseded with PLL,DLL)Robin Gareus
2014-03-17Make sure that windows_search_path() is 'visible' in Windows (will be needed ...John Emmas
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-10required header for new search_paths.hPaul Davis
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-05move vst detection code into ARDOUR namespaceRobin Gareus
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-02implement VST midi-outputRobin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-02add missing extra filePaul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-03-01re-work VST paths configuration.Robin Gareus
2014-02-28change default value for plugin scan progress windowRobin Gareus
2014-02-28break out ARDOUR::PluginTypeRobin Gareus
2014-02-26user-configurable VST search paths (backend)Robin Gareus
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-25scan VSTs in background, allow to cancel & timeoutRobin Gareus
2014-02-25global static path to plugin scanner app.Robin Gareus
2014-02-25prepare plugin list refresh w/o instantiate (using cache only)Robin Gareus
2014-02-25VST scanner tool.. part twoRobin Gareus
2014-02-24preparations for VST blacklist (paths)Robin Gareus
2014-02-24remove incorrectly placed export declarationPaul Davis
2014-02-24remove unused and unimplementable audio engine sample format codePaul Davis
2014-02-24add (finally) DEBUG::AudioEngine bit and convert existing debug trace message...Paul Davis
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin Gareus
2014-02-23remaining bits for VST-shell plugin support ..and more VST reworkRobin Gareus
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22first part of merging windows and wine VSTRobin Gareus