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
1.07k stars 78 forks source link

Performance.ini inconsistent treatment of bank/voice numbers #609

Open diyelectromusic opened 8 months ago

diyelectromusic commented 8 months ago

I need to check a little more thoroughly but in performance files I believe VoiceNumber is set in "user" 1..128 format, although only 1..32 is significant for MiniDexed voice banks of course; but the bank number is specified in "MIDI" 0..127 format. This should probably be in 1..128 format too.

But as these get ignored on first save by whatever is in VoiceData it's probably not worth doing much about it...

Kevin