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
In the docs it mentions "osc-js supports standard and extended (non-standard) argument types since version 2.3.0" this doesn't appear to be the case. I was trying to provide the "r" type which Resolume and other software uses to receive 32 bit RGBA color and received the error:
In the docs it mentions "osc-js supports standard and extended (non-standard) argument types since version 2.3.0" this doesn't appear to be the case. I was trying to provide the "r" type which Resolume and other software uses to receive 32 bit RGBA color and received the error:
Error: OSC Message found unknown argument type
Looking at the code the issue appears to be here:
osc-js/src/message.js
Lines 143 to 169 in f72a9ca
The text was updated successfully, but these errors were encountered: