diff --git a/include/osc58-querying-ardour.html b/include/osc58-querying-ardour.html index 38c1870f..6ab925e0 100644 --- a/include/osc58-querying-ardour.html +++ b/include/osc58-querying-ardour.html @@ -58,6 +58,13 @@
+ 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.