Fix quantization and other time-related ops.
[ardour.git] / gtk2_ardour / hit.h
index 0a02501606b0830f92749e9c1d790aea0cea14ab..f13a0ef27c054032f8440984ca2478ed56c6b72f 100644 (file)
@@ -30,10 +30,10 @@ namespace ArdourCanvas {
 class Hit : public NoteBase
 {
 public:
-       typedef Evoral::Note<double> NoteType;
+       typedef Evoral::Note<Evoral::MusicalTime> NoteType;
 
        Hit (MidiRegionView&                   region,
-            ArdourCanvas::Group*              group,
+            ArdourCanvas::Item*               parent,
             double                            size,
             const boost::shared_ptr<NoteType> note = boost::shared_ptr<NoteType>(),
             bool with_events = true);