Hello!
I am trying to control five LEDs on five DigitalOuts with a potentiometer at a AnalogIn. Depending on where the Knob of the potentiometer points I want to have a different LED light up. I tried to do this in various was (in a synth directly, by a sendReply, etc) until I realised that maybe all of them worked, but as soon as I set the block size higher (which I need for my project) it started to behave erratically and the LED would not light up how they should. Do you have any idea why? And how can I get this to work?
Thank you!

I think there may be an issue with DigitalOut at larger block sizes, can you try using DigitalIO instead? That should work as expected.

Yes! Thank you so much! It worked.