* implemented three coloring modes for MIDI tracks (untested yet)

git-svn-id: svn://localhost/ardour2/branches/3.0@4344 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier
2008-12-24 01:24:49 +00:00
parent 2a20673883
commit e2147fbc5b
12 changed files with 162 additions and 72 deletions

View File

@@ -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,