We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When there is an issue for various types of SDIF-listpoke newmatrix messages, the user should get correct warnings/errors in the max window.
Currently attempting the following message:
newmatrix 0.844535 ABCD 0.676974 0.788342 0.680375 0.299929 0.803674 0.910933 0.333809 0.101499 0.873503 0.36582 0.747841 0.860962 0.376475 0.377924 0.310401 0.844789 0.978512 0.992956 0.035797 0.287587 0.25738 0.608708 0.551614 0.98559 0.760179
Yields SDIF-listpoke • in the max window, which should be SDIF-listpoke: newmatrix args: frametime, matrixtype, #rows, #cols, data...
SDIF-listpoke •
SDIF-listpoke: newmatrix args: frametime, matrixtype, #rows, #cols, data...
The text was updated successfully, but these errors were encountered:
A correct msg would be newmatrix 5 5 0.844535 ABCD 0.676974 0.788342 0.680375 0.299929 0.803674 0.910933 0.333809 0.101499 0.873503 0.36582 0.747841 0.860962 0.376475 0.377924 0.310401 0.844789 0.978512 0.992956 0.035797 0.287587 0.25738 0.608708 0.551614 0.98559 0.760179
newmatrix 5 5 0.844535 ABCD 0.676974 0.788342 0.680375 0.299929 0.803674 0.910933 0.333809 0.101499 0.873503 0.36582 0.747841 0.860962 0.376475 0.377924 0.310401 0.844789 0.978512 0.992956 0.035797 0.287587 0.25738 0.608708 0.551614 0.98559 0.760179
Sorry, something went wrong.
equilet
No branches or pull requests
When there is an issue for various types of SDIF-listpoke newmatrix messages, the user should get correct warnings/errors in the max window.
Currently attempting the following message:
newmatrix 0.844535 ABCD 0.676974 0.788342 0.680375 0.299929 0.803674 0.910933 0.333809 0.101499 0.873503 0.36582 0.747841 0.860962 0.376475 0.377924 0.310401 0.844789 0.978512 0.992956 0.035797 0.287587 0.25738 0.608708 0.551614 0.98559 0.760179
Yields
SDIF-listpoke •
in the max window, which should beSDIF-listpoke: newmatrix args: frametime, matrixtype, #rows, #cols, data...
The text was updated successfully, but these errors were encountered: