Hi,
before vendor PaintAudio shows his new firmware (v3.6) I started developing my own firmware to use it with KPP.
Here is my actual version.
Goals were:
LED light represents automatically: effect slot empy, effect is off, effect is on.
Use same LED colors for effects like Kemper Player.
Show rig name in big letters with high contrast.
And also automatically detect rig changes.
Now I have such a cool (and cheap) tool in combination with my kpp
If effect slot is empty, corresponding swith and light is disabled.
If there is an effect but not on, light is dimmed.
Otherwise light is bright.
I also included the effect type into the display.
Switch occopancy:
A -> effect module A
B -> effect module B
C -> Booster function (Tip from slateboy TOP TIP: Gain a volume-boost without using an FX slot or morph (any unit))
1 -> effect module DLY
2 -> effect module REV
3 -> Tuner (on/off)
If you give the firmware a try, you have it to copy the file in zip to the lib folder.
And then change in code.py
import midicaptain6s_kpp
to
import kemperstomp
Some features have to be implemented in future:
Configuration with a config file
faster rig change detection (today I found a way by using the rig date)
and different actions by using long and short press of a switch