ArtGateOne / dot2apcmini_old

this code is for control dot2 (DMX) console or software with Akai APC mini (midi controller) required installed nodejs v 14.15.0
2 stars 1 forks source link

Option LEDs blink like on Colorpage #2

Open hfuerst opened 9 months ago

hfuerst commented 9 months ago

Hi, great Work !!!

I would like at active Executor the LEDs are Blinking (like on Colorpage) instead of an ON-Color. How to do this?

Thanks, Hardy

ArtGateOne commented 9 months ago

Hello, your posts concern another repository - this is my first version that isn't being developed. I understand you're referring to the newer version at https://github.com/ArtGateOne/dot2apcmini2.

I'll check shortly if it's possible to add this functionality and get back to you.

ArtGateOne commented 9 months ago

Unfortunately, it will be difficult to change this because the handling of the activated executor is used in many places in the code.

I use a channel to send the appropriate brightness of the keys.

However, blinking effects are, for example, on channel 8.

ArtGateOne commented 9 months ago

I haven't checked this, but try to comment out lines 557 and 560 or in those lines, change channel = brightness; to channel = 8;

hfuerst commented 5 months ago

Thanks for this. I made it. an a lot of other development too. Look at my diff: https://github.com/hfuerst/dot2apcmini2/commit/f7739123db500e96b092304674877736157b5b21