Add a PianoKeyboard to GenericUI (on a MIDI track)
[ardour.git] / gtk2_ardour / midi_tracer.h
index 8a7d8762d969af8a0bc0526a3db740fd591c32ca..657f410c5d39a96ca1afa626faac50f564175cb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -45,11 +45,11 @@ namespace ARDOUR {
 
 class MidiTracer : public ArdourWindow
 {
-  public:
+public:
        MidiTracer ();
        ~MidiTracer();
 
-  private:
+private:
        Gtk::TextView text;
        Gtk::ScrolledWindow scroller;
        Gtk::Adjustment line_count_adjustment;
@@ -57,7 +57,7 @@ class MidiTracer : public ArdourWindow
        Gtk::Label line_count_label;
        Gtk::HBox line_count_box;
        struct timeval _last_receipt;
-       
+
        bool autoscroll;
        bool show_hex;
        bool show_delta_time;