summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2020-05-17Use editor_add to avoid unwanted event pointsDaniel Appelt
2020-05-17Delete as little automation data as possibleDaniel Appelt
2020-05-09Bundle script to send raw MIDI to a given portRobin Gareus
2020-04-30Prototype an A/B x-fade pluginRobin Gareus
2020-04-27Move US2400 device profile to shared dataRobin Gareus
2020-04-24WebSockets: correct comment in mixer-demo/main.jsLuciano Iam
2020-04-24WebSockets: workaround for index page on WindowsLuciano Iam
2020-04-24Add a Lua script to map MIDI events for the AVL DrumkitsRobin Gareus
2020-04-24Update Lua script descriptions, rename some scriptsRobin Gareus
2020-04-22WebSockets: extend 57fdce8Luciano Iam
2020-04-22WebSockets: fix JS client get* methodsLuciano Iam
2020-04-22WebSockets: remove unnecessary import from mixer-demo/widget.jsLuciano Iam
2020-04-22Example Lua script to add plugins and sendsRobin Gareus
2020-04-21WebSockets: let clients know if a strip is a VCALuciano Iam
2020-04-20WebSockets: reduce transport surface buttons sizeLuciano Iam
2020-04-20WebSockets: transport surface minor optimizationsLuciano Iam
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: add transport methods to client JSLuciano Iam
2020-04-20WebSockets: rename *_desc nodes to *_descriptionLuciano Iam
2020-04-20Fix Lua script auto-connect new tracksRobin Gareus
2020-04-19Update a-Amplifier, use Ardour::AmpRobin Gareus
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 defaul...Luciano Iam
2020-04-17WebSockets: improve JS client and demoLuciano Iam
2020-04-17WebSockets: update JS client and demoLuciano Iam
2020-04-16Fix Mixer Recall scriptNikolaus Gullotta
2020-04-16NO-OP: remove trailing whitespaceRobin Gareus
2020-04-15Fix Mixer Store/RecallNikolaus Gullotta
2020-04-14Reset master send control along with sendsNikolaus Gullotta
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: improve wording in latest commit instructionsLuciano Iam
2020-04-13WebSockets: display usage instructions when loading index.html from a local fileLuciano 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: detect channel drop in ardour.jsLuciano Iam
2020-04-13WebSockets: NO-OP update some code commentsLuciano Iam
2020-04-13WebSockets: improve mixer-demo lookLuciano Iam
2020-04-13WebSockets: rename Node to ANode to avoid shadowing DOM Node classLuciano Iam
2020-04-13WebSockets: add support for a message callback in ardour.jsLuciano Iam
2020-04-13WebSockets: NO-OP update comments in mixer-demo codeLuciano Iam
2020-04-13WebSockets: throw error if trying to send() before open() in MessageChannelLuciano Iam
2020-04-13WebSockets: remove test code from ardour.jsLuciano 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: NO-OP add a comment in mixer-demo code that explains approachLuciano Iam