2006-12-10 16:02:04 +00:00
|
|
|
New features
|
|
|
|
------------
|
|
|
|
- 24 bit sample support
|
|
|
|
- Non-realtime MIDI file rendering
|
|
|
|
- Sample streaming, load/unload sample on demand
|
|
|
|
- Synth sample rate change after initial creation
|
|
|
|
- handle tuning sysex messages
|
|
|
|
- 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
|
|
|
|
- soft clipping, compressor, limitor, or automatic gain control
|
|
|
|
|
|
|
|
Drivers
|
|
|
|
-------
|
|
|
|
- libao audio output driver
|
|
|
|
- MacOS X MidiCore component
|
|
|
|
- Windows DirectMusic component
|
|
|
|
- ASIO driver
|
|
|
|
- DirectSound 3D and EAX
|
|
|
|
|
|
|
|
Bugs to mash
|
|
|
|
------------
|
2006-02-21 06:21:09 +00:00
|
|
|
- Fix warnings on 64 bit platforms and type-puned pointer warning
|
|
|
|
- Add byte swapping support (on synthesis or sample load?)
|
2005-09-05 02:45:34 +00:00
|
|
|
- Investigate why MIDI rendering causes burst of notes at start
|
2003-11-14 08:23:10 +00:00
|
|
|
|
2004-03-29 10:05:18 +00:00
|
|
|
Validation
|
|
|
|
----------
|
|
|
|
- Validation tests: create soundfont with basic wave forms [sine,
|
|
|
|
square, triangle]; make test midi file; compare with SBLive output;
|
|
|
|
"regression" test
|
2006-12-10 16:02:04 +00:00
|
|
|
- Validate chorus (often sounds rather crappy)
|
2004-05-05 20:27:22 +00:00
|
|
|
- Analyse performance
|
2004-02-28 13:20:07 +00:00
|
|
|
|
2004-03-29 10:05:18 +00:00
|
|
|
Documentation
|
|
|
|
-------------
|
2004-02-28 13:20:07 +00:00
|
|
|
- Write documention on tuning
|
2004-03-29 10:05:18 +00:00
|
|
|
- fluid_synth_program_select2() with name of soundfont instead of font_id
|
|
|
|
- fluid_synth_set_gen2()
|
|
|
|
- Add usage scenarios in the documentation
|
|
|
|
- User and system configuration file
|
2004-03-22 10:28:19 +00:00
|
|
|
|
2004-03-29 10:05:18 +00:00
|
|
|
Binaries
|
|
|
|
--------
|
|
|
|
- FluidSynth
|
|
|
|
* Linux
|
|
|
|
* Win
|
|
|
|
* MacOS X
|
|
|
|
- fluid~ (Pd/Linux, MaxMSP/MacOSX, MaxMSP/Windows)
|
|
|
|
- fluidsynth~ (MaxMSP/MacOSX, MaxMSP/Windows)
|
|
|
|
- FluidXtra
|
2003-03-11 16:56:45 +00:00
|
|
|
|
2006-12-10 16:02:04 +00:00
|
|
|
Misc
|
|
|
|
----
|
2004-03-30 10:16:17 +00:00
|
|
|
- Remove dependency of settings on audio driver and other (see
|
|
|
|
fluid_settings_init())
|
2004-03-29 10:05:18 +00:00
|
|
|
- Add "unselect" command to shell to set a MIDI channel to not sound.
|
|
|
|
- When specifying -i -s (no console and TCP server) log to TCP clients
|
|
|
|
with easier parsable messages ("warning:", "error:", etc)
|
|
|
|
- add function to get initial soundfont generator value
|
|
|
|
- Pause and resume the synthesizer/audio thread (run synthesizer as a daemon)
|
2006-12-10 16:02:04 +00:00
|
|
|
- set loop on/off on a sample (set_gen GEN_SAMPLEMODE?)
|
2003-03-11 16:56:45 +00:00
|
|
|
|
|
|
|
|
2006-12-10 16:02:04 +00:00
|
|
|
FluidSynth Next Generation
|
2003-03-11 16:56:45 +00:00
|
|
|
--------------------------------------------
|
|
|
|
|
2004-05-05 20:27:22 +00:00
|
|
|
Top of the list
|
|
|
|
- Use FIFOs to send events to the audio thread
|
|
|
|
- Redo sfloader api using "interface" api
|
|
|
|
- 3D audio output
|
2003-04-04 17:40:39 +00:00
|
|
|
|
|
|
|
Design
|
|
|
|
- turn ladspa fx unit and router in indepedent
|
|
|
|
objects, remove their dependencies from the synth object
|
2004-03-29 10:05:18 +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
|
|
|
|
|
2004-03-29 10:05:18 +00:00
|
|
|
Shell & command handler
|
|
|
|
- Add "note" command that plays a note with a duration (sequencer)
|
|
|
|
- MIDI file player commands (load/play/stop)
|
|
|
|
- Relax dependency of the command handler on the synthesizer
|
|
|
|
- Allow settings to be loaded before the synthesizer is created
|
|
|
|
|
2003-04-04 17:40:39 +00:00
|
|
|
SoundFont Specs:
|
|
|
|
|
|
|
|
MIDI Specs
|
2004-05-14 13:45:22 +00:00
|
|
|
- Omni and poly modes
|
2003-03-11 16:56:45 +00:00
|
|
|
- sample dump
|
2004-05-14 13:45:22 +00:00
|
|
|
- MIDI thru
|
|
|
|
- Scalable Polyphony MIDI (SP-MIDI)
|
|
|
|
|
2003-04-04 17:40:39 +00:00
|
|
|
|
|
|
|
Unsorted
|
2003-03-11 16:56:45 +00:00
|
|
|
- include readline in project
|
|
|
|
- additional aux buses
|
|
|
|
- rewrite midi file using new sequencer
|
|
|
|
- direct access to audio buffer
|