# Generic Midi Module Feedback - Change button color on a MIDI message

**URL:** https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524
**Category:** Generic MIDI Module
**Created:** [May 19, 2025, 4:02pm UTC](https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524 "2025-05-19T16:02:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![productionlf](https://discourse.checkcheckonetwo.com/letter_avatar_proxy/v4/letter/p/7ba0ec/32.png) [@productionlf](https://discourse.checkcheckonetwo.com/u/productionlf)
#### Post date: [May 19, 2025, 4:02pm UTC](https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524/1 "2025-05-19T16:02:42Z")

</div>

I was able to just update to the beta and that worked to get the newest version of the plugin.

I’m able to get a variable to update it’s number based on the conditions you showed in that screenshot. However I need it to be variable = 1 if “note on” and variable = 2 if “note off”. I can get both of those things to work if I create two seperate triggers, however for some reason when both are running it won’t trigger the first variable change, only the second. Any idea? Here is a link showing an example of what’s happening: [Dropbox](https://www.dropbox.com/scl/fi/eyppn8tljik8vmwnip83x/163180E0-450D-43F8-9899-0132FE18465F.mov?rlkey=kxe74vcxop4pw2kitfs1ixhmx&st=7w5rl9q3&dl=0)

---

<div class="post-metadata">

### Author: ![Andy](https://discourse.checkcheckonetwo.com/letter_avatar_proxy/v4/letter/a/aeb1de/32.png) [@Andy](https://discourse.checkcheckonetwo.com/u/Andy)
#### Post date: [May 20, 2025, 8:59pm UTC](https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524/2 "2025-05-20T20:59:34Z")

</div>

Thank you for the video.  
I don’t think you need to get so complicated with Triggers and so on. Just regular feedback will work.

If you want the button red when it receives note 46 at 127 velocity, it’s simply this:

 ![image](https://discourse.checkcheckonetwo.com/uploads/default/original/1X/2cd0f2e15671611230ae21ca422226787dbb0020.png)

---

<div class="post-metadata">

### Author: ![productionlf](https://discourse.checkcheckonetwo.com/letter_avatar_proxy/v4/letter/p/7ba0ec/32.png) [@productionlf](https://discourse.checkcheckonetwo.com/u/productionlf)
#### Post date: [May 20, 2025, 9:17pm UTC](https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524/3 "2025-05-20T21:17:45Z")

</div>

That’s what I was thinking would work but for me, it doesn’t work. It works correctly inside of a trigger and creating a variable, so I’m able to see that the midi note comes in and adjusts the variable. But when I use that same midi connection as a feedback using the Note On and Note Off feedbacks, it’s not setting the BG color. Do you mind checking to see if Note On feedback works for you?

Here is another video showing me trying this method: [https://www.dropbox.com/scl/fi/jm81omj985km0h0rxekas/IMG\_8259.mov?rlkey=0w072szxzufr4t0qcjx1jq4qa&st=fbq87vgg&dl=0](https://www.dropbox.com/scl/fi/jm81omj985km0h0rxekas/IMG_8259.mov?rlkey=0w072szxzufr4t0qcjx1jq4qa&st=fbq87vgg&dl=0)

---

<div class="post-metadata">

### Author: ![productionlf](https://discourse.checkcheckonetwo.com/letter_avatar_proxy/v4/letter/p/7ba0ec/32.png) [@productionlf](https://discourse.checkcheckonetwo.com/u/productionlf)
#### Post date: [May 20, 2025, 9:48pm UTC](https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524/4 "2025-05-20T21:48:17Z")

</div>

I was able to get it to work in a pretty complex way using variables haha. In the end when one variable runs, it turns off that variable and re-enables the other variable. And viceversa

 ![Screenshot 2025-05-20 at 4.47.12 PM](https://discourse.checkcheckonetwo.com/uploads/default/original/1X/df63323d0b8cdff2b8c44b097ef2e1e11348f5db.png)

---

<div class="post-metadata">

### Author: ![Andy](https://discourse.checkcheckonetwo.com/letter_avatar_proxy/v4/letter/a/aeb1de/32.png) [@Andy](https://discourse.checkcheckonetwo.com/u/Andy)
#### Post date: [May 20, 2025, 9:51pm UTC](https://discourse.checkcheckonetwo.com/t/generic-midi-module-feedback-change-button-color-on-a-midi-message/4524/5 "2025-05-20T21:51:14Z")

</div>

Still seems overly-complex!
