summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/configuration_vars.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-02-11 22:44:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-02-11 22:44:55 +0000
commit8e79cd5610789b377d0975640a555cc45d9300cb (patch)
treebc23a75849eee38e0dd14c28718f5192b9485732 /libs/ardour/ardour/configuration_vars.h
parent60d516dad6b6aa3dad954c171486eb63b112a3c6 (diff)
This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)
git-svn-id: svn://localhost/ardour2/trunk@1448 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/configuration_vars.h')
-rw-r--r--libs/ardour/ardour/configuration_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/configuration_vars.h b/libs/ardour/ardour/configuration_vars.h
index 703352b305..9e69114d9f 100644
--- a/libs/ardour/ardour/configuration_vars.h
+++ b/libs/ardour/ardour/configuration_vars.h
@@ -62,6 +62,7 @@ CONFIG_VARIABLE (SoloModel, solo_model, "solo-model", InverseMute)
CONFIG_VARIABLE (bool, solo_latched, "solo-latched", true)
CONFIG_VARIABLE (bool, latched_record_enable, "latched-record-enable", false)
CONFIG_VARIABLE (bool, all_safe, "all-safe", false)
+CONFIG_VARIABLE (bool, show_solo_mutes, "show-solo-mutes", false)
/* click */