mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-09-10 16:39:30 +00:00
add dumb example
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
const osc = require('../dist/index.js')
|
||||||
|
|
||||||
|
const buffer = osc.messageToBuffer({address:'/hello',args:[{type: 's', value: 'arg1'}]})
|
||||||
|
|
||||||
|
console.log(buffer)
|
||||||
Reference in New Issue
Block a user