summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-16LV2: don't leave active plugins deactivated after latency-compute-runRobin Gareus
2014-07-16parameterize the version number used to define the config directory namePaul Davis
2014-07-15monitor knobs tweaked to better match the theme of other buttonsBen Loftis
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-15Support saving LV2 presets multiple times (fix #0005949).David Robillard
2014-07-15Support midnam files with a channel (not patch) NoteNameList.David Robillard
2014-07-14Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock ...Ben Loftis
2014-07-11DummyBackend: add Uniform White Noise Generator.Robin Gareus
2014-07-11possible fix for win SystemExec::wait()Robin Gareus
2014-07-11fatal error if vfork-exec-wrapper cannot be found (on unix systems).Robin Gareus
2014-07-11Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2014-07-11catch null vfork_exec_wrapper before it is too latePaul Davis
2014-07-11Make our 'libs/timecode' project dependent on libpbdJohn Emmas
2014-07-11Add newly introduced (MD5) sources to our MSVC project (also, add visibility ...John Emmas
2014-07-10add Gtkmm2ext::Keyboard::reset_bindings()Paul Davis
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-07-10do not call basename_nosuffix() before using matching_unsuffixed_filename_exi...Paul Davis
2014-07-09add std::string variant of set_size_request_to_display_given_string()Paul Davis
2014-07-09add mixbus profile which removes the tearoffsBen Loftis
2014-07-09make sure that copy constructors and operator= for ControlList pass along the...Paul Davis
2014-07-09make AutomationList::operator==() private and abort() as its core, because it...Paul Davis
2014-07-09remove debug outputPaul Davis
2014-07-09fix crash initiated by never configuring track write sources when reloading a...Paul Davis
2014-07-09do not return auditioner as part of Session::get_tracks()Paul Davis
2014-07-09add Session::get_tracks()Paul Davis
2014-07-09add mutex to prevent concurrent session state saves.Paul Davis
2014-07-09do not attempt to save undo history if it is empty, and do not do any part of...Paul Davis
2014-07-09don't save state when removing sources during session loading (though this sh...Paul Davis
2014-07-09only reset AudioDiskstream write sources if the I/O configuration changed. Do...Paul Davis
2014-07-08Dummy Backend: optimize random-number implementationRobin Gareus
2014-07-08fix and optimize DummyBackend generatorsRobin Gareus
2014-07-08when merging external source files into session folder, if a collision occurs...Paul Davis
2014-07-08Add PBD::get_suffix() for ripping file suffixes from pathsPaul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-08add operator-= variants for PBD::SearchpathPaul Davis
2014-07-08add MD5 implementation to wscriptPaul Davis
2014-07-08add cleaned up MD5 C++ implementation for general usePaul Davis
2014-07-07add signal generator modules to Dummy Backend.Robin Gareus
2014-07-07fix potential crash if certain Canvas methods are used before its window is r...Paul Davis
2014-07-07Add Canvas::re_enter() which picks the current item again based on mouse poin...Paul Davis
2014-07-06optimize SystemExec::output_interposer()Robin Gareus
2014-07-06fix timecode > 2^31 samples calculation on 32bit systemsRobin Gareus
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06remove cruft.Robin Gareus
2014-07-06change reasonable-synth to be sample accurate (note on/off)Robin Gareus
2014-07-05Make $PATH search in SystemExec actually workColin Fletcher
2014-07-05Report an error when post-export hook fails.Colin Fletcher
2014-07-05debug info to trace down "cannot rename temp session file" errorsRobin Gareus
2014-07-04disable latency-compensation preparations for nowRobin Gareus