mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Verified TODO list after recent changes
This commit is contained in:
parent
654ec72119
commit
1308a710a6
1 changed files with 5 additions and 10 deletions
|
@ -5,10 +5,10 @@ Bugs, errors, and incomplete code
|
||||||
|
|
||||||
- Add support for "loop till release" instruments (currently broken)
|
- Add support for "loop till release" instruments (currently broken)
|
||||||
- Get TCP server working for windows
|
- Get TCP server working for windows
|
||||||
- Remove dependency of settings on audio driver and other (see
|
- The synth consumes too much CPU when no voices are playing.
|
||||||
fluid_settings_init())
|
|
||||||
- The consumes too much CPU when no voices are playing.
|
|
||||||
- Multi-channel audio output
|
- Multi-channel audio output
|
||||||
|
- Filter on/off optimization causes clicks
|
||||||
|
- Phase sync'ed samples should start simultaneously.
|
||||||
|
|
||||||
Validation
|
Validation
|
||||||
----------
|
----------
|
||||||
|
@ -24,17 +24,10 @@ JG:
|
||||||
> Its often hard to get the right Reverb/Chorus/Gain settings as
|
> Its often hard to get the right Reverb/Chorus/Gain settings as
|
||||||
> well, so often I end up turning off Reverb and Chorus which can help.
|
> well, so often I end up turning off Reverb and Chorus which can help.
|
||||||
|
|
||||||
|
|
||||||
JG:
|
JG:
|
||||||
> Well actually, it almost seems like every instrument is kind of flat. It
|
> Well actually, it almost seems like every instrument is kind of flat. It
|
||||||
> just doesn't sound real nice.
|
> just doesn't sound real nice.
|
||||||
|
|
||||||
Bindings
|
|
||||||
--------
|
|
||||||
|
|
||||||
- Integrate Java code
|
|
||||||
- Integrate fluidsynth~
|
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@ -66,6 +59,8 @@ Requests
|
||||||
|
|
||||||
- Add compatibility for EMU8k volume attenuation parameter which
|
- Add compatibility for EMU8k volume attenuation parameter which
|
||||||
doesn't follow SoundFont specifications
|
doesn't follow SoundFont specifications
|
||||||
|
- Remove dependency of settings on audio driver and other (see
|
||||||
|
fluid_settings_init())
|
||||||
- Add "unselect" command to shell to set a MIDI channel to not sound.
|
- 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
|
- When specifying -i -s (no console and TCP server) log to TCP clients
|
||||||
with easier parsable messages ("warning:", "error:", etc)
|
with easier parsable messages ("warning:", "error:", etc)
|
||||||
|
|
Loading…
Reference in a new issue