summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/rc_configuration_vars.h
AgeCommit message (Collapse)Author
2020-01-20Change tape-machine-mode to auto-input-does-talkback (libardour part)Ben Loftis
In prior versions: if Auto Input was enabled, the default behavior was to monitor the Input of all tracks when stopped; even if they aren't armed. Tape Machine Mode changed the behavior of Auto Input so that it doesn't always monitor the track inputs when transport is stopped. After some discussion on IRC, we determined that Tape mode is likely more practical for a DAW user, and therefore a better default. Rather than default an ambiguously-named preference "on", we decided to invert the behavior, rename it sensibly(?), and default it OFF.
2020-01-15Change default preferences as discussed on IRC todayBen Loftis
2019-12-11remove MIDI readahead parameterPaul Davis
We just don't do this anymore
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-01last piece of seamless-loop removalPaul Davis
2019-09-26Try auto-start engine by defaultRobin Gareus
Ardour auto-connects to JACK already if jackd is running. Let other users benefit from a similar experience.
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-09-25Some reasonable default config changesRobin Gareus
2019-09-17parametize the maximum transport speed.Paul Davis
No GUI to adjust this at this, nor is any planned. This just makes it easier if we ever feel we can change this.
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-05-25Add preference to hide LADSPA plugin if LV2 existsRobin Gareus
2019-04-09NO-OP: whitespaceRobin Gareus
2019-03-12Change region-equivalence enum to accommodate new mode.Ben Loftis
2019-03-12Change default RE to use Layer+TimeRobin Gareus
2019-03-03remove ill-conceived use-session-timecode-format optionPaul Davis
2019-02-21Remove more cruft (unused rf-scale)Robin Gareus
2019-02-12midi-audition-synth-uri is deprecated (libardour part).Ben Loftis
2019-02-12Selection-after-split behavior ( libardour part )Ben Loftis
2018-11-19Move video-tool paths to libardour (1/2)Robin Gareus
This is in preparation to allow calling ffmpeg, or similar (sox, lame,..) directly from libardour.
2018-10-31Add option to limit automatable control parmatersRobin Gareus
VCVRack VST currently exposes 9999 automatable-control parmaters. This slows down various GUI dropdown lists and dialogs. (even worse: those parameters are not mapped to anything by default). This change allows to limit automatable parameters to a reasonable number, without loosing state of already automated parameters in existing sessions.
2018-10-19Add personal monitor sendsLen Ovens
2018-10-17Option to hide send if aux is hiddenLen Ovens
2018-10-05move away from "sync source" conceptsPaul Davis
2018-10-04remove LTC port parameter, since it's no longer a thing.Paul Davis
This commit does not remove this concept from the libs/ardour/engine_state_controller code, which is used exclusively by Waves Track Live (to the extent that this can be said to be "used").
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-09-13Implement new Enclosed region equivalence modeColin Fletcher
2017-09-18amend prev. commitRobin Gareus
2017-09-18Tweak default configRobin Gareus
* disable MMC by default * auto-detect audition-synth at first run (prefer gmsynth if available)
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-09-18fully remove diskstream codePaul Davis
2017-04-01Add option for record-only metronome.Robin Gareus
2017-03-13plugin scan tweaks: don't verbosely log by default, bump timeoutRobin Gareus
Some VSTs (e.g. waves) can take a rather long time to scan. (VST-shell: many plugins + online license check)
2016-11-26Add [hidden] option to list "Dummy" backend with optmized bundlesRobin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-09-13add option to skip unzipping bundled demo sessionsRobin Gareus
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-05-25allow to configure transient detection sensitivityRobin Gareus
NB. this does not yet re-analyze regions when the config changes and is hence also not [yet] exposed in the GUI.
2016-05-19prepare plugin configuration and replacing instrumentsRobin Gareus
2016-04-23fix typo in config variableRobin Gareus
2016-04-19hidden config option to replace TRY_AUTOSTART_ENGINE environment var.Robin Gareus
It's really only used by the GUI, but engine states are part of ARDOUR::Config::extra_xml so this is at least similarly inconsistent.
2016-04-19default strict-i/o preference to enableRobin Gareus
This makes a lot of sense for all midi-instruments and the vast majority of mono+stereo workflows
2016-04-01change strict-i/o default (off for Ardour on Linux and OSX)Robin Gareus
2016-03-28add strict-i/o preference (for new tracks)Robin Gareus
2016-03-15remove plugin ui settings from rc-configRobin Gareus
2016-03-15new preference: don't open plugin GUI when there's an inline displayRobin Gareus
2016-03-14Implement LV2 Inline Display ExtensionRobin Gareus
2016-03-11Configurable export-silence trim threshold (no GUI yet)Robin Gareus
2016-02-29configurable export prerollRobin Gareus
2015-12-08add config variable to en/disable opening the plugin gui after adding a pluginRobin Gareus