]> Shamusworld >> Repos - ardour-manual/commitdiff
OSC added /strip/list feedback documentation.
authorLen Ovens <len@ovenwerks.net>
Sat, 25 Mar 2017 00:20:49 +0000 (17:20 -0700)
committerLen Ovens <len@ovenwerks.net>
Sat, 25 Mar 2017 00:20:49 +0000 (17:20 -0700)
include/osc58-querying-ardour.html

index 38c1870f2c65a87194303db549fbe0f94cd41320..6ab925e0b675e1c8104753e01a1671f3354ecb20 100644 (file)
     <li>Monitor section present</li>
   </ul>
 </p>
     <li>Monitor section present</li>
   </ul>
 </p>
+<p>
+  If the surface is using <code>/strip/list</code>, 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 <code>/strip/list</code> to the surfaces
+  that have previously requested a <code>/strip/list</code>. This lets the
+  surface know that it's list of strips is no longer valid.
+</p>
 <p class="note">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.
 <p class="note">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.