mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-11 05:11:33 +00:00
explain myself
This commit is contained in:
parent
311958ddad
commit
c54990540d
1 changed files with 4 additions and 0 deletions
|
@ -890,6 +890,10 @@ fluid_voice_update_param(fluid_voice_t* voice, int gen)
|
||||||
* There is a flag, which should indicate, whether a generator is
|
* There is a flag, which should indicate, whether a generator is
|
||||||
* enabled or not. But here we rely on the default value of -1.
|
* enabled or not. But here we rely on the default value of -1.
|
||||||
* */
|
* */
|
||||||
|
|
||||||
|
/* 2017-09-02: do not change the voice's key here, otherwise it will
|
||||||
|
* never be released on a noteoff event
|
||||||
|
*/
|
||||||
#if 0
|
#if 0
|
||||||
x = _GEN(voice, GEN_KEYNUM);
|
x = _GEN(voice, GEN_KEYNUM);
|
||||||
if (x >= 0){
|
if (x >= 0){
|
||||||
|
|
Loading…
Reference in a new issue