I'm a relative newbie at reaktor (though a seasoned programmer). I've been working on building a general-purpose 16-step sequencer, and I've got it mostly working. It can vary step length from 1 to 16, allows users to set levels with the mouse (mouse area & multi display), saves values (snap value array), working pretty cool.
But I'd like to make the current step a lighter color, so the user can see the steps cycle through. My ultimate project will have 8 sequencer lanes controlling 8 different effects, and mix them a la infiltrator, but right now I'm just taking baby steps and building the pieces I need.
I tried to use an iterator to update the color for the current step and the previous step, to make the current one a little lighter and revert the previous step back to its original blue state, but instead, the color remains the same blue but the height of the steps are jumping around.
I've never used the iteration module before, and I'm not sure I understand it. I want it to only update the previous step & the current step… should the "N" param be set to 1 or 2? Docs aren't quite clear, and it goes by too fast to monitor by eye.
I've uploaded the ensemble. The macro in question is called 16 Step Slider Display.
Any feedback would be most welcome; I've attached the ensemble. Also, is there a good ensemble that implements this correctly that I could study?
Thanks for all your help!