FalconChristmas / fpp-midi

FPP MIDI Plugin
GNU General Public License v2.0
1 stars 0 forks source link

Math function =(b3/127)*100 is case sensitve. If you use B3 it will crash FPP (midi plugin) #7

Open patdelaney opened 2 months ago

patdelaney commented 2 months ago

FPP Version and Hardware: Example: FPP v8 running on PI

Describe the bug and Steps to reproduce: If you configure the brightness plugin with a remove midi command with as =(B3/127)100 instead of =(b3/127)100, it will crash fpp when you try to adjust the brightness with a midi knob

image image

Expected behavior: It should not crash