OSC: move menu actions to appendix

This commit is contained in:
Len Ovens 2017-01-14 09:10:01 -08:00
parent 95929cdbc2
commit c8657916b7
3 changed files with 6 additions and 6 deletions

View File

@ -505,7 +505,7 @@ here</em>"/&gt;</kbd>
<kbd class="osc">/access_action <em>action_name</em></kbd>
<p>
The <a
href="/using-control-surfaces/controlling-ardour-with-osc/osc-actions-list/">
href="/appendix/menu-actions-list/">
list of actions</a> shows all available values of <em>action-name</em> as of
June 2016 for Ardour 5.0.pre0.1. You can get the current list at any
time by running Ardour with the -b flag.

View File

@ -1,15 +1,15 @@
---
layout: default
title: OSC&#58; List of Menu Actions
title: List of Menu Actions
---
<h2>Menu actions</h2>
<p>
Every single menu item in Ardour's GUI is accessible via OSC. There is
a single common syntax to trigger the action as if it was selected
with the mouse (or keyboard):</p>
<kbd class="osc">/access_action <em>action_name</em></kbd>
Every single menu item in Ardour's GUI is accessible by control
surfaces or scripts.
</p>
<p>
The list below shows all available values of <em>action-name</em> as of
June 2016 for Ardour 5.0.pre0.1. You can get the current list at any