-
Notifications
You must be signed in to change notification settings - Fork 32
Extended Argument Types
Andreas Dzialocha edited this page Feb 16, 2022
·
2 revisions
osc-js supports standard and extended (non-standard) argument types since version 2.3.0:
-
i- int32 -
f- float32 -
s- string -
b- blob -
h- int64 -
t- uint64 -
d- double -
T- True (no argument data) -
F- False (no argument data) -
N- Nil (no argument data) -
I- Infinitum (no argument data)
osc-js | Overview | Basic Usage | Documentation
Getting started
Plugins
Customize
Examples