summaryrefslogtreecommitdiff
path: root/muse2/muse/gconfig.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-10-10 13:21:55 +0000
committerFlorian Jung <flo@windfisch.org>2011-10-10 13:21:55 +0000
commit068ed02a48ffb6b06d87d858ee04022da5062914 (patch)
tree83f3b5a5c2fe506615ae530e29155c598e91b8f5 /muse2/muse/gconfig.h
parente4bedb86763c85a637921d566cd445cfa2c07444 (diff)
not recording muted/hidden instruments works
Diffstat (limited to 'muse2/muse/gconfig.h')
-rw-r--r--muse2/muse/gconfig.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/muse2/muse/gconfig.h b/muse2/muse/gconfig.h
index cf205eba..85eecf60 100644
--- a/muse2/muse/gconfig.h
+++ b/muse2/muse/gconfig.h
@@ -34,6 +34,15 @@
namespace MusECore {
class Xml;
+
+enum newDrumRecordCondition_t
+{
+ REC_ALL = 0,
+ DONT_REC_HIDDEN = 1,
+ DONT_REC_MUTED = 2,
+ DONT_REC_MUTED_OR_HIDDEN = 3
+};
+
}
namespace MusEGui {
@@ -168,6 +177,7 @@ struct GlobalConfigValues {
bool popupsDefaultStayOpen;
bool leftMouseButtonCanDecrease;
bool rangeMarkerWithoutMMB;
+ MusECore::newDrumRecordCondition_t newDrumRecordCondition;
};
} // namespace MusEGui