merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions there...
[ardour.git] / gtk2_ardour / note.h
index 71faeb53fb6b43bec41d8ccb8f35e41df999fbc6..37d5573fa11326e3e4e40ed67648911df98c0f78 100644 (file)
@@ -32,7 +32,7 @@ namespace ArdourCanvas {
 class Note : public NoteBase
 {
 public:
-       typedef Evoral::Note<Evoral::MusicalTime> NoteType;
+       typedef Evoral::Note<Evoral::Beats> NoteType;
 
        Note (MidiRegionView&                   region,
              ArdourCanvas::Item*               parent,
@@ -51,8 +51,8 @@ public:
        void set_x1 (ArdourCanvas::Coord);
        void set_y1 (ArdourCanvas::Coord);
 
-        void set_outline_what (ArdourCanvas::Rectangle::What);
-        void set_outline_all ();
+       void set_outline_what (ArdourCanvas::Rectangle::What);
+       void set_outline_all ();
 
        void set_outline_color (uint32_t);
        void set_fill_color (uint32_t);