mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-08 00:33:43 +00:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
const osc = require('../dist/index.js')
|
|
|
|
const buffer = osc.messageToBuffer({address:'/hello',args:[{type: 's', value: 'arg1'}]})
|
|
|
|
console.log(buffer) |