changes to help strp silence
[ardour.git] / gtk2_ardour / ardour_ui.cc
index 3bbd748277d767388d8995f585338b53c441c0a5..b6486827e476ee9e509a6cffd7d9dde1af2c793a 100644 (file)
@@ -274,7 +274,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
 
        /* we like keyboards */
 
-       keyboard = new ArdourKeyboard;
+       keyboard = new ArdourKeyboard(*this);
 
        XMLNode* node = ARDOUR_UI::instance()->keyboard_settings();
        if (node) {
@@ -1416,7 +1416,6 @@ ARDOUR_UI::transport_goto_zero ()
        if (_session) {
                _session->request_locate (0);
 
-
                /* force displayed area in editor to start no matter
                   what "follow playhead" setting is.
                */
@@ -3147,7 +3146,6 @@ ARDOUR_UI::push_buffer_stats (uint32_t capture, uint32_t playback)
 void
 ARDOUR_UI::write_buffer_stats ()
 {
-
        std::ofstream fout;
        struct tm tm;
        char buf[64];