summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-12-24 01:24:49 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-12-24 01:24:49 +0000
commite2147fbc5bf0546fcafa32fe1d87f6e6d1b652c4 (patch)
tree8dbce0956cfa1bb33f75cc5cd5e1bfc58633fc63 /libs
parent2a2067388314ae1695f3be4d6ea9e3c3628f91ba (diff)
* implemented three coloring modes for MIDI tracks (untested yet)
git-svn-id: svn://localhost/ardour2/branches/3.0@4344 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 48671c6841..53077387ed 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -139,6 +139,12 @@ namespace ARDOUR {
FilterChannels, ///< Ignore events on certain channels
ForceChannel ///< Force all events to a certain channel
};
+
+ enum ColorMode {
+ MeterColors = 0,
+ ChannelColors,
+ TrackColor
+ };
enum EventTimeUnit {
Frames,