* 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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user