Remove non-RT-safe alloc in the MIDI process() call.
[ardour.git] / gtk2_ardour / midi_region_view.h
index c43c863afef8762ae295eeedbd8ec0214d4d0bc1..70939ac640eadfafb46a64e8aefacb8c60104593 100644 (file)
@@ -456,7 +456,7 @@ private:
        void display_patch_changes_on_channel (uint8_t);
 
        void connect_to_diskstream ();
-       void data_recorded (boost::shared_ptr<ARDOUR::MidiBuffer>, boost::weak_ptr<ARDOUR::MidiSource>);
+       void data_recorded (boost::weak_ptr<ARDOUR::MidiSource>);
 
        void remove_ghost_note ();
        void mouse_mode_changed ();