summaryrefslogtreecommitdiff
path: root/muse/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'muse/TODO')
-rw-r--r--muse/TODO22
1 files changed, 9 insertions, 13 deletions
diff --git a/muse/TODO b/muse/TODO
index 4b045263..b36fc594 100644
--- a/muse/TODO
+++ b/muse/TODO
@@ -3,6 +3,11 @@
----------------------------------------------------------------------------
- dont allow for overlapping parts
+ - move shortcuts to Muse() class
+ - add shortcuts as QAction
+ - extend Shortcut with ShortcutContext
+ - extend shortcuts with Help Text, Icons etc.
+
BUGS
- make sure all track names are unique
@@ -14,17 +19,15 @@ BUGS
- Do not allow switch track recording on/off during recording
- ? audio prefetching is not stable
-
- looping does not work sample accurate due to jack transport
limitations; looping should be implemented internally to work
around this
+ - make export midi work
+
FEATURES
- wave editor is completely broken
- - list editor is missing
-
- missing time signature ruler in master editor
- If events recorded outside part ask after recording what to do:
@@ -43,22 +46,15 @@ FEATURES
- actual thread state and priorities
- actual used timer resource
- - export midi
-
- Import MusE 0.7 song files
+ - use *.svg icons
+ - click free mute function
CLEANUPS
- Cleanup the icon/pixmap handling using Qt resource file:
- - rename xpm directory to resources/images
- remove all unreferenced files
- transform *.xpm into *.pnm or *.jpg files and move into
resource file
- redirect all *xpm program references to resource file
- remove icon.cpp icon.h
-
-Wishlist
- - it should be possible to show controller events in the
- tracklist for tracktypes which cannot contain
- Parts to make better use of screen real estate.
- GUI-wise a "Add Controller" button is needed.