1New features
2------------
3- Audio level metering
4- Active voice count monitoring
5
6Synthesis
7---------
8- Improve voice stealing algorithm
9- Dynamic voice killing (based on CPU usage)
10- Batch voice activation (stereo synch. as per SoundFont spec)
11- Pitch control on stereo samples not managed as should
12
13Drivers
14-------
15- libao audio output driver
16- Windows DirectMusic component
17- ASIO driver
18- DirectSound 3D and EAX
19
20Bugs to mash
21------------
22- Investigate why MIDI rendering causes burst of notes at start
23
24Documentation
25-------------
26- Write documentation on tuning
27- User and system configuration file
28
29Misc
30----
31- Remove dependency of settings on audio driver and other (see
32  fluid_settings_init())
33- set loop on/off on a sample (set_gen GEN_SAMPLEMODE?)
34
35
36FluidSynth Next Generation
37--------------------------------------------
38
39Top of the list
40- 3D audio output
41
42MIDI player
43- Add API to manipulate and query MIDI file list
44- generalize use of fluid_event_t, remove fluid_midi_event_t
45
46Shell & command handler
47- Add "note" command that plays a note with a duration (sequencer)
48- MIDI file player commands (load/play/stop)
49- Allow settings to be loaded before the synthesizer is created
50
51MIDI Specs
52- sample dump
53- MIDI thru
54- Scalable Polyphony MIDI (SP-MIDI)
55
56
57Unsorted
58- rewrite midi file using new sequencer
59