Kevin

Results 12 issues of Kevin

In MiniDexed.cpp the functions GetVoiceName (https://github.com/probonopd/MiniDexed/blob/main/src/minidexed.cpp#L930) and SetVoiceName (https://github.com/probonopd/MiniDexed/blob/main/src/minidexed.cpp#L1566) use Dexed::setName/getName (https://codeberg.org/dcoredump/Synth_Dexed/src/branch/master/src/dexed.cpp#L1699), but I'm wondering if the sense of these functions in the Dexed library might be incorrect? GetVoiceName uses...

We probably need some configuration sanity checking on the range of possibilities for GPIO button configurations now. In particular, if the rotary encoder is configured with duplicate GPIO pins by...