summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_configuration_vars.h
AgeCommit message (Expand)Author
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-02-04Auto-Input should default ON (per irc discussion)Ben Loftis
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-04-09Disable auto-input by default for new installsRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-01-17Implement Count-In (before recording), fixed BPM, up to 2 barsRobin Gareus
2017-01-16Prepare session-wide implicit monitoring overridesRobin Gareus
2016-12-18Prepare configurable mini-timeline time-spanRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-07-16add a realtime-export session propertyRobin Gareus
2016-07-16NO-OP session-property commentsRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-15add 2 new session properties related to implicit fades/gain rampsPaul Davis
2015-06-29add some session-scope configuration variables needed by Tracks.Paul Davis
2014-06-30remove cruftRobin Gareus
2014-06-30change default take-nameRobin Gareus
2014-06-26option to use track-number and take-name as part of file-nameRobin Gareus
2013-11-09allow to include In/Disk button on MeterbridgeRobin Gareus
2013-07-29add option to resize meterbridge track-labelsRobin Gareus
2013-07-10remove unique track number from meterbridgeRobin Gareus
2013-07-10disable number display on meterbridge by defaultRobin Gareus
2013-07-10number/name on meterbridgeRobin Gareus
2013-07-10allow to include solo,mute buttons on meterbridgeRobin Gareus
2013-07-10add options to show/hide master and midi tracks;; hide inactive tracksRobin Gareus
2013-07-10session property - include busses in meterbridgeRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2013-03-13videotimlineRobin Gareus
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-11add slave and generator Timecode offset (no UI yet)Robin Gareus
2012-11-09move auditioner output configuration params from session to global config varsPaul Davis
2012-10-12move TimecodeFormat to libtimecodeRobin Gareus
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-10-10move timecode-is-clock-synced option to global configuration parameters, not ...Paul Davis
2012-04-30Remove unused options related to crossfades.Carl Hetherington
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2011-10-13add new per-session MIDI-region-copy-is-fork: if set, all MIDI region copies ...Paul Davis
2011-09-14Option to glue new markers to bars and beats (part ofCarl Hetherington
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-01-04add warning about configuration variable types to session_configuration_vars....Paul Davis
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis