summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/rc_configuration_vars.h
AgeCommit message (Collapse)Author
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
2015-11-19provide user preference for pre-rollBen Loftis
2015-10-07Added use click emphasis toggle (libs/ardour)Damien Zammit
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-07-21bye bye Unix.Robin Gareus
An IPv4 or IPv6 address query for the name localhost must always resolve to the respective loopback address [rfc6761]. According to several users, apparently chromebook and OSX `host localhost` fails but configuring 127.0.0.1 works. (maybe a DNS/DHCP issue?! or ipv6)
2015-07-11add pingback URL for windowsRobin Gareus
2015-07-11prepare verbose plugin scanning (log VST details)Robin Gareus
2015-07-05prepare default meter-type configRobin Gareus
2015-06-29two required changes to default values for TracksPaul Davis
2015-06-29Tracks doesn't know how to handle Engine (JACK) syncPaul Davis
2015-06-29scene gap is measured in frames, not msecs.Paul Davis
Could have used "samples" here but that can wait till we do a big rename throughout the code base
2015-06-29give different Tracks + Ardour/Mixbus playhead priority functionality, and ↵Paul Davis
add missing set_track_loop() call for playhead priority
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
Conflicts: libs/ardour/ardour/session.h libs/ardour/ardour/types.h libs/ardour/enums.cc libs/ardour/session_transport.cc system_config
2015-06-29introduce the idea of buffering presets, along with 3 possible settings ↵Paul Davis
(plus custom). Actual numbers for the parameters are still to be determined/verified, and probably subject to some platform specificity
2015-06-29add track auto-naming options from TracksPaul Davis
2015-06-29merge several of the trickiest Tracks- and platform-specific RC ↵Paul Davis
configuration variables
2015-06-29save recent templates analogously to recent sessionsPaul Davis
2015-06-29update system configRobin Gareus
2015-06-29add missing config variable for shuttle_max_speedRobin Gareus
2015-06-28link to new floss-tutorialRobin Gareus
Still ardour3, but close to A4.
2015-05-10Layering - the return of "later is higher".nick_m
Currently we don't do anything special on layering prefs change (relayer only occurs when each playlist is first edited). The idea here is that "undo" is still available to restore previous layering in case of any surprises.
2015-03-22update system_configRobin Gareus
2015-03-21disable pre-fader mute by defaultRobin Gareus
<oofus> rgareus: pre fader sends are not really used for FX sends, they would either be sending to other busses or to something like headphone/cue feeds. You don't want those mixes having stuff muted in them as you are muting you main mix.
2015-01-30clarify sync-lock and disable it by default.Robin Gareus
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ↵Paul Davis
reading. Write chunk size should remain unchanged from before.
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-19Revert "Change default for region selection after split on Mixbus"Colin Fletcher
This shouldn't be necessary: Mixbus should probably just have a different value for the default in their source tree instead. This (partially) reverts commit 631467f0bb2a2756c4216738ded804663b44a2a1: I now realise that I accidentally rolled another fix (missing "region-" in config variable name) in there too: sorry about that.
2014-12-19Change default for region selection after split on MixbusColin Fletcher
Mixbus prefers that both the newly-created regions as well as the existing selection are selected after splitting selected regions: make this the default on Mixbus.
2014-12-19Add a config option to control region selection after split.Colin Fletcher
Add a configuration variable to choose the behaviour of the region selection after splitting selected regions. Add options to choose between all eight possible combinations of 'existing unmodified selected regions', 'newly-created regions to left of split', and 'newly-created regions to right of split', but comment out all but the three least crazy ones for now. If anyone wants them, they're there.
2014-12-16add new parameter for minimum value of any range locationPaul Davis
2014-11-12failsafe AU scanning part one:Robin Gareus
Don’t scan for AU plugins unless users explicitly starts a plugin scan. Disable automatic scanning if Ardour crashes during AU plugin discovery.
2014-09-17new Config var to control whether skip playback is used or notPaul Davis