fluidsynth/TODO

59 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

New features
------------
- Audio level metering
- Active voice count monitoring
Synthesis
---------
- Improve voice stealing algorithm
- Dynamic voice killing (based on CPU usage)
- Batch voice activation (stereo synch. as per SoundFont spec)
- Pitch control on stereo samples not managed as should
Drivers
-------
- libao audio output driver
- Windows DirectMusic component
- ASIO driver
- DirectSound 3D and EAX
Bugs to mash
------------
- Investigate why MIDI rendering causes burst of notes at start
Documentation
-------------
- Write documentation on tuning
- User and system configuration file
Misc
----
- Remove dependency of settings on audio driver and other (see
fluid_settings_init())
- set loop on/off on a sample (set_gen GEN_SAMPLEMODE?)
2003-03-11 16:56:45 +00:00
FluidSynth Next Generation
2003-03-11 16:56:45 +00:00
--------------------------------------------
Top of the list
- 3D audio output
2003-04-04 17:40:39 +00:00
MIDI player
- Add API to manipulate and query MIDI file list
2003-04-04 17:40:39 +00:00
- generalize use of fluid_event_t, remove fluid_midi_event_t
Shell & command handler
- Add "note" command that plays a note with a duration (sequencer)
- MIDI file player commands (load/play/stop)
- Allow settings to be loaded before the synthesizer is created
2003-04-04 17:40:39 +00:00
MIDI Specs
2003-03-11 16:56:45 +00:00
- sample dump
- MIDI thru
- Scalable Polyphony MIDI (SP-MIDI)
2003-04-04 17:40:39 +00:00
Unsorted
2003-03-11 16:56:45 +00:00
- rewrite midi file using new sequencer