probonopd / MiniDexed

Dexed FM synthesizer similar to 8x DX7 (TX816/TX802) running on a bare metal Raspberry Pi (without a Linux kernel or operating system)
https://github.com/probonopd/MiniDexed/wiki
962 stars 72 forks source link

Hopefully a fix for "Modulation Range Error #562" #565

Open dcoredump opened 7 months ago

dcoredump commented 7 months ago

I currently have no keyboard right here, so I cannot check the difference between MiniDexed and MicroDexed, sorry. But looking at the code I saw that I removed the calls to ControllersRefresh() when changing the range or target of the controllers in MicroDexed. So I made comments for these calls in MiniDexed, hopefully the problems are fixed.

probonopd commented 7 months ago

Thanks @dcoredump. Unfortunately something is still wrong according to the test in https://github.com/probonopd/MiniDexed/issues/562#issuecomment-1819646675, so I am not merging this yet.