On August 26, 2014 11:10:27 PM LakeIshikawa wrote:
> Muse crashes with the following steps:
> - Create a new midi track
> - Open piano roll view for the newly created track
> - Add a note with pencil tool
> - Drag mouse over the new note in order to adjust its length (no mouse
> release) - Press "delete" key

On August 27, 2014 11:10:27 PM LakeIshikawa wrote:
> Thank you for the quick response.
> 
> As a user I don't feel the need to be able to delete a note while editing
> its length, so I vote for ignoring the delete keypress event if the mouse
> is pressed!


Fixed in the MusE GitHub master repo now. ChangeLog:

- Fix crash reported by LakeIshikawa: Pressing delete while clicking 
 or dragging events or parts.
Ignore commands (like del) in each editor's ::cmd() handler if current 
 canvas drag mode is not DRAG_OFF.

 - Added Arranger menu item Edit -> Delete, does same thing as pressing 
 delete, either parts or tracks.
  
 - Added new SongChanged flags: SC_PART_SELECTION SC_TRACK_SELECTION, 
 to distinguish from events SC_SELECTION.

- Fixed copy/paste problem: Paste copies not clones, if the original 
 parts/tracks have been deleted.
Added 'bool ClonePart::is_deleted', set/cleared when parts/tracks
 deleted/added. Checked in Part::readFromXml(). 

Thanks for the keen observation and reporting!
Regards. Tim.


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Lmuse-user mailing list
Lmuse-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmuse-user

Reply via email to