]> git.donarmstrong.com Git - lilypond.git/blob - midi2ly/TODO
57f0488a7065f3cf77dfd805eaf6a23aa5242469
[lilypond.git] / midi2ly / TODO
1 # midi2ly/TODO
2
3 Most of the items are marked in the code as well, with full explanation. 
4 grep for TODO and ugh/ugr
5
6
7 IMPORTANT
8
9         * if multiple channels per track: output each to separate voice
10
11         * get rid of (last few?) midi-specifics in mudela-*
12
13         * find / remove trend (tempo) of mudela columns
14
15         * get rid of Duration_* statics
16
17         * junk one in list vs. array
18
19         * add midi2ly example output (.midi.ly and .gif) to website
20
21         * important? lily is important, go work on lily!
22
23         * faq about midi2ly midi t1. ?
24
25 PROJECTS
26
27         * write something interesting in midi2ly manual page
28
29         * check/use type 0 / 1 / 2 of midi file
30
31         * create Indentable_stream (see Tex_stream) as base for Lily_stream
32
33         * use dynamic info
34
35         * use aftertouch info (to guess slurs/ties, scripts (staccato?))
36
37         * lyric events
38
39         * parse all midi events
40
41         * handle time based midi files
42
43         * use dstream feature from lily
44
45         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
46
47         * read unsigned words as U16 (not as I16)
48
49         * check use of integral and unsigned in lexer
50         
51         * get rid of ugly statics in Duration_convert
52
53         * change option double-dots to max-dots
54
55         * set Key, Meter, ... command line options
56
57 BUGS
58
59         * output of 0 duration c'0
60
61         * array memleaks(?): use Link_array / create Pointer_array? 
62
63         * fix "#undef MEVENT_LIST" source tree: Array<Midi_event*> 
64
65         * split notes that cross bar limit
66
67 FUTURE
68
69         * guess plets (i.e.: only use plet-duration *2/3 if there's a 
70           whole plet)
71
72         * merge midi-events with lily's midi-items?
73
74         * guess beams
75
76         * guess / follow tempo changes
77
78         * check out NIFF / analogies?
79
80         * steal good ideas of other gpl midi parsers
81
82         * lily: add mudela info into midi as specials
83           midi2ly: use special info
84