asb2m10 / dexed

DX7 FM multi plaform/multi format plugin
GNU General Public License v3.0
2.85k stars 244 forks source link

corrections of graphs for Algorithms 15 and 14 #436

Closed FulopNandor closed 3 months ago

FulopNandor commented 3 months ago

Dear Pascal,

apply my current Pull Request to correct two graphs of Algorithm No. 15 and No. 14, please.

Currently, the operators' graph for Algorithm No. 15 looks like this: Algo15-orig

The view is a bit misleading, as it suggests that the 5th and 6th operators modulate the both the 2nd and 4th operators simultaneously, but originally the 5th and 6th operators only modulate the 4th operator, not the 2nd one. Therefore, I slightly modified the image of the Algorithm No. 15 to the following: Algo15-new

Furthermore, the image of the Algorithm No. 14 currently looks like it below: Algo14-orig

However, if we compare this with the new graph of the Algorithm No. 15, the view might be confusing a bit, because there is only one essential difference between the two algorithms: namely, in the Algorithm No. 15, the 2nd operator has a feedback branch, while in the Algorithm No. 14, the 6th operator has a feedback branch; otherwise, the connection of the operators with each other is the same in both algorithms. So, for the sake of uniformity, I also modified the graph for the Algorithm No. 14 to this one: Algo14-new

Thank you in advance - and special thanks for releasing the new version 0.9.7!:)