temporarily remove buggy MouseRange-on-Piano-Roll event handlers
authorBen Loftis <ben@harrisonconsoles.com>
Mon, 18 May 2015 21:12:32 +0000 (16:12 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Mon, 18 May 2015 21:12:32 +0000 (16:12 -0500)
gtk2_ardour/piano_roll_header.cc

index 8a67ec75016c0e145359ee97b3e05960eeef4e52..54cc8026015744446b5df42c6b641f8a7645bb68 100644 (file)
@@ -467,7 +467,7 @@ PianoRollHeader::on_motion_notify_event (GdkEventMotion* ev)
 
                int note = _view.y_to_note(ev->y);
 
-               if (editor().current_mouse_mode() == Editing::MouseRange) {
+               if ( false /*editor().current_mouse_mode() == Editing::MouseRange*/ ) {   //ToDo:  fix this.  this mode is buggy, and of questionable utility anyway
                        
                        /* select note range */
 
@@ -544,7 +544,7 @@ PianoRollHeader::on_button_release_event (GdkEventButton* ev)
 {
        int note = _view.y_to_note(ev->y);
 
-       if (editor().current_mouse_mode() == Editing::MouseRange) {
+       if (false /*editor().current_mouse_mode() == Editing::MouseRange*/ ) {  //Todo:  this mode is buggy, and of questionable utility anyway
 
                if (Keyboard::no_modifiers_active (ev->state)) {
                        AddNoteSelection (note); // EMIT SIGNAL