mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-09-13 01:49:28 +00:00
npm run format:write
This commit is contained in:
@@ -81,10 +81,10 @@ export function messageFromBuffer(bytes: Uint8Array): [OSCMessage | undefined, U
|
||||
return [
|
||||
{
|
||||
address,
|
||||
args: []
|
||||
args: [],
|
||||
},
|
||||
bytesAfterAddress
|
||||
]
|
||||
bytesAfterAddress,
|
||||
];
|
||||
}
|
||||
|
||||
let [typeString, bytesAfterType] = oscTypeConverterMap.s.fromBuffer(bytesAfterAddress);
|
||||
|
||||
Reference in New Issue
Block a user