X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fosc58-controlling-ardour-with-osc.html;h=0e84e0957ba8901de8e381ddcbfbe5b86301bc36;hb=a9518e1f3e8e0f359443963037c987e4f67158e8;hp=7e5d3d5a7ed5f4bd74c1c3bd1dbaaac25cc33be7;hpb=6a784fa96c8e94a6fd220202d7083759fb7442ba;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 7e5d3d5..0e84e09 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -706,21 +706,21 @@ here"/> where position is a float ranging from 0 to 1 representing the desired front to back position of the track /select/pan_lfe_control value where value is a float ranging from 0 to 1 representing the desired LFE control value for the track - /select/send_gain", sendid send_gain + /select/send_gain, sendid send_gain where sendid = nth_send, send_gain is a float ranging from -193 to +6 representing the desired gain in dB for the send - /select/send_fader", sendid send_gain + /select/send_fader, sendid send_gain where sendid = nth_send, send_gain is a float ranging from 0 to 1 representing the desired position for the send as a fader - /select/send_enable", sendid state + /select/send_enable, sendid state where sendid = nth_send, state is 1 for enabled and 0 for disabled - /select/send_page", delta + /select/send_page, delta where delta is an int or float selecting another send as a delta from the current send. - /select/plugin_page", delta + /select/plugin_page, delta where delta is an int or float selecting another plugin parameter as a delta from the current parameter. - /select/plugin/activate", state + /select/plugin/activate, state where state is an int or float with the desired state of the current plugin activation.(new Ardour 6.0) - /select/plugin/parameter", plugin parameter value + /select/plugin/parameter, plugin parameter value where plugin = nth plugin, parameter = nth parameter and value is a float from 0 to 1