fixes for varispeed playback, mackie control compilation, new odd color for treeview...
[ardour.git] / libs / surfaces / mackie / types.cc
1 #include "types.h"
2
3 namespace Mackie
4 {
5         LedState on( LedState::on );
6         LedState off( LedState::off );
7         LedState flashing( LedState::flashing );
8         LedState none( LedState::none );
9 }