From 2a06332b4a3c53c199c52502598bd6b301494501 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Fri, 24 Mar 2017 17:20:49 -0700 Subject: [PATCH] OSC added /strip/list feedback documentation. --- include/osc58-querying-ardour.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 38c1870..6ab925e 100644 --- a/include/osc58-querying-ardour.html +++ b/include/osc58-querying-ardour.html @@ -58,6 +58,13 @@
  • Monitor section present
  • +

    + If the surface is using /strip/list, the surface needs to know + if the strips have changed. This would be true if a strip gets moved, created or + deleted. When this happens Ardour sends /strip/list to the surfaces + that have previously requested a /strip/list. This lets the + surface know that it's list of strips is no longer valid. +

    A bus will not have a record enable and so a bus message will have one less parameter than a track. It is the controllers responsability to deal with this.