X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fosc58-controlling-ardour-with-osc.html;h=f31f63991b07ad1d6e0972908a47151d4e64cd68;hb=b55fb0c2679726d38d28cf2dd7b1b0d7bf7ec085;hp=0cf573ad22bb237e907aa3a2630d173517c28546;hpb=3862b6c57a36b7b4c156817ca94ac019e18b811a;p=ardour-manual diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index 0cf573a..f31f639 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -13,7 +13,7 @@ work with (including bank size) and two new math styles have been added to gain controls. If you are using an Ardour version of 4.7 or less, please read + href="@@osc-control-for-ardour-4.7-and-prior"> Osc control in ardour 4.7 and prior.

@@ -46,7 +46,7 @@ here"/> used to allow talent to adjust their own monitor mix using a tablet or phone that can run an OSC controller. For a full explanation of how Ardour's feedback works please read + href="@@osc58-feedback"> OSC feedback In Ardour.

@@ -74,7 +74,7 @@ here"/> able to set a port for Ardour to send to. It can also change the default setting for set_surface. For more information about Ardour's OSC configuration GUI please read + href="@@osc58-using-the-setup-dialog"> Ardour's Setup Dialog.

If /set_surface is not sent, the default values are used: @@ -128,7 +128,7 @@ here"/> strips.

Please see: + href="@@osc58-feedback-and-strip-types-values"> Calculating Feedback and Strip-types Values.

@@ -140,7 +140,7 @@ here"/> then adding all those numbers together for a value to send.

Please see: + href="@@osc58-feedback-and-strip-types-values"> Calculating Feedback and Strip-types Values.

Feedback can also be set with /set_surface/feedback feedback. @@ -173,7 +173,7 @@ here"/>

The control Surface may wish to control the type a frequency of updates it receives. It can do this with querying commands. See: + href="@@osc58-querying-ardour"> Querying Ardour with OSC.

@@ -181,7 +181,7 @@ here"/>

Parameter types show how the value will be used. However, they may be sent as a different type if needed, see: + href="@@osc58-parameter-types"> Parameter Types in OSC.

Master or Global messages

@@ -196,8 +196,8 @@ here"/> Toggles between play and stop /stop_forget Stop transport and delete/forget last take - /set_transport_speed s - where s is a float ranging from -8.0f to 8.0f + /set_transport_speed speed + where speed is a float ranging from -8.0f to 8.0f /ffwd Adds 1.5 times to transport speed to maximum +8 times normal speed /rewind @@ -234,6 +234,13 @@ here"/> /cancel_all_solos Cancel All Solos/PFLs/AFLs +

+ New for Ardour 5.9. +

+ + + +
/scrub deltaWhere delta is a float indicating forward or reverse movement

Recording control

@@ -386,7 +393,7 @@ here"/>

Selected strip operations are complex enough for their own page. Please read: + href="@@osc58-selection-and-expansion-considerations"> Selection Considerations in OSC. This is most important if more than one OSC surface is being used with Ardour.

@@ -488,7 +495,7 @@ here"/> are more direct.

- The list of actions + The list of actions shows all available values of action-name for Ardour.

@@ -532,4 +539,3 @@ Any of these actions that can be moved to session->action calls may reapear.
/toggle_all_rec_enables
Uses edit range as punch range
(toggles all tracks' recording state) -