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
While looking at making Player Piano compatible with 2021x-onward, I've found at least one instance of a now-depreciated API call in a section of Player Piano that isn't used when called on inputs produced by Ingrid for any of the included patterns. For the purpose of testing and of just demonstrating capabilities, I think it would be useful to expand the included set of patterns.
The area in question begins with: if (value_shortcuts != null && attribute_to_hit == null){
The text was updated successfully, but these errors were encountered:
While looking at making Player Piano compatible with 2021x-onward, I've found at least one instance of a now-depreciated API call in a section of Player Piano that isn't used when called on inputs produced by Ingrid for any of the included patterns. For the purpose of testing and of just demonstrating capabilities, I think it would be useful to expand the included set of patterns.
The area in question begins with:
if (value_shortcuts != null && attribute_to_hit == null){
The text was updated successfully, but these errors were encountered: