summaryrefslogtreecommitdiff
path: root/share/web_surfaces/shared/channel.js
AgeCommit message (Expand)Author
2020-04-13WebSockets: improve support for callbacks in JS client libLuciano Iam
2020-04-13WebSockets: split channel.js into channel.js and message.jsLuciano Iam
2020-04-13WebSockets: detect channel drop in ardour.jsLuciano Iam
2020-04-13WebSockets: rename Node to ANode to avoid shadowing DOM Node classLuciano Iam
2020-04-13WebSockets: throw error if trying to send() before open() in MessageChannelLuciano Iam
2020-04-13WebSockets: complete ardour.js client APIsLuciano Iam
2020-04-13WebSockets: fix node+addr hash when addr is undefinedLuciano Iam
2020-04-13WebSockets: export Node constants in channel.jsLuciano Iam
2020-04-13WebSockets: make Message.fromJsonText() a ES6 static methodLuciano Iam
2020-04-13WebSockets: avoid duplicated node+addr hash function in JS codeLuciano Iam
2020-04-13WebSockets: decouple Message from MessageChannelLuciano Iam
2020-04-13WebSockets: rename ArdourMessageChannel to MessageChannelLuciano Iam
2020-04-11WebSockets: rename Channel to ArdourMessageChannelLuciano Iam
2020-04-11WebSockets: re-add close callback in channel.jsLuciano Iam
2020-04-11WebSockets: shared JS client initial implementationLuciano Iam