Want to build up a list from incomming messages

Martin Schmid's icon

I'm trying to build-up more complex logic, but the point at which I'm stuck is I want to create a single list of float values from a series of inputs.. e.g., in this simple case, each time the float value is set (via tab key out of it) the list (bottom message box) is currently appending a 0, instead of the input value. what am I doing wrong?

Also.. how would I clear the list?

Source Audio's icon

use append instead of all of that

Martin Schmid's icon

Oh, sweet.. thanks. I had tried append earlier, but was doing it this way.. instead of that!

Roman Thilenius's icon

if list lenght(s) are known and fixed, you can also build it around a [list] object and freely choose which inputs should trigger and which not, using [t b i]