Hello, i have created a newbie bome project for FreestylerDMX software with akai apc min mk2 midi controller.I have made some list change midi buttons with colors.
How can initialize led button feedback when i start the project?
I added a new preset “Init” that handles all of the start actions.
Translator 0.0 fires when the project is open and will trigger translators 0.1, 0.2 and 0.3.
0.1 will trigger Timer 0.4 64 times “Init Matrix”.
0.2 will trigger Timer 0.5 8 times “Init Bottom”
0.3 will trigger Timer 0.6 8 times “Init Side”
The rules of translator 0.4 determine the LED color based on the iteration number setting the variable “tt”. I only have rules for the bottom row with color 5 and color 18 for the remaining rows. You will need to modify for the colors you want based on the iteration number.
Translators 0.5 and 0.6 set the the iteration value based on the note numbers of the bottom row and side column respectively. Since they are single color leds, I set the outgoing velocity to 1 to turn them on. Again you can use rules to modify the behavior as you see fit.
I set the outgoing device at the preset level.
For more information about device selection, see this tutorial.
The remaining presets and translators are untouched.