I'm trying to feed the struct into Hydra using the hydra-midi extension. So that, when there's a 1 in the struct, the background looks red, else it looks black: solid(cc(5), 0, 0).out()
At the moment, Hydra is red 100% of the time. I can write the pattern and multiply it by 127 inside ccv, and it works: d16 $ ccv (p1 |* 127) #ccn 5 #s "midi"
why wouldn't you use the note feature of the hydra-midi extension? you could use a different channel for "control" notes
just to be clear, struct is working perfectly, but you're just sending messages that set ccn 5 to 127. you need some way to set it to 0 with each note, you could use something like: