Easier way to change list of floats to list of ints?
Hey there!
Is there another easier way to change a list of floats to list of ints?
Max Patch
Copy patch and select New From Clipboard in Max.
Thank you!!
Max Patch
Copy patch and select New From Clipboard in Max.
there you go:
Max Patch
Copy patch and select New From Clipboard in Max.
Here is one way:
yeah, definitely don't iter through the list - depending on what your patch is doing, iter is such a bottleneck, I find.
Thank you all for your solutions!!
vexpr int($f1) or vexpr $i1