File: TODO.Timidity

package info (click to toggle)
xmms-midi 0.03-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 888 kB
  • ctags: 599
  • sloc: sh: 7,327; ansic: 5,913; makefile: 88
file content (43 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---------------------------------*-text-*---------------------------------

    TiMidity -- Experimental MIDI to WAVE converter
    Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>

--------------------------------------------------------------------------

	List of things to do

--------------------------------------------------------------------------

* Use a configuration script for configuration.

* Split TiMidity into 3 processes, do new user interface layer.

* MIDI things to implement:
	* Modulation wheel
	* Reverb
	* Chorus

* Do LOOKUP_HACK right.

* NAS support.

* Optional compression of dynamic range for better sound on 8-bit 
  devices.

* Automatic volume adjustment.

* Make loop caching work.

* Large buffer for precomputed audio data. Store display information
  with each buffer frame.

* Read real-time data from MIDI port.

* Only use the wave data from the GUS patches and read all parameters
  from a separate configuration file. This requires a parameter
  editor. 

* Sample editor.

* Make sure all TODO entries have a period at the end.