summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin
AgeCommit message (Collapse)Author
2020-04-24WebSockets: correct comment in mixer-demo/main.jsLuciano Iam
2020-04-22WebSockets: remove unnecessary import from mixer-demo/widget.jsLuciano Iam
2020-04-21WebSockets: let clients know if a strip is a VCALuciano Iam
This allows to hide the panner for example
2020-04-20WebSockets: reduce transport surface buttons sizeLuciano Iam
2020-04-20WebSockets: transport surface minor optimizationsLuciano Iam
Layout tweaks on small screens (ie, phones) Custom font for transport time Fix ArdourClient constructor parameters
2020-04-20WebSockets: optimize transport surf. layoutLuciano Iam
2020-04-20WebSockets: remove Firefox button focus border in transport surfaceLuciano Iam
2020-04-20WebSockets: transport surface implementationLuciano Iam
2020-04-20WebSockets: improve plugin params layout in mixer-demoLuciano Iam
2020-04-20WebSockets: rename *_desc nodes to *_descriptionLuciano Iam
2020-04-17WebSockets: make the mixer-demo look good on small screensLuciano Iam
2020-04-17WebSockets: change mixer-demo color palette to look closer to Ardour's ↵Luciano Iam
default skin
2020-04-17WebSockets: improve JS client and demoLuciano Iam
add methods to callback.js automatically reconnect js client on disconnection mixer-demo do not recreate UI on reconnection NO-OP: indentation in message.js make client JS reconnection optional fix mixer-demo scrolling minor JS client refactor improve mixer-demo readability
2020-04-17WebSockets: update JS client and demoLuciano Iam
avoid hardcoded node name strings in mixer-demo improve mixer-demo design split ardour.js client into control and metadata mixins rename JS client class Ardour to ArdourClient JS client improve mixin implementation JS client improve manifest parser NO-OP whitespace and comments NO-OP update websurface manifest versions add Ardour icon in mixer-demo improve mixer-demo scrolling on touch screens
2020-04-13WebSockets: add client getSurfaceManifest() example in mixer-demoLuciano Iam
2020-04-13WebSockets: avoid hardcoding node names in mixer-demo, fix typo in message.jsLuciano Iam
2020-04-13WebSockets: improve support for callbacks in JS client libLuciano Iam
2020-04-13WebSockets: make mixer-demo import ardour.js instead of lower level channel.jsLuciano Iam
2020-04-13WebSockets: split channel.js into channel.js and message.jsLuciano Iam
2020-04-13WebSockets: improve mixer-demo lookLuciano Iam
2020-04-13WebSockets: NO-OP update comments in mixer-demo codeLuciano Iam
2020-04-13WebSockets: NO-OP add a comment in mixer-demo code that explains approachLuciano 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-13WebSockets: add version field in manifests and update loaderLuciano Iam
2020-04-11WebSockets: rename Channel to ArdourMessageChannelLuciano Iam
2020-04-11WebSockets: make mixer-demo use ardour lib and remove duplicated codeLuciano Iam
2020-04-09Update HTML/CSS/JS frontendLuciano Iam