summaryrefslogtreecommitdiff
path: root/muse/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'muse/TODO')
-rw-r--r--muse/TODO57
1 files changed, 0 insertions, 57 deletions
diff --git a/muse/TODO b/muse/TODO
deleted file mode 100644
index 7398445e..00000000
--- a/muse/TODO
+++ /dev/null
@@ -1,57 +0,0 @@
------------------------------TODO-------------------------------------------
-(29.10.2006)
-----------------------------------------------------------------------------
-
- - dont allow for overlapping parts
- - automatically create unique default part names
-
-BUGS
- - make sure all track names are unique
-
- ? updating the gui during midi recording is too slow;
- a new, faster implementation is needed
-
- - dont allow midi editing during recording. Treat recording
- as one undoable action.
-
- - Do not allow switch track recording on/off during recording
-
- - 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
- - missing time signature ruler in master editor
-
- - If events recorded outside part ask after recording what to do:
- delete events / expand part
-
- - what to do with events, which start in a part and end outside
- a part (too long to fit entirely in part)
- - on recording
- - on cut part (split?)
-
- - recording: punch in/out
-
- - system info page: show internal statistics about
- - buffer usage (fifo usage)
- - overruns/underruns etc.
- - actual thread state and priorities
- - actual used timer resource
-
- - Import MusE 0.7 song files
- - use *.svg icons
- - click free mute function
-
-
-CLEANUPS
- - Cleanup the icon/pixmap handling using Qt resource file:
- - 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
-
-