creating a list from two number elements
Hello.
I was wondering how can I create a list from two number elements.
i was trying to send them both to a message box's left inlet that the message box contains "$1 $2" but then whenever
i move one of the sliders in the number boxes i just get a that number in the $1 and zero in the $2. so how can i properly create a list from two number boxes?
thanks!
kfir
Have a look at both [pack] and [pak], they do something very similar but which one you want to use will depend on which inlets you want to be "hot" have a read of the helpfiles if you want to work out the differences.
pak is exactly what I wanted. thank you very much! :)