~ubuntu-branches/ubuntu/lucid/ardour/lucid-proposed

« back to all changes in this revision

Viewing changes to libs/ardour/ardour/configuration_vars.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-07-03 21:42:15 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070703214215-opx5g5d77brop1ub
Tags: 1:2.0.3-1
* New upstream release (Closes: #427739). Note that the source is still
  built without SHLIBS=1, so that the third party libraries shipped with
  the upstream tarball are used, instead of the system libraries (which
  is what the upstream developers recommend). At the moment this is the
  only available workaround to #425507, but we should eventually fix it
  in the relevant system libraries
* Added 70_DARCH patch to prevent setting DARCH=x86 on amd64
* Rebuilt against flac 1.1.4 (Closes: #426634)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
CONFIG_VARIABLE (bool, mute_affects_post_fader, "mute-affects-post-fader", true)
79
79
CONFIG_VARIABLE (bool, mute_affects_control_outs, "mute-affects-control-outs", true)
80
80
CONFIG_VARIABLE (bool, mute_affects_main_outs, "mute-affects-main-outs", true)
81
 
CONFIG_VARIABLE (MonitorModel, monitoring_model, "monitoring-model", SoftwareMonitoring)
 
81
CONFIG_VARIABLE (MonitorModel, monitoring_model, "monitoring-model", ExternalMonitoring)
82
82
CONFIG_VARIABLE (SoloModel, solo_model, "solo-model", InverseMute)
83
83
CONFIG_VARIABLE (bool, solo_latched, "solo-latched", true)
84
84
CONFIG_VARIABLE (bool, latched_record_enable, "latched-record-enable", false)
140
140
CONFIG_VARIABLE (bool, periodic_safety_backups, "periodic-safety-backups", true)
141
141
CONFIG_VARIABLE (uint32_t, periodic_safety_backup_interval, "periodic-safety-backup-interval", 120)
142
142
 
 
143
/* denormal management */
 
144
 
 
145
CONFIG_VARIABLE (bool, denormal_protection, "denormal-protection", false)
 
146
CONFIG_VARIABLE (DenormalModel, denormal_model, "denormal-model", DenormalNone)
 
147
 
143
148
/* BWAV */
144
149
 
145
150
CONFIG_VARIABLE (string, bwf_country_code, "bwf-country-code", "US")