summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-10-07avoid a set of calls to gettext() and/or cousins from global constructor scopePaul Davis
2014-10-01NOOP, re-indentRobin Gareus
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-22fix typo that selected wrong sample rate for 22050Hz exportPaul Davis
2014-09-19add Location::set_skip() to allow toggling of skip-functionality for a given ...Paul Davis
2014-09-19duplicate all ARDOUR::Location signals so that we have one static signal that...Paul Davis
2014-09-18Fix some inconsistent usage of a Controllables Interface value.Ben Loftis
2014-09-17new Config var to control whether skip playback is used or notPaul Davis
2014-09-17add new Skip event to SessionEventsPaul Davis
2014-09-16add new type of location, with _flags & IsSkip being non-zeroPaul Davis
2014-09-16header file part of initial attempt to push certain kinds of Locations into L...Paul Davis
2014-09-16change Location "change" signals of various kinds to be staticPaul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-09-11properly retain LV2PluginInfoRobin Gareus
2014-09-10free LV2 world after initial scanRobin Gareus
2014-09-07add Session::record_location()Paul Davis
2014-09-03release shared route pointer kept by InternalSend when dropping refs.Robin Gareus
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-08-31Fix mismatched initialisation order.David Robillard
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-14Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock ...Ben Loftis
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-07-09add mixbus profile which removes the tearoffsBen Loftis
2014-07-09make AutomationList::operator==() private and abort() as its core, because it...Paul Davis
2014-07-09add Session::get_tracks()Paul Davis
2014-07-09add mutex to prevent concurrent session state saves.Paul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06remove cruft.Robin Gareus
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02add a method to cancel a pending play_range. this is needed when we are modi...Ben Loftis
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01merge with master.Paul Davis
2014-06-30remove cruftRobin Gareus
2014-06-30change default take-nameRobin Gareus
2014-06-29allow to load/save default session-propertiesRobin Gareus
2014-06-28add Session::StateProtectorRobin Gareus
2014-06-26bump take-name after every recordingRobin Gareus
2014-06-26option to use track-number and take-name as part of file-nameRobin Gareus
2014-06-26implement track numberingRobin Gareus
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-06-25consolidate SignalOrderRouteSorterRobin Gareus
2014-06-25namespace libardour utilsRobin Gareus
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2014-06-17prepare midi-latency measurement using sysex messagesRobin Gareus
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry