issue with nodes and speedlim

lorenzo pagliei's icon

Hi Forum,
I just had an issue using nodes with speedlim, see the attached patch.
It seems that retrieving the data of node 2 using speedlim does not work.

I wonder if others have this problem.

Max 8.5.2
macOS Monterey 12.6.2
MacBook Pro (Retina, 15-inch, Mid 2015)
CPU: 2,5 GHz Intel Core i7 quad-core
Memory: 16 GB 1600 MHz DDR3
GPU: ntel Iris Pro 1536 MB

Max Patch
Copy patch and select New From Clipboard in Max.

pdelges's icon

Salut Lorenzo!

[speedlim ] isn't clever enough to slow down the list stream while respecting its node structure.
You're rather do this this way :

Max Patch
Copy patch and select New From Clipboard in Max.

lorenzo pagliei's icon

Ok, so for the "timing" of the [nodes] object, it is better to go further down the data stream.
Thank you @pdelges (hope all is well with you, btw).