mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / gtk2_ardour / sys_ex.cc
index 6dab33e5ccf3a275baee26310a03c5cef57f8d7d..9b2f8c1d087a21bb8e6438093aab0883ffe429ed 100644 (file)
 using namespace std;
 
 SysEx::SysEx (
-       MidiRegionView& region,
-       ArdourCanvas::Container* parent,
-       string&         text,
-       double          height,
-       double          x,
-       double          y)
+       MidiRegionView&             region,
+       ArdourCanvas::Container*    parent,
+       string&                     text,
+       double                      height,
+       double                      x,
+       double                      y,
+       ARDOUR::MidiModel::SysExPtr sysex)
+       : _sysex (sysex)
 {
        _flag = new ArdourCanvas::Flag (
                parent,