Update TODO.

This commit is contained in:
Jonathan Moore Liles 2008-02-14 20:11:07 -06:00
parent 3713bf9629
commit 5f8d98cb92
2 changed files with 6 additions and 0 deletions

4
TODO
View File

@ -5,6 +5,10 @@
; General ; General
* allow deselection of notes in pattern editor.
* some way to select by row as well as column. preferably better than
standard rubberband techniques. What I'd really like is a cross
hair to select x1,y1 and x2,y2 coords of a bounding box.
* add option to create new instrument defintion. * add option to create new instrument defintion.
* per phrase tempo setting? Perhaps a percentage of global tempo? * per phrase tempo setting? Perhaps a percentage of global tempo?
* add channel field to event list widget (but channel bits in pattern * add channel field to event list widget (but channel bits in pattern

View File

@ -21,6 +21,8 @@
[[ C, crop to range [[ C, crop to range
[[ Delete, delete selected [[ Delete, delete selected
[[ Shift-Delete, clear grid [[ Shift-Delete, clear grid
[[ Control-Delete, delete time in range
[[ Control-Insert, insert time
[[ Arrow keys, move viewport [[ Arrow keys, move viewport
[[ Ctrl-Left, move to previous note [[ Ctrl-Left, move to previous note
[[ Ctrl-Right, move to next note [[ Ctrl-Right, move to next note