You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving a model, the matrix generation is taking a long time (30x30 = 900 sampled points). I'm getting the following error from Node:
node: stack Error: Max API Message Request timed out. id: u15569491665
at makeError (/Applications/Ableton Live 10 Suite.app/Contents/App-Resources/Max/Max.app/Contents/Resources/C74/packages/Node For Max/source/lib/api/index.js:9:14)
at Timeout._onTimeout (/Applications/Ableton Live 10 Suite.app/Contents/App-Resources/Max/Max.app/Contents/Resources/C74/packages/Node For Max/source/lib/api/index.js:178:12)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
I should take a look into asynchronous call to the function that is generating and saving the matrix.
The text was updated successfully, but these errors were encountered:
When saving a model, the matrix generation is taking a long time (30x30 = 900 sampled points). I'm getting the following error from Node:
I should take a look into asynchronous call to the function that is generating and saving the matrix.
The text was updated successfully, but these errors were encountered: