markusschwenk / midieditor

Provides an interface to edit, record, and play Midi data
GNU General Public License v3.0
470 stars 69 forks source link

Hotfix: clean up the order of tools in the menu and toolbar #29

Closed dgslomin closed 5 years ago

dgslomin commented 5 years ago

The order of "current tool" choices is different in the toolbar, menu, and keyboard bindings. The toolbar also sticks things that aren't current tool choices (align, equalize, and quantize -- you don't click on the MatrixWidget to apply them) in the middle of the list of current tool choices.

This modification makes it easier for the user to understand by changing the order to be consistent. It puts the more basic things at the beginning of the overall list and at the beginning of each section: standard tool, pencil, eraser, , select single, select box, select left, select right,

, move, move horizontally, move vertically, duration, , measures, time signature, tempo, , align left, align right, equalize, quantize, magnet. It also adds a keybinding (escape, like in Cubase) and toolbar button for MIDI panic.