Put the sidechain ports into a dedicated tab in PortMatrix
[ardour.git] / gtk2_ardour / midi_scroomer.cc
index 0cd7eae46ab5e42413aa738b32fe9c635d129e6c..6fad2cc1f1ce32aef2a14e6a359267ba335c7f33 100644 (file)
 #include "midi_scroomer.h"
 #include "ui_config.h"
 
-using namespace Gtkmm2ext;
 using namespace Gtk;
 using namespace std;
 
 //std::map<int, Glib::RefPtr<Gdk::Pixmap> > MidiScroomer::piano_pixmaps;
 
 MidiScroomer::MidiScroomer(Adjustment& adj)
-       : Gtkmm2ext::Scroomer(adj)
+       : ArdourWidgets::Scroomer(adj)
 {
 
        adj.set_lower(0);