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
If an external is created with the Min API, some sources connected to the inlet work (e.g. a message box, UI element) and others don't (e.g. midi messages coming from midiin).
In this example code, a list of length 2 from midiin will trigger the error:
The problem goes away if the message is declared threadsafe via message<threadsafe::yes> but either this should not be necessary, or a meaningful error should be displayed somehow to help the dev.
The text was updated successfully, but these errors were encountered:
If an external is created with the Min API, some sources connected to the inlet work (e.g. a message box, UI element) and others don't (e.g. midi messages coming from midiin).
In this example code, a list of length 2 from midiin will trigger the error:
The problem goes away if the message is declared threadsafe via
message<threadsafe::yes>
but either this should not be necessary, or a meaningful error should be displayed somehow to help the dev.The text was updated successfully, but these errors were encountered: