summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2014-05-29fix data loss/file deletion caused by mistaken used of Session::source_by_pat...Paul Davis
2014-05-26apply gain automation on bounce - fixes 5887Robin Gareus
2014-05-26allow to set custom thread-buffer sizeRobin Gareus
2014-05-26process effect-automation when bouncing w/processingRobin Gareus
2014-05-25bounce to target number of channelsRobin Gareus
2014-05-25compensate for processor latency during bounceRobin Gareus
2014-05-23Add and use a DEBUG flag for Soundcloud uploads.Colin Fletcher
2014-05-23Visual tweaks to Soundcloud panelColin Fletcher
2014-05-23Better names for Soundcloud-related members of ExportHandlerColin Fletcher
2014-05-23Make Soundcloud upload applicable to any export format.Colin Fletcher
2014-05-23Remove Soundcloud upload from export format specificationColin Fletcher
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-18Add back libardour wrappers for PBD::SystemExecColin Fletcher
2014-05-02a variety of changes to finalize (?) (MIDI) SceneChange functionalityPaul Davis
2014-05-01Introduce global default-fade-shape configuration variableAdrian Knoth
2014-05-01Drop unused set_default-fade(float, framecnt_t) prototypeAdrian Knoth
2014-05-01fix crash in butler when destroying before thread is startedPaul Davis
2014-05-01Add AudioBackend::info() method to retrieve AudioBackendInfo objectPaul Davis
2014-04-30use per-channel signals to pick up scene changes, rather than global onesPaul Davis
2014-04-28add another missing filePaul Davis
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2014-04-16add new config parameter controlling visibility of name highlights in regions.Paul Davis
2014-04-15fix ridiculous spelling errorPaul Davis
2014-04-14remove code intended for use with basename(), fix memory leak since g_path_ge...Robin Gareus
2014-04-14more work on linking file existence and removabilityPaul 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-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-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